aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-301-2/+2
* [SPARK-14114][SQL] implement buildReader for text data sourceWenchen Fan2016-03-302-2/+29
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-295-59/+286
* [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
* [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-14205][SQL] remove trait QueryableWenchen Fan2016-03-286-161/+95
* [SPARK-14013][SQL] Proper temp function support in catalogAndrew Or2016-03-281-4/+4
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-281-66/+8
* [SPARK-13923][SPARK-14014][SQL] Session catalog follow-upsAndrew Or2016-03-282-3/+3
* [SPARK-14086][SQL] Add DDL commands to ANTLR4 parserHerman van Hovell2016-03-282-6/+619
* [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-285-7/+225
* [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Al...gatorsmile2016-03-263-0/+80
* [SPARK-14157][SQL] Parse Drop Function DDL commandLiang-Chi Hsieh2016-03-263-6/+90
* [SPARK-14116][SQL] Implements buildReader() for ORC data sourceCheng Lian2016-03-265-27/+23
* [SPARK-14161][SQL] Native Parsing for DDL Command Drop Databasegatorsmile2016-03-263-0/+89
* [SPARK-14175][SQL] whole stage codegen interface refactorDavies Liu2016-03-269-124/+72
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-262-14/+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
* [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-253-8/+26
* [SPARK-14149] Log exceptions in tryOrIOExceptionReynold Xin2016-03-251-5/+3
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-2410-73/+105
* [SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKeyReynold Xin2016-03-244-99/+1
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-249-15/+15
* [SPARK-13957][SQL] Support Group By Ordinal in SQLgatorsmile2016-03-252-7/+91
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-2310-105/+73
* [SPARK-14085][SQL] Star Expansion for Hashgatorsmile2016-03-242-0/+27
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-2310-73/+105
* [SPARK-14078] Streaming Parquet Based FileSinkMichael Armbrust2016-03-2314-15/+430
* [SPARK-13809][SQL] State store for streaming aggregationsTathagata Das2016-03-2311-0/+2052
* [SPARK-14015][SQL] Support TimestampType in vectorized parquet readerSameer Agarwal2016-03-235-18/+39
* [SPARK-14092] [SQL] move shouldStop() to end of while loopDavies Liu2016-03-233-7/+12
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-236-4/+16
* [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRowsCheng Lian2016-03-2419-41/+41
* [HOTFIX][SQL] Don't stop ContinuousQuery in quietlyShixiong Zhu2016-03-232-25/+12
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-226-38/+41
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-2211-18/+3
* [SPARK-13401][SQL][TESTS] Fix SQL test warnings.Yong Tang2016-03-226-0/+6
* [HOTFIX][SQL] Add a timeout for 'cq.stop'Shixiong Zhu2016-03-221-1/+9
* [SPARK-14060][SQL] Move StringToColumn implicit class into SQLImplicitsReynold Xin2016-03-223-19/+11
* [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long]Reynold Xin2016-03-223-7/+16