aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12898] Consider having dummyCallSite for HiveTableScanRajesh Balamohan2016-01-201-3/+10
* [SPARK-12925][SQL] Improve HiveInspectors.unwrap for StringObjectIns…Rajesh Balamohan2016-01-201-1/+3
* [SPARK-12870][SQL] better format bucket id in file nameWenchen Fan2016-01-191-1/+1
* [SPARK-12889][SQL] Rename ParserDialect -> ParserInterface.Reynold Xin2016-01-181-2/+2
* [SPARK-12882][SQL] simplify bucket tests and add more commentsWenchen Fan2016-01-182-46/+78
* [SPARK-12855][SQL] Remove parser dialect developer APIReynold Xin2016-01-183-48/+3
* [SPARK-12558][FOLLOW-UP] AnalysisException when multiple functions applied in...Dilip Biswal2016-01-181-5/+9
* [SPARK-12796] [SQL] Whole stage codegenDavies Liu2016-01-167-14/+14
* [SPARK-12649][SQL] support reading bucketed tableWenchen Fan2016-01-155-26/+203
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-158-41/+47
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-141-1/+1
* [SPARK-12756][SQL] use hash expression in ExchangeWenchen Fan2016-01-131-5/+6
* [SPARK-12642][SQL] improve the hash expression to be decoupled from unsafe rowWenchen Fan2016-01-131-10/+16
* [SPARK-9297] [SQL] Add covar_pop and covar_sampLiang-Chi Hsieh2016-01-131-0/+32
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-121-2/+2
* [SPARK-12558][SQL] AnalysisException when multiple functions applied in GROUP...Dilip Biswal2016-01-122-0/+30
* [SPARK-12724] SQL generation support for persisted data source tablesCheng Lian2016-01-129-20/+28
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-124-9/+9
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-124-9/+9
* [SPARK-12742][SQL] org.apache.spark.sql.hive.LogicalPlanToSQLSuite failure du...wangfei2016-01-111-0/+3
* [SPARK-12576][SQL] Enable expression parsing in CatalystQlHerman van Hovell2016-01-115-16/+16
* [SPARK-3873][BUILD] Enable import ordering error checking.Marcelo Vanzin2016-01-109-15/+16
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-0810-27/+647
* [SPARK-12542][SQL] support except/intersect in HiveQlDavies Liu2016-01-061-0/+18
* [SPARK-12539][SQL] support writing bucketed tableWenchen Fan2016-01-066-15/+220
* [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to CatalystHerman van Hovell2016-01-0615-6905/+472
* [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