aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-1036-146/+161
* [SPARK-19157][SQL] should be able to change spark.sql.runSQLOnFiles at runtimeWenchen Fan2017-01-104-11/+37
* [SPARK-19140][SS] Allow update mode for non-aggregation streaming queriesShixiong Zhu2017-01-106-42/+51
* [SPARK-19137][SQL] Fix `withSQLConf` to reset `OptionalConfigEntry` correctlyDongjoon Hyun2017-01-101-1/+7
* [SPARK-19113][SS][TESTS] Set UncaughtExceptionHandler in onQueryStarted to en...Shixiong Zhu2017-01-102-9/+26
* [SPARK-18857][SQL] Don't use `Iterator.duplicate` for `incrementalCollect` in...Dongjoon Hyun2017-01-102-11/+26
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-105-29/+59
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-1013-62/+66
* [SPARK-16845][SQL] `GeneratedClass$SpecificOrdering` grows beyond 64 KBLiwei Lin2017-01-103-7/+57
* [SPARK-19107][SQL] support creating hive table with DataFrameWriter and CatalogWenchen Fan2017-01-106-40/+93
* [SPARK-18952] Regex strings not properly escaped in codegen for aggregationsBurak Yavuz2017-01-093-10/+23
* [SPARK-19020][SQL] Cardinality estimation of aggregate operatorZhenhua Wang2017-01-094-3/+198
* [SPARK-17077][SQL] Cardinality estimation for project operatorZhenhua Wang2017-01-086-0/+196
* [SPARK-19126][DOCS] Update Join Documentation Across Languagesanabranch2017-01-081-4/+12
* [SPARK-19127][DOCS] Update Rank Function Documentationanabranch2017-01-081-6/+10
* [SPARK-19093][SQL] Cached tables are not used in SubqueryExpressionDilip Biswal2017-01-082-1/+78
* [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriterWenchen Fan2017-01-0811-63/+27
* [SPARK-19074][SS][DOCS] Updated Structured Streaming Programming Guide for up...Tathagata Das2017-01-061-4/+2
* [SPARK-16792][SQL] Dataset containing a Case Class with a List type causes a ...Michal Senkyr2017-01-064-22/+231
* [SPARK-18871][SQL] New test cases for IN/NOT IN subqueryKevin Yu2017-01-054-0/+884
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-0519-131/+470
* [SPARK-19058][SQL] fix partition related behaviors with DataFrameWriter.saveA...Wenchen Fan2017-01-057-112/+142
* [SPARK-19070] Clean-up dataset actionsHerman van Hovell2017-01-041-50/+26
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-0417-19/+19
* [SPARK-19060][SQL] remove the supportsPartial flag in AggregateFunctionWenchen Fan2017-01-047-48/+3
* [SPARK-19072][SQL] codegen of Literal should not output boxed valueWenchen Fan2017-01-032-11/+24
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-034-9/+113
* [SPARK-18877][SQL] `CSVInferSchema.inferField` on DecimalType should find a c...Dongjoon Hyun2017-01-032-1/+20
* [SPARK-18932][SQL] Support partial aggregation for collect_set/collect_listLiang-Chi Hsieh2017-01-034-43/+39
* [SPARK-18998][SQL] Add a cbo conf to switch between default statistics and es...Zhenhua Wang2017-01-037-10/+117
* [SPARK-19029][SQL] Remove databaseName from SimpleCatalogRelationgatorsmile2017-01-033-10/+5
* [SPARK-19002][BUILD][PYTHON] Check pep8 against all Python scriptshyukjinkwon2017-01-029-31/+27
* [SPARK-19022][TESTS] Fix tests dependent on OS due to different newline chara...hyukjinkwon2017-01-021-6/+12
* [SPARK-19050][SS][TESTS] Fix EventTimeWatermarkSuite 'delay in months and yea...Shixiong Zhu2017-01-011-1/+4
* [SPARK-19028][SQL] Fixed non-thread-safe functions used in SessionCataloggatorsmile2016-12-312-18/+20
* [SPARK-18123][SQL] Use db column names instead of RDD column ones during JDBC...Dongjoon Hyun2016-12-303-25/+95
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-3020-105/+106
* [SPARK-19012][SQL] Fix `createTempViewCommand` to throw AnalysisException ins...Dongjoon Hyun2016-12-292-11/+20
* [SPARK-18567][SQL] Simplify CreateDataSourceTableAsSelectCommandWenchen Fan2016-12-284-198/+213
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-299-91/+230
* [MINOR][DOC] Fix doc of ForeachWriter to use writeStreamCarson Wang2016-12-281-2/+2
* [SPARK-18960][SQL][SS] Avoid double reading file which is being copied.uncleGen2016-12-282-3/+9
* [SPARK-18992][SQL] Move spark.sql.hive.thriftServer.singleSession to SQLConfgatorsmile2016-12-285-51/+87
* Revert "[SPARK-18990][SQL] make DatasetBenchmark fairer for Dataset"Yin Huai2016-12-271-42/+33
* [SPARK-18990][SQL] make DatasetBenchmark fairer for DatasetWenchen Fan2016-12-271-33/+42
* [SPARK-19004][SQL] Fix `JDBCWriteSuite.testH2Dialect` by removing `getCatalys...Dongjoon Hyun2016-12-271-3/+0
* [SPARK-18999][SQL][MINOR] simplify Literal codegenWenchen Fan2016-12-274-35/+18
* [SPARK-18989][SQL] DESC TABLE should not fail with format class not foundWenchen Fan2016-12-262-2/+55
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-2610-56/+212
* [SPARK-18943][SQL] Avoid per-record type dispatch in CSV when readinghyukjinkwon2016-12-243-159/+184