aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-111-0/+9
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-112-2/+79
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-112-32/+62
* [SPARK-16401][SQL] Data Source API: Enable Extending RelationProvider and Cre...gatorsmile2016-07-092-3/+34
* [SPARK-16387][SQL] JDBC Writer should use dialect to quote field names.Dongjoon Hyun2016-07-082-4/+11
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-081-0/+15
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-082-21/+31
* [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriterJurriaan Pruis2016-07-084-1/+31
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-081-0/+20
* [SPARK-16430][SQL][STREAMING] Add option maxFilesPerTriggerTathagata Das2016-07-073-14/+112
* [SPARK-16350][SQL] Fix support for incremental planning in wirteStream.foreach()Liwei Lin2016-07-073-13/+117
* [SPARK-16400][SQL] Remove InSet filter pushdown from ParquetReynold Xin2016-07-072-75/+12
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-072-1/+28
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-062-4/+79
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-061-1/+1
* [SPARK-16371][SQL] Do not push down filters incorrectly when inner name and o...hyukjinkwon2016-07-063-2/+19
* [SPARK-15979][SQL] Renames CatalystWriteSupport to ParquetWriteSupportCheng Lian2016-07-062-10/+10
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-063-60/+18
* [SPARK-16340][SQL] Support column arguments for `regexp_replace` Dataset oper...Dongjoon Hyun2016-07-052-1/+13
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-061-0/+53
* [SPARK-16383][SQL] Remove `SessionState.executeSql`Dongjoon Hyun2016-07-051-3/+1
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-055-9/+14
* [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet predic...hyukjinkwon2016-07-054-18/+9
* [SPARK-16360][SQL] Speed up SQL query performance by removing redundant `exec...Dongjoon Hyun2016-07-051-1/+1
* [SPARK-15204][SQL] improve nullability inference for AggregatorKoert Kuipers2016-07-042-4/+13
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-041-0/+60
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-031-0/+16
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-031-0/+31
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-3/+4
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-012-23/+27
* [SPARK-16222][SQL] JDBC Sources - Handling illegal input values for `fetchsiz...gatorsmile2016-07-017-45/+98
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-011-0/+14
* [SPARK-16313][SQL] Spark should not silently drop exceptions in file listingReynold Xin2016-06-304-11/+27
* [SPARK-16336][SQL] Suggest doing table refresh upon FileNotFoundExceptionpetermaxlee2016-06-302-1/+102
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-304-60/+101
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-307-5/+24
* [SPARK-15820][PYSPARK][SQL] Add Catalog.refreshTable into python APIWeichenXu2016-06-301-1/+1
* [SPARK-16274][SQL] Implement xpath_booleanpetermaxlee2016-06-301-0/+32
* [SPARK-16267][TEST] Replace deprecated `CREATE TEMPORARY TABLE ... USING` fro...Dongjoon Hyun2016-06-295-11/+11
* [SPARK-16134][SQL] optimizer rules for typed filterWenchen Fan2016-06-303-10/+5
* [SPARK-16006][SQL] Attemping to write empty DataFrame with no fields throws n...Dongjoon Hyun2016-06-292-2/+3
* [SPARK-14480][SQL] Remove meaningless StringIteratorReader for CSV data source.hyukjinkwon2016-06-294-291/+33
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-295-13/+31
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-291-3/+1
* [TRIVIAL][DOCS][STREAMING][SQL] The return type mentioned in the Javadoc is i...Holden Karau2016-06-291-2/+2
* [MINOR][DOCS][STRUCTURED STREAMING] Minor doc fixes around `DataFrameWriter` ...Burak Yavuz2016-06-285-9/+9
* [SPARK-16100][SQL] fix bug when use Map as the buffer type of AggregatorWenchen Fan2016-06-291-0/+15
* [SPARK-16236][SQL] Add Path Option back to Load API in DataFrameReadergatorsmile2016-06-282-1/+29
* [SPARK-16181][SQL] outer join with isNull filter may return wrong resultWenchen Fan2016-06-281-0/+9