aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3940][SQL] Avoid console printing error messages three timeswangxiaojing2014-10-201-1/+1
* [SPARK-3969][SQL] Optimizer should have a super class as an interface.Takuya UESHIN2014-10-203-5/+7
* [SPARK-3945]Properties of hive-site.xml is invalid in running the Thrift JDBC...luogankun2014-10-201-1/+5
* [SPARK-3966][SQL] Fix nullabilities of Cast related to DateType.Takuya UESHIN2014-10-201-0/+4
* [SPARK-3800][SQL] Clean aliases from grouping expressionsMichael Armbrust2014-10-202-0/+35
* [SPARK-3906][SQL] Adds multiple join support for SQLContextCheng Lian2014-10-202-3/+16
* [SPARK-3986][SQL] Fix package names to fit their directory names.Takuya UESHIN2014-10-202-4/+2
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-181-1/+2
* [SPARK-3855][SQL] Preserve the result attribute of python UDFs though transfo...Michael Armbrust2014-10-172-3/+11
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-161-2/+2
* [SQL] Fixes the race condition that may cause test failureCheng Lian2014-10-161-6/+0
* [SPARK-3809][SQL] Fixes test suites in hive-thriftserverCheng Lian2014-10-132-39/+60
* [SQL]Small bug in unresolved.scalaLiquan Pei2014-10-131-1/+1
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-133-2/+9
* [SQL] Add type checking debugging functionsMichael Armbrust2014-10-138-20/+163
* [SPARK-3559][SQL] Remove unnecessary columns from List of needed Column Ids i...Venkata Ramana Gollamudi2014-10-132-4/+12
* [SPARK-3771][SQL] AppendingParquetOutputFormat should use reflection to preve...Takuya UESHIN2014-10-131-1/+9
* [SPARK-3529] [SQL] Delete the temp files after test exitCheng Hao2014-10-131-2/+5
* [SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregationCheng Lian2014-10-132-5/+57
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-13150-42/+872
* [SPARK-3892][SQL] remove redundant type nameDaoyuan Wang2014-10-131-5/+0
* [SPARK-3861][SQL] Avoid rebuilding hash tables for broadcast joins on each pa...Reynold Xin2014-10-135-32/+187
* [SPARK-3834][SQL] Backticks not correctly handled in subquery aliasesravipesala2014-10-092-2/+8
* [SPARK-3824][SQL] Sets in-memory table default storage level to MEMORY_AND_DISKCheng Lian2014-10-093-12/+17
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-0912-401/+414
* [SPARK-3798][SQL] Store the output of a generator in a valMichael Armbrust2014-10-091-2/+3
* [SPARK-3813][SQL] Support "case when" conditional functions in Spark SQL.ravipesala2014-10-092-2/+27
* [SPARK-3858][SQL] Pass the generator alias into logical plan nodeNathan Howell2014-10-092-1/+9
* [SPARK-3412][SQL]add missing row apiDaoyuan Wang2014-10-093-11/+32
* [SPARK-3339][SQL] Support for skipping json lines that fail to parseYin Huai2014-10-096-19/+116
* [SPARK-3853][SQL] JSON Schema support for Timestamp fieldsMike Timper2014-10-092-0/+18
* [SPARK-3806][SQL] Minor fix for CliSuitescwf2014-10-091-3/+5
* [SPARK-3711][SQL] Optimize where in clause filter queriesYash Datta2014-10-094-2/+132
* [SPARK-3752][SQL]: Add tests for different UDF'sVida Ha2014-10-096-15/+265
* [SPARK-3857] Create joins package for various join operators.Reynold Xin2014-10-0815-646/+844
* [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-082-10/+41
* [SPARK-3707] [SQL] Fix bug of type coercion in DIVCheng Hao2014-10-082-5/+42
* [SQL][Doc] Keep Spark SQL README.md up to dateLiquan Pei2014-10-081-16/+15
* [SPARK-3713][SQL] Uses JSON to serialize DataType objectsCheng Lian2014-10-086-90/+202
* [SPARK-3831] [SQL] Filter rule Improvement and bool expression optimization.Kousuke Saruta2014-10-083-2/+16
* [SPARK-3776][SQL] Wrong conversion to Catalyst for Option[Product]Renat Yusupov2014-10-052-4/+19
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-0511-158/+265
* [SPARK-3792][SQL] Enable JavaHiveQLSuitescwf2014-10-051-18/+9
* [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-0323-241/+567
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-0315-306/+450
* [SPARK-2693][SQL] Supported for UDAF Hive Aggregates like PERCENTILEravipesala2014-10-032-4/+46
* [SPARK-3654][SQL] Implement all extended HiveQL statements/commands with a se...ravipesala2014-10-023-44/+154