aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [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-012-23/+104
* [SPARK-10770] [SQL] SparkPlan.executeCollect/executeTake should return Intern...Reynold Xin2015-09-302-6/+6
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-277-58/+51
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-261-0/+5
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-242-83/+58
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-225-22/+152
* [SPARK-10672] [SQL] Do not fail when we cannot save the metadata of a data so...Yin Huai2015-09-221-51/+50
* [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-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-192-5/+5
* [SPARK-10623] [SQL] Fixes ORC predicate push-downCheng Lian2015-09-182-34/+52
* [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
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-151-1/+1
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-154-30/+5
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-154-5/+30
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastore.versio...Kousuke Saruta2015-09-141-4/+7
* [SPARK-9899] [SQL] log warning for direct output committer with speculation e...Wenchen Fan2015-09-142-3/+15
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-121-2/+2
* [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-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-094-11/+11
* [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-082-21/+40
* [SPARK-9925] [SQL] [TESTS] Set SQLConf.SHUFFLE_PARTITIONS.key correctly for t...Yin Huai2015-09-044-8/+37
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-0435-320/+257
* [SPARK-9596] [SQL] treat hadoop classes as shared one in IsolatedClientLoaderWangTaoTheTonic2015-09-031-0/+1
* [SPARK-10378][SQL][Test] Remove HashJoinCompatibilitySuite.Reynold Xin2015-08-311-169/+0
* [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-292-5/+11
* [SPARK-SQL] [MINOR] Fixes some typos in HiveContextCheng Lian2015-08-272-5/+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-2519-163/+170
* [SPARK-10197] [SQL] Add null check in wrapperFor (inside HiveInspectors).Yin Huai2015-08-252-5/+53
* [SPARK-10177] [SQL] fix reading Timestamp in parquet from HiveDavies Liu2015-08-251-1/+1
* [SPARK-9293] [SPARK-9813] Analysis should check that set operations are only ...Josh Rosen2015-08-252-2/+2
* [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-207-34/+267
* [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-10088] [SQL] Add support for "stored as avro" in HiveQL parser.Marcelo Vanzin2015-08-182-10/+13