aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12578][SQL] Distinct should not be silently ignored when used in an ag...Liang-Chi Hsieh2016-01-062-1/+22
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0534-57/+55
* [SPARK-3873][SQL] Import ordering fixes.Marcelo Vanzin2016-01-0521-55/+53
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-051-1/+1
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-043-3/+27
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-044-5/+5
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-041-2/+2
* Revert "Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] alw...Reynold Xin2016-01-024-44/+21
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-026-91/+17
* [SPARK-12362][SQL][WIP] Inline Hive ParserHerman van Hovell2016-01-0115-71/+5392
* Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always outp...Reynold Xin2016-01-014-21/+44
* [SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always output Unsaf...Davies Liu2016-01-014-44/+21
* [SPARK-12592][SQL][TEST] Don't mute Spark loggers in TestHive.reset()Cheng Lian2016-01-011-1/+4
* [SPARK-12039][SQL] Re-enable HiveSparkSubmitSuite's SPARK-9757 Persist Parque...Yin Huai2015-12-311-1/+1
* [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (doc...Herman van Hovell2015-12-301-0/+15
* Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"Reynold Xin2015-12-3015-5392/+71
* [SPARK-12362][SQL][WIP] Inline Hive ParserNong Li2015-12-2915-71/+5392
* [SPARK-12522][SQL][MINOR] Add the missing document strings for the SQL config...gatorsmile2015-12-281-3/+6
* [SPARK-12441][SQL] Fixing missingInput in Generate/MapPartitions/AppendColumn...gatorsmile2015-12-282-0/+5
* [SPARK-12218] Fixes ORC conjunction predicate push downCheng Lian2015-12-282-28/+72
* [SPARK-11677][SQL][FOLLOW-UP] Add tests for checking the ORC filter creation ...hyukjinkwon2015-12-231-0/+236
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-212-1/+3
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [SPARK-12218][SQL] Invalid splitting of nested AND expressions in Data Source...Yin Huai2015-12-182-12/+30
* [SPARK-11619][SQL] cannot use UDTF in DataFrame.selectExprDilip Biswal2015-12-181-1/+1
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-176-497/+249
* [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not push...hyukjinkwon2015-12-161-17/+36
* [SPARK-12213][SQL] use multiple partitions for single distinct queryDavies Liu2015-12-131-75/+67
* [SPARK-12228][SQL] Try to run execution hive's derby in memory.Yin Huai2015-12-103-4/+8
* [SPARK-12250][SQL] Allow users to define a UDAF without providing details of ...Yin Huai2015-12-101-0/+64
* [SPARK-12012][SQL] Show more comprehensive PhysicalRDD metadata when visualiz...Cheng Lian2015-12-091-1/+6
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-26/+60
* [SPARK-12075][SQL] Speed up HiveComparisionTest by avoiding / speeding up Tes...Josh Rosen2015-12-023-14/+62
* [SPARK-12039] [SQL] Ignore HiveSparkSubmitSuite's "SPARK-9757 Persist Parquet...Yin Huai2015-11-291-1/+1
* [SPARK-11778][SQL] add regression testHuaxin Gao2015-11-262-10/+32
* [SPARK-11998][SQL][TEST-HADOOP2.0] When downloading Hadoop artifacts from mav...Yin Huai2015-11-263-17/+72
* [SPARK-11947][SQL] Mark deprecated methods with "This will be removed in Spar...Reynold Xin2015-11-241-1/+5
* [SPARK-11783][SQL] Fixes execution Hive client when using remote Hive metastoreCheng Lian2015-11-241-0/+15
* [SPARK-9866][SQL] Speed up VersionsSuite by using persistent Ivy cacheJosh Rosen2015-11-231-4/+6
* [SPARK-11628][SQL] support column datatype of char(x) to recognize HiveCharXiu Guo2015-11-233-4/+27
* [SPARK-11724][SQL] Change casting between int and timestamp to consistently t...Nong Li2015-11-205-15/+24
* [SPARK-11877] Prevent agg. fallback conf. from leaking across test suitesJosh Rosen2015-11-201-23/+21
* [SPARK-11858][SQL] Move sql.columnar into sql.execution.Reynold Xin2015-11-191-1/+1
* [SPARK-11778][SQL] parse table name before it is passed to lookupRelationHuaxin Gao2015-11-191-0/+10
* [SPARK-11614][SQL] serde parameters should be set only when all params are readynavis.ryu2015-11-181-1/+2
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-171-0/+3
* [SPARK-11191][SQL][FOLLOW-UP] Cleans up unnecessary anonymous HiveFunctionReg...Cheng Lian2015-11-172-11/+6
* [SPARK-11522][SQL] input_file_name() returns "" for external tablesxin Wu2015-11-161-2/+91
* [SPARK-10181][SQL] Do kerberos login for credentials during hive client initi...Yu Gao2015-11-151-1/+23
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-151-0/+52