aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-1/+1
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-091-4/+2
* [SQL] Add some missing DataFrame functions.Michael Armbrust2015-02-096-21/+51
* [SPARK-5472][SQL] Fix Scala code styleHung Lin2015-02-082-36/+41
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-085-18/+72
* [SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable themCheng Lian2015-02-061-1/+0
* [SQL] Use TestSQLContext in Java testsMichael Armbrust2015-02-062-7/+6
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-061-1/+2
* [SPARK-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-069-7/+226
* [SPARK-5324][SQL] Results of describe can't be queriedOopsOutOfMemory2015-02-061-4/+7
* [SPARK-5639][SQL] Support DataFrame.renameColumn.Reynold Xin2015-02-054-1/+39
* [SPARK-5638][SQL] Add a config flag to disable eager analysis of DataFramesReynold Xin2015-02-053-4/+23
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-0516-597/+1272
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-054-5/+156
* [SPARK-5617][SQL] fix test failure of SQLQuerySuitewangfei2015-02-052-12/+7
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-0411-6/+21
* [SPARK-5602][SQL] Better support for creating DataFrame from local data colle...Reynold Xin2015-02-047-77/+140
* [SPARK-5538][SQL] Fix flaky CachedTableSuiteReynold Xin2015-02-041-4/+19
* [SQL][DataFrame] Minor cleanup.Reynold Xin2015-02-041-194/+2
* [SPARK-4520] [SQL] This pr fixes the ArrayIndexOutOfBoundsException as r...Sadhan Sood2015-02-044-14/+60
* [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggrega...Reynold Xin2015-02-045-11/+48
* [SPARK-5577] Python udf for DataFrameDavies Liu2015-02-042-2/+44
* [SPARK-5426][SQL] Add SparkSQL Java API helper methods.kul2015-02-042-3/+62
* [SPARK-5588] [SQL] support select/filter by SQL expressionDavies Liu2015-02-041-11/+0
* [SPARK-5579][SQL][DataFrame] Support for project/filter using SQL expressionsReynold Xin2015-02-034-10/+55
* [SPARK-5578][SQL][DataFrame] Provide a convenient way for Scala users to use ...Reynold Xin2015-02-038-431/+266
* [SPARK-5554] [SQL] [PySpark] add more tests for DataFrame Python APIDavies Liu2015-02-032-35/+5
* [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