aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12610][SQL] Left Anti JoinHerman van Hovell2016-04-0616-108/+231
* [SPARK-12555][SQL] Result should not be corrupted after input columns are reo...Luciano Resende2016-04-071-0/+19
* [SPARK-14436][SQL] Make JavaDatasetAggregatorSuiteBase public.Marcelo Vanzin2016-04-062-53/+83
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-067-26/+28
* [SPARK-14224] [SPARK-14223] [SPARK-14310] [SQL] fix RowEncoder and parquet re...Davies Liu2016-04-0613-234/+267
* [SPARK-14382][SQL] QueryProgress should be post after committedOffsets is upd...Shixiong Zhu2016-04-062-12/+6
* [SPARK-14320][SQL] Make ColumnarBatch.Row mutableSameer Agarwal2016-04-065-8/+135
* [SPARK-14383][SQL] missing "|" in the g4 filebomeng2016-04-062-1/+8
* [SPARK-14429][SQL] Improve LIKE pattern in "SHOW TABLES / FUNCTIONS LIKE <pat...bomeng2016-04-065-24/+46
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-064-137/+143
* [SPARK-14288][SQL] Memory Sink for streamingMichael Armbrust2016-04-065-18/+159
* [SPARK-14396][BUILD][HOT] Fix compilation against Scala 2.10gatorsmile2016-04-061-4/+4
* [SPARK-14396][SQL] Throw Exceptions for DDLs of Partitioned Viewsgatorsmile2016-04-055-44/+94
* [SPARK-14128][SQL] Alter table DDL followupAndrew Or2016-04-052-5/+21
* [SPARK-14296][SQL] whole stage codegen support for Dataset.mapWenchen Fan2016-04-0611-41/+247
* [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-055-495/+420
* [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-059-300/+562
* [SPARK-14402][SQL] initcap UDF doesn't match Hive/Oracle behavior in lowercas...Dongjoon Hyun2016-04-053-6/+12
* [SPARK-14353] Dataset Time Window `window` API for Python, and SQLBurak Yavuz2016-04-056-15/+155
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-0539-513/+1100
* [SPARK-14257][SQL] Allow multiple continuous queries to be started from the s...Shixiong Zhu2016-04-0510-26/+118
* [SPARK-14345][SQL] Decouple deserializer expression resolution from ObjectOpe...Wenchen Fan2016-04-055-126/+153
* [SPARK-14349][SQL] Issue Error Messages for Unsupported Operators/DML/DDL in ...gatorsmile2016-04-056-79/+133
* [SPARK-14348][SQL] Support native execution of SHOW TBLPROPERTIES commandDilip Biswal2016-04-057-30/+219
* [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-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-042-24/+4
* [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-045-12/+61
* [SPARK-12981] [SQL] extract Pyhton UDF in physical planDavies Liu2016-04-047-70/+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-0329-39/+39
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-033-2/+14
* [SPARK-14350][SQL] EXPLAIN output should be in a single cellDongjoon Hyun2016-04-032-2/+2
* [SPARK-14231] [SQL] JSON data source infers floating-point values as a double...hyukjinkwon2016-04-025-12/+69
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-04-021-2/+2
* [SPARK-13996] [SQL] Add more not null attributes for Filter codegenLiang-Chi Hsieh2016-04-021-4/+4
* [SPARK-14056] Appends s3 specific configurations and spark.hadoop con…Sital Kedia2016-04-021-2/+2
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0236-450/+458
* [SPARK-14338][SQL] Improve `SimplifyConditionals` rule to handle `null` in IF...Dongjoon Hyun2016-04-022-8/+21
* [HOTFIX] Disable StateStoreSuite.maintenanceReynold Xin2016-04-021-1/+1
* [MINOR] Typo fixesJacek Laskowski2016-04-024-10/+10
* [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