aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16199][SQL] Add a method to list the referenced columns in data source...petermaxlee2016-07-112-15/+145
* [SPARK-12639][SQL] Mark Filters Fully Handled By Sources with *Russell Spitzer2016-07-113-11/+21
* [SPARK-16488] Fix codegen variable namespace collision in pmod and partitionBySameer Agarwal2016-07-112-12/+27
* [SPARK-16430][SQL][STREAMING] Fixed bug in the maxFilesPerTrigger in FileStre...Tathagata Das2016-07-112-5/+36
* [SPARK-16433][SQL] Improve StreamingQuery.explain when no data arrivesShixiong Zhu2016-07-113-5/+5
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-112-10/+89
* [SPARK-16349][SQL] Fall back to isolated class loader when classes not found.Marcelo Vanzin2016-07-111-3/+9
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-115-10/+71
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-114-4/+4
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-114-7/+25
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-115-4/+118
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-119-128/+427
* [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-085-1/+218
* [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-085-3/+111
* [SPARK-16436][SQL] checkEvaluation should support NaNpetermaxlee2016-07-081-0/+4
* [SPARK-16052][SQL] Improve `CollapseRepartition` optimizer for Repartition/Re...Dongjoon Hyun2016-07-084-6/+102
* [SPARK-16430][SQL][STREAMING] Add option maxFilesPerTriggerTathagata Das2016-07-073-14/+112
* [SPARK-16415][SQL] fix catalog string errorDaoyuan Wang2016-07-072-3/+17
* [SPARK-16350][SQL] Fix support for incremental planning in wirteStream.foreach()Liwei Lin2016-07-073-13/+117
* [SPARK-16174][SQL] Improve `OptimizeIn` optimizer to remove literal repetitionsDongjoon Hyun2016-07-073-6/+39
* [SPARK-16400][SQL] Remove InSet filter pushdown from ParquetReynold Xin2016-07-073-76/+18
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-073-1/+51
* [SPARK-16374][SQL] Remove Alias from MetastoreRelation and SimpleCatalogRelationgatorsmile2016-07-075-15/+14
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-063-5/+87
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-062-3/+3
* [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-16229][SQL] Drop Empty Table After CREATE TABLE AS SELECT failsgatorsmile2016-07-062-2/+26
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-064-178/+106
* [SPARK-16339][CORE] ScriptTransform does not print stderr when outstream is lostTejas Patil2016-07-061-4/+4
* [SPARK-16340][SQL] Support column arguments for `regexp_replace` Dataset oper...Dongjoon Hyun2016-07-052-1/+13
* [SPARK-16389][SQL] Remove MetastoreRelation from SparkHiveWriterContainer and...gatorsmile2016-07-062-15/+9
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-065-1/+126
* [SPARK-16383][SQL] Remove `SessionState.executeSql`Dongjoon Hyun2016-07-052-6/+4
* [SPARK-15730][SQL] Respect the --hiveconf in the spark-sql command lineCheng Hao2016-07-052-0/+19
* [HOTFIX] Fix build break.Reynold Xin2016-07-051-1/+1
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-0512-36/+101
* [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-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-054-11/+39
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-053-19/+59
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-043-47/+1
* [SPARK-15204][SQL] improve nullability inference for AggregatorKoert Kuipers2016-07-042-4/+13
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-045-36/+124
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-035-1/+79
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-032-9/+37