aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10960] [SQL] SQL with windowing function should be able to refer colum...Liang-Chi Hsieh2015-10-121-0/+27
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-084-15/+45
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-081-12/+16
* [SPARK-10337] [SQL] fix hive views on non-hive-compatible tables.Wenchen Fan2015-10-081-0/+117
* [SPARK-5775] [SPARK-5508] [SQL] Re-enable Hive Parquet array reading testsCheng Lian2015-10-081-2/+1
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-071-0/+2
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-071-2/+2
* [SPARK-10400] [SQL] Renames SQLConf.PARQUET_FOLLOW_PARQUET_FORMAT_SPECCheng Lian2015-10-011-1/+1
* [SPARK-10671] [SQL] Throws an analysis exception if we cannot find Hive UDFsWenchen Fan2015-10-011-1/+58
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-275-9/+34
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-241-1/+1
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-223-0/+47
* [SPARK-10593] [SQL] fix resolve output of GenerateDavies Liu2015-09-221-0/+14
* [SPARK-8567] [SQL] Increase the timeout of o.a.s.sql.hive.HiveSparkSubmitSuit...Yin Huai2015-09-221-1/+1
* [SPARK-10623] [SQL] Fixes ORC predicate push-downCheng Lian2015-09-181-0/+30
* [SPARK-10540] Fixes flaky all-data-type testCheng Lian2015-09-181-66/+43
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-171-1/+107
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-152-28/+0
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-152-0/+28
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-121-35/+0
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-122-10/+10
* [SPARK-10442] [SQL] fix string to boolean castWenchen Fan2015-09-111-0/+13
* [SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data types" if it...Yin Huai2015-09-111-1/+1
* [SPARK-10441] [SQL] Save data correctly to json.Yin Huai2015-09-086-4/+126
* [SPARK-9170] [SQL] Use OrcStructInspector to be case preserving when writing ...Liang-Chi Hsieh2015-09-081-0/+14
* [SPARK-9925] [SQL] [TESTS] Set SQLConf.SHUFFLE_PARTITIONS.key correctly for t...Yin Huai2015-09-043-6/+13
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-0434-319/+251
* [SPARK-10339] [SPARK-10334] [SPARK-10301] [SQL] Partitioned table scan can OO...Yin Huai2015-08-291-1/+14
* [SPARK-10330] Use SparkHadoopUtil TaskAttemptContext reflection methods in mo...Josh Rosen2015-08-291-2/+5
* [SPARK-10198] [SQL] Turn off partition verification by defaultMichael Armbrust2015-08-251-30/+34
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-255-29/+23
* [SPARK-10197] [SQL] Add null check in wrapperFor (inside HiveInspectors).Yin Huai2015-08-251-0/+29
* [SPARK-10177] [SQL] fix reading Timestamp in parquet from HiveDavies Liu2015-08-251-1/+1
* [SPARK-10196] [SQL] Correctly saving decimals in internal rows to JSON.Yin Huai2015-08-241-0/+27
* [SPARK-10178] [SQL] HiveComparisionTest should print out dependent tablesMichael Armbrust2015-08-241-0/+36
* [SPARK-10165] [SQL] Await child resolution in ResolveFunctionsMichael Armbrust2015-08-241-0/+5
* [SPARK-9758] [TEST] [SQL] Compilation issue for hive test / wrong package?Sean Owen2015-08-2410-9/+6
* [SPARK-8580] [SQL] Refactors ParquetHiveCompatibilitySuite and adds more test...Cheng Lian2015-08-241-39/+93
* [SPARK-10092] [SQL] Multi-DB support follow up.Yin Huai2015-08-203-9/+190
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-193-3/+3
* [SPARK-9899] [SQL] Disables customized output committer when speculation is onCheng Lian2015-08-191-0/+34
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-191-14/+35
* [SPARK-10089] [SQL] Add missing golden files.Marcelo Vanzin2015-08-182-0/+503
* [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4JCheng Lian2015-08-181-1/+6
* [SPARK-9592] [SQL] Fix Last function implemented based on AggregateExpression1.Yin Huai2015-08-171-0/+15
* [SPARK-8887] [SQL] Explicit define which data types can be used as dynamic pa...Yijie Shen2015-08-141-0/+17
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-1314-33/+36
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-132-14/+71
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-121-1/+9
* [SPARK-9894] [SQL] Json writer should handle MapData.Yin Huai2015-08-122-30/+78