aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-017-31/+67
* [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-014-9/+67
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-0133-305/+827
* [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-017-0/+735
* [SPARK-14070][SQL] Use ORC data source for SQL queries on ORC tablesTejas Patil2016-04-016-75/+220
* [SPARK-14191][SQL] Remove invalid Expand operator constraintsLiang-Chi Hsieh2016-04-012-1/+31
* [SPARK-13995][SQL] Extract correct IsNotNull constraints for ExpressionLiang-Chi Hsieh2016-04-017-37/+134
* [MINOR] [SQL] Update usage of `debug` by removing `typeCheck` and adding `deb...Dongjoon Hyun2016-04-011-2/+2
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-013-6/+31
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-018-18/+163
* [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-314-55/+177
* [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-3138-8216/+393
* [SPARK-14206][SQL] buildReader() implementation for CSVCheng Lian2016-03-309-63/+119
* [SPARK-14081][SQL] - Preserve DataFrame column types when filling nulls.Travis Crawford2016-03-302-28/+40
* [SPARK-14282][SQL] CodeFormatter should handle oneline comment with /* */ pro...Dongjoon Hyun2016-03-303-2/+17
* [SPARK-14259][SQL] Add a FileSourceStrategy option for limiting #files in a p...Takeshi YAMAMURO2016-03-303-2/+59
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-309-113/+110
* [SPARK-14114][SQL] implement buildReader for text data sourceWenchen Fan2016-03-302-2/+29
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-299-61/+302
* [SPARK-14225][SQL] Cap the length of toCommentSafeString at 128 charsSameer Agarwal2016-03-293-8/+79
* [SPARK-14215] [SQL] [PYSPARK] Support chained Python UDFsDavies Liu2016-03-292-10/+45
* [SPARK-14227][SQL] Add method for printing out generated code for debuggingEric Liang2016-03-293-6/+60
* [MINOR][SQL] Fix exception message to print string-array correctly.Dongjoon Hyun2016-03-291-1/+3
* [MINOR][SQL] Fix typos by replacing 'much' with 'match'.Dongjoon Hyun2016-03-292-2/+2
* [SPARK-14208][SQL] Renames spark.sql.parquet.fileScanCheng Lian2016-03-292-5/+5
* [SPARK-14158][SQL] implement buildReader for json data sourceWenchen Fan2016-03-294-4/+90
* [SPARK-14210] [SQL] Add a metric for time spent in scans.Nong Li2016-03-281-63/+94
* [SPARK-13981][SQL] Defer evaluating variables within Filter operator.Nong Li2016-03-281-16/+61
* [SPARK-14213][SQL] Migrate HiveQl parsing to ANTLR4 parserHerman van Hovell2016-03-284-4/+488
* [SPARK-14205][SQL] remove trait QueryableWenchen Fan2016-03-286-161/+95
* [SPARK-14119][SPARK-14120][SPARK-14122][SQL] Throw exception on unsupported D...Andrew Or2016-03-283-32/+69
* [SPARK-14013][SQL] Proper temp function support in catalogAndrew Or2016-03-2812-83/+136
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-281-66/+8
* [SPARK-14155][SQL] Hide UserDefinedType interface in Spark 2.0Reynold Xin2016-03-281-2/+4
* [SPARK-13923][SPARK-14014][SQL] Session catalog follow-upsAndrew Or2016-03-2824-125/+131
* [SPARK-14086][SQL] Add DDL commands to ANTLR4 parserHerman van Hovell2016-03-282-6/+619
* [SPARK-13713][SQL][TEST-MAVEN] Add Antlr4 maven plugin.Yin Huai2016-03-281-0/+15
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-285-167/+175