aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [HOTFIX][SQL] Remove sleep on reset() failure.Michael Armbrust2014-10-241-4/+0
* [SPARK-2706][SQL] Enable Spark to support Hive 0.13Zhan Zhang2014-10-2410-30/+49
* [SQL]redundant methods for broadcastwangfei2014-10-211-4/+0
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-132-2/+6
* [SPARK-3559][SQL] Remove unnecessary columns from List of needed Column Ids i...Venkata Ramana Gollamudi2014-10-132-4/+12
* [SPARK-3529] [SQL] Delete the temp files after test exitCheng Hao2014-10-131-2/+5
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-134-2/+23
* [SPARK-3834][SQL] Backticks not correctly handled in subquery aliasesravipesala2014-10-091-1/+1
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-093-101/+32
* [SQL] Prevents per row dynamic dispatching and pattern matching when insertin...Cheng Lian2014-10-081-30/+34
* [SPARK-3810][SQL] Makes PreInsertionCasts handle partitions properlyCheng Lian2014-10-081-10/+5
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-052-36/+36
* [Minor] Trivial fix to make codes more readableLiang-Chi Hsieh2014-10-051-1/+1
* [SPARK-3007][SQL] Fixes dynamic partitioning support for lower Hadoop versionsCheng Lian2014-10-051-4/+22
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-034-13/+8
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-035-300/+338
* [SPARK-2693][SQL] Supported for UDAF Hive Aggregates like PERCENTILEravipesala2014-10-031-4/+42
* [SPARK-3654][SQL] Implement all extended HiveQL statements/commands with a se...ravipesala2014-10-022-44/+148
* [SQL] Initilize session state before creating CommandProcessorMichael Armbrust2014-10-021-2/+3
* [SPARK-3729][SQL] Do all hive session state initialization in lazy valMichael Armbrust2014-10-012-5/+7
* [SQL] Made Command.sideEffectResult protectedCheng Lian2014-10-015-14/+14
* [SPARK-3705][SQL] Add case for VoidObjectInspector to cover NullTypescwf2014-10-011-0/+2
* [SPARK-3708][SQL] Backticks aren't handled correctly is aliasesravipesala2014-10-011-1/+1
* [SPARK-3746][SQL] Lock hive client when creating tablesMichael Armbrust2014-10-011-4/+6
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-304-331/+293
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-294-293/+331
* [SPARK-3680][SQL] Fix bug caused by eager typing of HiveGenericUDFsMichael Armbrust2014-09-271-1/+1
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-261-0/+1
* [SPARK-3582][SQL] not limit argument type for hive simple udfDaoyuan Wang2014-09-232-22/+4
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-205-21/+10
* [SPARK-3485][SQL] Use GenericUDFUtils.ConversionHelper for Simple UDF type co...Daoyuan Wang2014-09-191-39/+16
* [SPARK-2594][SQL] Support CACHE TABLE <name> AS SELECT ...ravipesala2014-09-191-10/+20
* [SPARK-3501] [SQL] Fix the bug of Hive SimpleUDF creates unnecessary type castCheng Hao2014-09-191-1/+2
* [SQL] Decrease partitions when testingMichael Armbrust2014-09-131-1/+6
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-131-48/+71
* [SPARK-3481] [SQL] Eliminate the error log in local Hive comparison testCheng Hao2014-09-121-9/+8
* [SPARK-2917] [SQL] Avoid table creation in logical plan analyzing for CTASCheng Hao2014-09-115-14/+91
* [SPARK-2781][SQL] Check resolution of LogicalPlans in Analyzer.Aaron Staple2014-09-102-10/+17
* [SQL] Add test case with workaround for reading partitioned Avro filesMichael Armbrust2014-09-101-1/+68
* [SPARK-2219][SQL] Added support for the "add jar" commandCheng Lian2014-09-043-5/+24
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-041-1/+1
* [SPARK-2973][SQL] Lightweight SQL commands without distributed jobs when call...Cheng Lian2014-09-035-54/+25
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-291-0/+2
* [SQL] [SPARK-3236] Reading Parquet tables from Metastore mangles locationAaron Davidson2014-08-271-1/+1
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-271-0/+2
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-262-9/+4
* [Spark-3222] [SQL] Cross join support in HiveQLDaoyuan Wang2014-08-251-0/+1
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-252-4/+3
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-231-2/+2
* [SQL] Make functionRegistry in HiveContext transient.Yin Huai2014-08-231-0/+1