aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-2818-62/+4091
* [SPARK-14156][SQL] Use executedPlan in HiveComparisonTest for the messages of...Liang-Chi Hsieh2016-03-281-1/+5
* [SPARK-13844] [SQL] Generate better code for filters with a non-nullable columnKazuaki Ishizaki2016-03-282-48/+102
* [SPARK-14185][SQL][MINOR] Make indentation of debug log for generated code pr...Kousuke Saruta2016-03-271-1/+1
* [MINOR][SQL] Fix substr/substring testcases.Dongjoon Hyun2016-03-271-2/+2
* [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Al...gatorsmile2016-03-264-3/+80
* [SPARK-14157][SQL] Parse Drop Function DDL commandLiang-Chi Hsieh2016-03-264-7/+90
* [SPARK-14116][SQL] Implements buildReader() for ORC data sourceCheng Lian2016-03-267-91/+151
* [SPARK-14161][SQL] Native Parsing for DDL Command Drop Databasegatorsmile2016-03-264-1/+89
* [SPARK-14175][SQL] whole stage codegen interface refactorDavies Liu2016-03-269-124/+72
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-263-16/+16
* [SPARK-14109][SQL] Fix HDFSMetadataLog to fallback from FileContext to FileSy...Tathagata Das2016-03-254-26/+288
* [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to SparkShixiong Zhu2016-03-251-8/+25
* [SPARK-14131][SQL] Add a workaround for HADOOP-10622 to fix DataFrameReaderWr...Shixiong Zhu2016-03-251-5/+80
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-253-18/+33
* [SPARK-12443][SQL] encoderFor should support DecimalLiang-Chi Hsieh2016-03-255-4/+47
* [SQL][HOTFIX] Fix flakiness in StateStoreRDDSuiteTathagata Das2016-03-252-4/+8
* [SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException du...Sameer Agarwal2016-03-251-7/+9
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-2511-19/+257
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-257-105/+124
* [SPARK-13456][SQL][FOLLOW-UP] lazily generate the outer pointer for case clas...Wenchen Fan2016-03-253-20/+33
* [SPARK-14149] Log exceptions in tryOrIOExceptionReynold Xin2016-03-251-5/+3