aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0310-51/+48
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-031-1/+1
* [SPARK-4987] [SQL] parquet timestamp type supportDaoyuan Wang2015-02-039-26/+229
* [SQL] DataFrame API updateReynold Xin2015-02-036-270/+376
* [SPARK-5551][SQL] Create type alias for SchemaRDD for source backward compati...Reynold Xin2015-02-031-0/+6
* [SQL][DataFrame] Remove DataFrameApi, ExpressionApi, and GroupedDataFrameApiReynold Xin2015-02-036-444/+200
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-0216-40/+774
* [SPARK-5472][SQL] A JDBC data source for Spark SQL.Tor Myklebust2015-02-0214-1/+1937
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-0215-348/+829
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0210-35/+38
* [SPARK-5514] DataFrame.collect should call executeCollectReynold Xin2015-02-021-1/+1
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0210-38/+35
* [SPARK-5465] [SQL] Fixes filter push-down for Parquet data sourceCheng Lian2015-02-011-8/+10
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-011-0/+12
* [SPARK-5196][SQL] Support `comment` in Create Table Field DDLOopsOutOfMemory2015-02-012-3/+28
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-011-2/+2
* [SQL] remove redundant field "childOutput" from execution.Aggregate, use chil...kai2015-01-301-6/+2
* [SPARK-5457][SQL] Add missing DSL for ApproxCountDistinct.Takuya UESHIN2015-01-301-0/+5
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-293-7/+11
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-292-3/+9
* [SQL] DataFrame API improvementsReynold Xin2015-01-296-16/+209
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-291-0/+9
* [SPARK-4786][SQL]: Parquet filter pushdown for castable typesYash Datta2015-01-292-2/+51
* [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Stri...Michael Davies2015-01-292-12/+47
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-2916-132/+33
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-295-8/+85
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-2819-274/+295
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-2818-175/+189
* [SPARK-5097][SQL] Test cases for DataFrame expressions.Reynold Xin2015-01-276-72/+315
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-2734-1029/+2425
* [SQL] [Minor] Remove deprecated parquet testsCheng Lian2015-01-213-1289/+212
* Revert "[SPARK-5244] [SQL] add coalesce() in sql parser"Josh Rosen2015-01-211-9/+0
* [SPARK-5009] [SQL] Long keyword support in SQL ParsersCheng Hao2015-01-213-38/+18
* [SPARK-5244] [SQL] add coalesce() in sql parserDaoyuan Wang2015-01-211-0/+9
* [SPARK-5323][SQL] Remove Row's Seq inheritance.Reynold Xin2015-01-2023-628/+616
* [SPARK-5287][SQL] Add defaultSizeOf to every data type.Yin Huai2015-01-201-11/+55
* [SQL] fix typo in class descriptionJacky Li2015-01-181-3/+3
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-1811-47/+70
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-1611-1207/+41
* [SPARK-5274][SQL] Reconcile Java and Scala UDFRegistration.Reynold Xin2015-01-155-69/+665
* [SPARK-5193][SQL] Tighten up SQLContext APIReynold Xin2015-01-148-278/+149
* [SPARK-5235] Make SQLConf SerializableAlex Baretta2015-01-141-1/+1
* [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptIdJosh Rosen2015-01-141-4/+1
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-145-5/+2
* [SPARK-5167][SQL] Move Row into sql package and make it usable for Java.Reynold Xin2015-01-142-84/+1
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-1383-2206/+226
* [SPARK-5168] Make SQLConf a field rather than mixin in SQLContextReynold Xin2015-01-1326-67/+96
* [SPARK-4912][SQL] Persistent tables for the Spark SQL data sources apiYin Huai2015-01-136-24/+94
* [SPARK-5049][SQL] Fix ordering of partition columns in ParquetTableScanMichael Armbrust2015-01-122-18/+29
* [SPARK-5029][SQL] Enable from follow multiple bracketsscwf2015-01-101-0/+17