aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Minimum changes to compile REPL in SBT.Josh Rosen2016-04-1410-9/+37
* Merge remote-tracking branch 'origin/master' into build-for-2.12Josh Rosen2016-04-14346-14838/+20323
|\
| * [SPARK-14545][SQL] Improve `LikeSimplification` by adding `a%b` ruleDongjoon Hyun2016-04-142-11/+31
| * [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-145-9/+79
| * [SPARK-14499][SQL][TEST] Drop Partition Does Not Delete Data of External Tablesgatorsmile2016-04-141-0/+67
| * [SPARK-14619] Track internal accumulators (metrics) by stage attemptReynold Xin2016-04-141-1/+1
| * [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-146-9/+9
| * [SPARK-14125][SQL] Native DDL Support: Alter Viewgatorsmile2016-04-145-15/+157
| * [SPARK-14518][SQL] Support Comment in CREATE VIEWgatorsmile2016-04-143-19/+24
| * [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-145-24/+19
| * [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-145-297/+10
| * [SPARK-14607] [SPARK-14484] [SQL] fix case-insensitive predicates in FileSour...Davies Liu2016-04-133-6/+41
| * [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