aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14288][SQL] Memory Sink for streamingMichael Armbrust2016-04-065-18/+159
* [SPARK-14396][SQL] Throw Exceptions for DDLs of Partitioned Viewsgatorsmile2016-04-052-36/+22
* [SPARK-14128][SQL] Alter table DDL followupAndrew Or2016-04-052-5/+21
* [SPARK-14296][SQL] whole stage codegen support for Dataset.mapWenchen Fan2016-04-067-23/+186
* [SPARK-14359] Unit tests for java 8 lambda syntax with typed aggregatesEric Liang2016-04-051-41/+45
* [SPARK-529][SQL] Modify SQLConf to use new config API from core.Marcelo Vanzin2016-04-054-453/+366
* [SPARK-14411][SQL] Add a note to warn that onQueryProgress is asynchronousShixiong Zhu2016-04-051-2/+10
* [SPARK-14129][SPARK-14128][SQL] Alter table DDL commandsAndrew Or2016-04-054-295/+499
* [SPARK-14402][SQL] initcap UDF doesn't match Hive/Oracle behavior in lowercas...Dongjoon Hyun2016-04-051-3/+3
* [SPARK-14353] Dataset Time Window `window` API for Python, and SQLBurak Yavuz2016-04-052-6/+60
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-0510-50/+194
* [SPARK-14257][SQL] Allow multiple continuous queries to be started from the s...Shixiong Zhu2016-04-0510-26/+118
* [SPARK-14349][SQL] Issue Error Messages for Unsupported Operators/DML/DDL in ...gatorsmile2016-04-051-0/+23
* [SPARK-14348][SQL] Support native execution of SHOW TBLPROPERTIES commandDilip Biswal2016-04-053-8/+81
* [SPARK-14359] Create built-in functions for typed aggregates in JavaEric Liang2016-04-053-0/+124
* [SPARK-14287] isStreaming method for DatasetBurak Yavuz2016-04-042-0/+33
* [SPARK-14259] [SQL] Merging small files together based on the cost of openingDavies Liu2016-04-043-19/+21
* [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-044-11/+60
* [SPARK-12981] [SQL] extract Pyhton UDF in physical planDavies Liu2016-04-046-69/+55
* [SPARK-14176][SQL] Add DataFrameWriter.trigger to set the stream batch periodShixiong Zhu2016-04-049-13/+413
* [SPARK-14137] [SQL] Cleanup hash joinDavies Liu2016-04-046-401/+268
* [SPARK-14360][SQL] QueryExecution.debug.codegen() to dump codegenReynold Xin2016-04-041-0/+16
* [SPARK-14356] Update spark.sql.execution.debug to work on DatasetsMatei Zaharia2016-04-032-2/+8
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-0319-25/+25
* [SPARK-14350][SQL] EXPLAIN output should be in a single cellDongjoon Hyun2016-04-031-1/+1
* [SPARK-14231] [SQL] JSON data source infers floating-point values as a double...hyukjinkwon2016-04-025-12/+69
* [SPARK-13996] [SQL] Add more not null attributes for Filter codegenLiang-Chi Hsieh2016-04-021-4/+4
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0224-353/+361
* [HOTFIX] Disable StateStoreSuite.maintenanceReynold Xin2016-04-021-1/+1
* [MINOR] Typo fixesJacek Laskowski2016-04-023-8/+8
* [HOTFIX] Fix compilation break.Reynold Xin2016-04-022-5/+4
* [MINOR][SQL] Fix comments styl and correct several styles and nits in CSV dat...hyukjinkwon2016-04-014-49/+48
* [SPARK-14285][SQL] Implement common type-safe aggregate functionsReynold Xin2016-04-019-111/+342
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-014-28/+35
* [SPARK-14138] [SQL] [MASTER] Fix generated SpecificColumnarIterator code can ...Kazuaki Ishizaki2016-04-012-5/+51
* [SPARK-14244][SQL] Don't use SizeBasedWindowFunction.n created on executor si...Cheng Lian2016-04-011-6/+16
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-0124-289/+691
* [SPARK-14316][SQL] StateStoreCoordinator should extend ThreadSafeRpcEndpointShixiong Zhu2016-04-012-7/+5
* [SPARK-13674] [SQL] Add wholestage codegen support to SampleLiang-Chi Hsieh2016-04-014-14/+99
* [SPARK-14160] Time Windowing functions for DatasetsBurak Yavuz2016-04-012-0/+379
* [MINOR] [SQL] Update usage of `debug` by removing `typeCheck` and adding `deb...Dongjoon Hyun2016-04-011-2/+2
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-015-15/+136
* [SPARK-14295][SPARK-14274][SQL] Implements buildReader() for LibSVMCheng Lian2016-03-313-1/+14
* [SPARK-14267] [SQL] [PYSPARK] execute multiple Python UDFs within single batchDavies Liu2016-03-314-67/+120
* [SPARK-14304][SQL][TESTS] Fix tests that don't create temp files in the `java...Shixiong Zhu2016-03-316-22/+24
* [SPARK-14182][SQL] Parse DDL Command: Alter Viewgatorsmile2016-03-313-43/+169
* [SPARK-14278][SQL] Initialize columnar batch with proper memory modeSameer Agarwal2016-03-311-1/+1
* [SPARK-14263][SQL] Benchmark Vectorized HashMap for GroupBy AggregatesSameer Agarwal2016-03-312-10/+142
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-315-841/+16
* [SPARK-14206][SQL] buildReader() implementation for CSVCheng Lian2016-03-308-56/+111