aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-091-4/+2
* [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-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-063-1/+110
* [SPARK-5639][SQL] Support DataFrame.renameColumn.Reynold Xin2015-02-051-0/+21
* [SPARK-5638][SQL] Add a config flag to disable eager analysis of DataFramesReynold Xin2015-02-051-3/+14
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-055-404/+614
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-051-0/+99
* [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-049-4/+18
* [SPARK-5538][SQL] Fix flaky CachedTableSuiteReynold Xin2015-02-041-4/+19
* [SPARK-4520] [SQL] This pr fixes the ArrayIndexOutOfBoundsException as r...Sadhan Sood2015-02-041-2/+26
* [SPARK-5426][SQL] Add SparkSQL Java API helper methods.kul2015-02-041-3/+45
* [SPARK-5579][SQL][DataFrame] Support for project/filter using SQL expressionsReynold Xin2015-02-031-0/+12
* [SPARK-5578][SQL][DataFrame] Provide a convenient way for Scala users to use ...Reynold Xin2015-02-033-8/+9
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-036-24/+33
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-024-1/+342
* [SPARK-5472][SQL] A JDBC data source for Spark SQL.Tor Myklebust2015-02-026-0/+892
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-024-7/+57
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-026-20/+11
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-026-11/+20
* [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-011-0/+20
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-291-2/+6
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-291-0/+4
* [SQL] DataFrame API improvementsReynold Xin2015-01-291-0/+120
* [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-291-1/+26
* [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Stri...Michael Davies2015-01-291-0/+11
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-2912-13/+13
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-2812-36/+37
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-2810-100/+102
* [SPARK-5097][SQL] Test cases for DataFrame expressions.Reynold Xin2015-01-273-68/+304
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-2717-302/+201
* [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-5244] [SQL] add coalesce() in sql parserDaoyuan Wang2015-01-211-0/+9
* [SPARK-5323][SQL] Remove Row's Seq inheritance.Reynold Xin2015-01-2016-594/+601
* [SPARK-5287][SQL] Add defaultSizeOf to every data type.Yin Huai2015-01-201-11/+55
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-188-34/+49
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-165-326/+32
* [SPARK-5274][SQL] Reconcile Java and Scala UDFRegistration.Reynold Xin2015-01-153-7/+6
* [SPARK-5193][SQL] Tighten up SQLContext APIReynold Xin2015-01-143-208/+0
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-141-1/+0
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-1327-396/+63
* [SPARK-5168] Make SQLConf a field rather than mixin in SQLContextReynold Xin2015-01-139-26/+27
* [SPARK-4912][SQL] Persistent tables for the Spark SQL data sources apiYin Huai2015-01-131-0/+30
* [SPARK-5029][SQL] Enable from follow multiple bracketsscwf2015-01-101-0/+17
* [SPARK-4574][SQL] Adding support for defining schema in foreign DDL commands.scwf2015-01-101-0/+192
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-101-2/+2