aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SQL] Initilize session state before creating CommandProcessorMichael Armbrust2014-10-021-2/+3
* [SPARK-3371][SQL] Renaming a function expression with group by gives errorravipesala2014-10-012-1/+6
* [SPARK-3704][SQL] Fix ColumnValue type for Short values in thrift serverscwf2014-10-011-2/+2
* [SPARK-3729][SQL] Do all hive session state initialization in lazy valMichael Armbrust2014-10-012-5/+7
* [SQL] Made Command.sideEffectResult protectedCheng Lian2014-10-016-19/+19
* [SPARK-3593][SQL] Add support for sorting BinaryTypeVenkata Ramana Gollamudi2014-10-013-1/+29
* [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-012-1/+7
* [SPARK-3746][SQL] Lock hive client when creating tablesMichael Armbrust2014-10-011-4/+6
* [SQL] Kill dangerous trailing space in query stringCheng Lian2014-10-012-1/+1
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-012-2/+2
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-3014-443/+299
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-2914-299/+443
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-281-2/+2
* [SPARK-3680][SQL] Fix bug caused by eager typing of HiveGenericUDFsMichael Armbrust2014-09-272-5/+12
* [SPARK-3676][SQL] Fix hive test suite failure due to diffs in JDK 1.6/1.7w002289702014-09-273-6/+11
* [SPARK-3675][SQL] Allow starting a JDBC server on an existing contextMichael Armbrust2014-09-261-1/+14
* [SPARK-3393] [SQL] Align the log4j configuration for Spark & SparkSQLCLICheng Hao2014-09-261-17/+0
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-263-0/+5
* [SPARK-3646][SQL] Copy SQL configuration from SparkConf when a SQLContext is ...Michael Armbrust2014-09-233-2/+20
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-235-0/+44
* [SPARK-3481][SQL] removes the evil MINOR HACKwangfei2014-09-231-2/+0
* [SPARK-3536][SQL] SELECT on empty parquet table throws exceptionravipesala2014-09-232-2/+14
* [SPARK-3582][SQL] not limit argument type for hive simple udfDaoyuan Wang2014-09-232-22/+4
* [SPARK-3598][SQL]cast to timestamp should be the same as hiveDaoyuan Wang2014-09-2311-15/+50