aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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-088-21/+151
* [SQL] Set sessionState in QueryExecution.Yin Huai2015-02-081-0/+5
* [SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable themCheng Lian2015-02-062-4/+10
* [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-0612-88/+84
* [SQL][Minor] Remove cache keyword in SqlParserwangfei2015-02-061-1/+0
* [SQL][HiveConsole][DOC] HiveConsole `correct hiveconsole imports`OopsOutOfMemory2015-02-061-1/+8
* [SPARK-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-0610-7/+227
* [SPARK-5324][SQL] Results of describe can't be queriedOopsOutOfMemory2015-02-064-8/+61
* [SPARK-5619][SQL] Support 'show roles' in HiveContextq002515982015-02-061-0/+1
* [SPARK-5640] Synchronize ScalaReflection where necessaryTobias Schlatter2015-02-061-2/+3
* [SPARK-5650][SQL] Support optional 'FROM' clauseLiang-Chi Hsieh2015-02-063-5/+18
* [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