aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3798][SQL] Store the output of a generator in a valMichael Armbrust2014-10-091-2/+3
* [SPARK-3858][SQL] Pass the generator alias into logical plan nodeNathan Howell2014-10-091-1/+1
* [SPARK-3339][SQL] Support for skipping json lines that fail to parseYin Huai2014-10-094-18/+46
* [SPARK-3853][SQL] JSON Schema support for Timestamp fieldsMike Timper2014-10-091-0/+10
* [SPARK-3857] Create joins package for various join operators.Reynold Xin2014-10-0811-643/+839
* [SPARK-3713][SQL] Uses JSON to serialize DataType objectsCheng Lian2014-10-082-7/+8
* [SPARK-3831] [SQL] Filter rule Improvement and bool expression optimization.Kousuke Saruta2014-10-081-1/+2
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-054-33/+33
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-0310-133/+323
* [SQL] Made Command.sideEffectResult protectedCheng Lian2014-10-011-5/+5
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-281-2/+2
* [SPARK-3646][SQL] Copy SQL configuration from SparkConf when a SQLContext is ...Michael Armbrust2014-09-232-1/+10
* [SPARK-3536][SQL] SELECT on empty parquet table throws exceptionravipesala2014-09-231-2/+5
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-201-1/+1
* SPARK-3605. Fix typo in SchemaRDD.Sandy Ryza2014-09-191-3/+2
* [SPARK-2594][SQL] Support CACHE TABLE <name> AS SELECT ...ravipesala2014-09-192-0/+20
* [SPARK-2314][SQL] Override collect and take in python library, and count in j...Aaron Staple2014-09-162-11/+28
* [SPARK-3308][SQL] Ability to read JSON Arrays as tablesYin Huai2014-09-161-3/+7
* [SPARK-3527] [SQL] Strip the string messageCheng Hao2014-09-161-1/+1
* [SQL] Decrease partitions when testingMichael Armbrust2014-09-131-2/+7
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-1311-220/+424
* [SPARK-3390][SQL] sqlContext.jsonRDD fails on a complex structure of JSON arr...Yin Huai2014-09-111-27/+39
* [SPARK-2917] [SQL] Avoid table creation in logical plan analyzing for CTASCheng Hao2014-09-111-2/+2
* [SPARK-3447][SQL] Remove explicit conversion with JListWrapper to avoid NPEMichael Armbrust2014-09-101-3/+1
* [SPARK-3363][SQL] Type Coercion should promote null to all other types.Daoyuan Wang2014-09-101-29/+22
* [SPARK-3395] [SQL] DSL sometimes incorrectly reuses attribute ids, breaking q...Eric Liang2014-09-091-1/+2
* [SPARK-3414][SQL] Stores analyzed logical plan when registering a temp tableCheng Lian2014-09-081-2/+2
* [SPARK-3349][SQL] Output partitioning of limit should not be inherited from c...Eric Liang2014-09-081-1/+3
* [SPARK-3408] Fixed Limit operator so it works with sort-based shuffle.Reynold Xin2014-09-071-5/+14
* [SQL] Update SQL Programming GuideMichael Armbrust2014-09-075-5/+5
* [SPARK-3409][SQL] Avoid pulling in Exchange operator itself in Exchange's clo...Reynold Xin2014-09-061-22/+21
* [SPARK-3392] [SQL] Show value spark.sql.shuffle.partitions for mapred.reduce....Cheng Hao2014-09-041-4/+12
* [SPARK-3310][SQL] Directly use currentTable without unnecessary implicit conv...Liang-Chi Hsieh2014-09-041-1/+1
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-041-1/+1
* [SPARK-3335] [SQL] [PySpark] support broadcast in Python UDFDavies Liu2014-09-032-1/+5
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-036-325/+262
* [SPARK-2973][SQL] Lightweight SQL commands without distributed jobs when call...Cheng Lian2014-09-031-40/+23
* [SPARK-3300][SQL] No need to call clear() and shorten build()Liang-Chi Hsieh2014-09-021-3/+1
* [SQL] Renamed ColumnStat to ColumnMetrics to avoid confusion between ColumnStatsCheng Lian2014-09-021-5/+5
* [SPARK-3010] fix redundant conditionalscwf2014-08-311-3/+1
* [SPARK-3320][SQL] Made batched in-memory column buffer building work for Sche...Cheng Lian2014-08-291-30/+19
* [SPARK-3198] [SQL] Remove the TreeNode.idCheng Hao2014-08-293-8/+11
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-281-9/+2
* [SQL] Fixed 2 comment typos in SQLConfCheng Lian2014-08-281-3/+4
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-273-2/+7
* [SPARK-3138][SQL] sqlContext.parquetFile should be able to take a single file...chutium2014-08-271-5/+2
* [SPARK-3237][SQL] Fix parquet filters with UDFsMichael Armbrust2014-08-271-2/+6
* [SPARK-3036][SPARK-3037][SQL] Add MapType/ArrayType containing null value sup...Takuya UESHIN2014-08-263-36/+155
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-265-11/+5
* [SPARK-3063][SQL] ExistingRdd should convert Map to catalyst Map.Takuya UESHIN2014-08-261-1/+2