aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14581] [SQL] push predicatese through more logical plansDavies Liu2016-04-136-52/+146
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-1318-262/+571
* [SPARK-14554][SQL][FOLLOW-UP] use checkDataset to check the resultWenchen Fan2016-04-131-1/+1
* [MINOR][SQL] Remove some unused imports in datasources.hyukjinkwon2016-04-139-34/+10
* [SPARK-14579][SQL] Fix a race condition in StreamExecution.processAllAvailableShixiong Zhu2016-04-121-13/+27
* [SPARK-14578] [SQL] Fix codegen for CreateExternalRow with nested wide schemaDavies Liu2016-04-122-3/+20
* [SPARK-14544] [SQL] improve performance of SQL UI tabDavies Liu2016-04-121-30/+10
* [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-124-27/+9
* [SPARK-14562] [SQL] improve constraints propagation in UnionDavies Liu2016-04-122-1/+29
* [SPARK-14556][SQL] Code clean-ups for package o.a.s.sql.execution.streaming.s...Liwei Lin2016-04-125-32/+31
* [SPARK-14474][SQL] Move FileSource offset log into checkpointLocationShixiong Zhu2016-04-128-33/+141
* [SPARK-14488][SPARK-14493][SQL] "CREATE TEMPORARY TABLE ... USING ... AS SELE...Cheng Lian2016-04-122-6/+53
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-125-28/+14
* [SPARK-14535][SQL] Remove buildInternalScan from FileFormatWenchen Fan2016-04-1110-648/+4
* [SPARK-14554][SQL] disable whole stage codegen if there are too many input co...Wenchen Fan2016-04-112-2/+11
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-111-24/+26
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-1112-206/+360
* [SPARK-14520][SQL] Use correct return type in VectorizedParquetInputFormatLiang-Chi Hsieh2016-04-111-2/+2
* [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-113-1/+8
* [SPARK-14494][SQL] Fix the race conditions in MemoryStream and MemorySinkShixiong Zhu2016-04-111-9/+16
* [SPARK-14502] [SQL] Add optimization for Binary Comparison SimplificationDongjoon Hyun2016-04-112-0/+119
* [SPARK-14528] [SQL] Fix same result of UnionDavies Liu2016-04-112-5/+9
* [SPARK-14372][SQL] Dataset.randomSplit() needs a Java versionRekha Joshi2016-04-112-1/+26
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-1011-23/+23
* [SPARK-14419] [MINOR] coding style cleanupDavies Liu2016-04-102-24/+13
* [SPARK-14415][SQL] All functions should show usages by command `DESC FUNCTION`Dongjoon Hyun2016-04-1028-25/+489
* [SPARK-14506][SQL] HiveClientImpl's toHiveTable misses a table property for e...Yin Huai2016-04-092-2/+20
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-092-7/+6
* [SPARK-14217] [SQL] Fix bug if parquet data has columns that use dictionary e...Nong Li2016-04-092-54/+78
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-098-352/+597
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-0916-63/+376
* [SPARK-14481][SQL] Issue Exceptions for All Unsupported Options during Parsinggatorsmile2016-04-096-15/+81
* [SPARK-14335][SQL] Describe function command returns wrong outputYong Tang2016-04-093-21/+86
* Revert "[SPARK-14419] [SQL] Improve HashedRelation for key fit within Long"Davies Liu2016-04-098-633/+346
* [SPARK-14496][SQL] fix some javadoc typosbomeng2016-04-092-2/+2
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-098-346/+633
* [SPARK-14451][SQL] Move encoder definition into Aggregator interfaceReynold Xin2016-04-094-76/+102
* [SPARK-14482][SQL] Change default Parquet codec from gzip to snappyReynold Xin2016-04-084-33/+65
* [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docsJoseph K. Bradley2016-04-081-0/+4
* [SPARK-14454] Better exception handling while marking tasks as failedSameer Agarwal2016-04-081-37/+34
* [SPARK-14435][BUILD] Shade Kryo in our custom Hive 1.2.1 forkJosh Rosen2016-04-082-34/+11
* [SPARK-14394][SQL] Generate AggregateHashMap class for LongTypes during Tungs...Sameer Agarwal2016-04-082-3/+210
* [SPARK-14448] Improvements to ColumnVectortedyu2016-04-082-22/+36
* [SPARK-14402][HOTFIX] Fix ExpressionDescription annotationJacek Laskowski2016-04-081-3/+3
* [SPARK-14189][SQL] JSON data sources find compatible types even if inferred d...hyukjinkwon2016-04-082-0/+30
* [SPARK-14103][SQL] Parse unescaped quotes in CSV data source.hyukjinkwon2016-04-084-1/+16
* Replace getLocalizedMessage with just normal toString in exception handling i...Reynold Xin2016-04-071-1/+1
* [SPARK-14270][SQL] whole stage codegen support for typed filterWenchen Fan2016-04-0711-15/+342
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-0713-114/+126
* [SPARK-12740] [SPARK-13932] support grouping()/grouping_id() in having/order ...Davies Liu2016-04-073-56/+211