aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-0211-0/+15
* [SPARK-11371] Make "mean" an alias for "avg" operatortedyu2015-11-021-0/+9
* [SPARK-11311][SQL] spark cannot describe temporary functionsDaoyuan Wang2015-11-021-0/+10
* [SPARK-9298][SQL] Add pearson correlation aggregation functionLiang-Chi Hsieh2015-11-011-0/+104
* [SPARK-11117] [SPARK-11345] [SQL] Makes all HadoopFsRelation data sources pro...Cheng Lian2015-10-311-0/+31
* [SPARK-11246] [SQL] Table cache for Parquet broken in 1.5xin Wu2015-10-291-0/+11
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-275-0/+134
* [SPARK-10562] [SQL] support mixed case partitionBy column names for tables st...Wenchen Fan2015-10-262-2/+18
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-231-0/+1
* [SPARK-9735][SQL] Respect the user specified schema than the infer partition ...Cheng Hao2015-10-221-12/+30
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-2122-0/+6
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-211-0/+38
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-211-0/+13
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-146-15/+21
* [SPARK-11091] [SQL] Change spark.sql.canonicalizeView to spark.sql.nativeView.Yin Huai2015-10-131-7/+7
* [SPARK-11009] [SQL] fix wrong result of Window function in cluster modeDavies Liu2015-10-131-0/+41
* [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