aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5639][SQL] Support DataFrame.renameColumn.Reynold Xin2015-02-054-1/+39
* [HOTFIX] [SQL] Disables Metastore Parquet table conversion for "SQLQuerySuite...Cheng Lian2015-02-051-27/+30
* [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-0522-733/+1518
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-0510-28/+190
* [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-0418-8/+38
* [SPARK-5606][SQL] Support plus sign in HiveContextq002515982015-02-041-0/+1
* [SPARK-5602][SQL] Better support for creating DataFrame from local data colle...Reynold Xin2015-02-0410-88/+170
* [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-5118][SQL] Fix: create table test stored as parquet as select ..guowei22015-02-042-1/+29
* [SQL] Use HiveContext's sessionState in HiveMetastoreCatalog.hiveDefaultTable...Yin Huai2015-02-041-1/+2
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-042-4/+4
* [SQL][Hiveconsole] Bring hive console code up to date and update README.mdOopsOutOfMemory2015-02-041-35/+10
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-042-0/+8
* [SPARK-5426][SQL] Add SparkSQL Java API helper methods.kul2015-02-042-3/+62
* [SPARK-5587][SQL] Support change database ownerwangfei2015-02-041-0/+1
* [SPARK-5591][SQL] Fix NoSuchObjectException for CTASwangfei2015-02-041-6/+2
* [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-035-10/+65
* [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-0349-125/+204
* [SPARK-5383][SQL] Support alias for udtfswangfei2015-02-037-8/+85
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-034-6/+72
* [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-0223-60/+1141
* [SPARK-5472][SQL] A JDBC data source for Spark SQL.Tor Myklebust2015-02-0214-1/+1937
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-0218-356/+840
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0249-191/+112
* [SPARK-5514] DataFrame.collect should call executeCollectReynold Xin2015-02-021-1/+1
* [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRela...seayi2015-02-022-0/+15
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0249-112/+191
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-0217-34/+5360
* [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-016-0/+65
* [SPARK-5196][SQL] Support `comment` in Create Table Field DDLOopsOutOfMemory2015-02-012-3/+28
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-012-3/+3
* [SQL] remove redundant field "childOutput" from execution.Aggregate, use chil...kai2015-01-301-6/+2
* [SPARK-5504] [sql] convertToCatalyst should support nested arraysJoseph K. Bradley2015-01-302-3/+11
* [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-297-29/+54
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-292-3/+9