aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-9935] [SQL] EqualNotNull not processed in ORChyukjinkwon2015-08-131-0/+5
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-136-26/+105
* [SPARK-9885] [SQL] Also pass barrierPrefixes and sharedPrefixes to IsolatedCl...Yin Huai2015-08-132-3/+14
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-121-1/+9
* [SPARK-9449] [SQL] Include MetastoreRelation's inputFilesMichael Armbrust2015-08-121-2/+14
* [SPARK-9894] [SQL] Json writer should handle MapData.Yin Huai2015-08-122-30/+78
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-121-2/+2
* [SPARK-9804] [HIVE] Use correct value for isSrcLocal parameter.Marcelo Vanzin2015-08-121-3/+10
* [SPARK-9407] [SQL] Relaxes Parquet ValidTypeMap to allow ENUM predicates to b...Cheng Lian2015-08-121-41/+42
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-101-1/+1
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-109-13/+11