aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-023-8/+8
* [HOTFIX] Disable StateStoreSuite.maintenanceReynold Xin2016-04-021-1/+1
* [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-011-5/+5
* [SPARK-14285][SQL] Implement common type-safe aggregate functionsReynold Xin2016-04-011-47/+17
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-011-1/+1
* [SPARK-14138] [SQL] [MASTER] Fix generated SpecificColumnarIterator code can ...Kazuaki Ishizaki2016-04-011-0/+10
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-015-113/+278
* [SPARK-14316][SQL] StateStoreCoordinator should extend ThreadSafeRpcEndpointShixiong Zhu2016-04-011-5/+3
* [SPARK-13674] [SQL] Add wholestage codegen support to SampleLiang-Chi Hsieh2016-04-011-0/+25
* [SPARK-14160] Time Windowing functions for DatasetsBurak Yavuz2016-04-011-0/+242
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-012-0/+83
* [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-311-38/+137
* [SPARK-14263][SQL] Benchmark Vectorized HashMap for GroupBy AggregatesSameer Agarwal2016-03-311-10/+35
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-311-1/+12
* [SPARK-14206][SQL] buildReader() implementation for CSVCheng Lian2016-03-301-2/+3
* [SPARK-14081][SQL] - Preserve DataFrame column types when filling nulls.Travis Crawford2016-03-301-20/+30
* [SPARK-14259][SQL] Add a FileSourceStrategy option for limiting #files in a p...Takeshi YAMAMURO2016-03-301-0/+47
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-301-2/+2
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-292-27/+166
* [SPARK-14227][SQL] Add method for printing out generated code for debuggingEric Liang2016-03-291-0/+7
* [SPARK-14205][SQL] remove trait QueryableWenchen Fan2016-03-281-5/+5
* [SPARK-14086][SQL] Add DDL commands to ANTLR4 parserHerman van Hovell2016-03-281-3/+2
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-282-7/+34
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-282-3/+3
* [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Al...gatorsmile2016-03-261-0/+38
* [SPARK-14157][SQL] Parse Drop Function DDL commandLiang-Chi Hsieh2016-03-261-1/+41
* [SPARK-14161][SQL] Native Parsing for DDL Command Drop Databasegatorsmile2016-03-261-0/+57
* [SPARK-14109][SQL] Fix HDFSMetadataLog to fallback from FileContext to FileSy...Tathagata Das2016-03-253-8/+127
* [SQL][HOTFIX] Fix flakiness in StateStoreRDDSuiteTathagata Das2016-03-252-4/+8
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-252-8/+15
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-245-20/+36
* [SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKeyReynold Xin2016-03-242-50/+1
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-248-14/+14
* [SPARK-13957][SQL] Support Group By Ordinal in SQLgatorsmile2016-03-251-7/+85
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-235-36/+20
* [SPARK-14085][SQL] Star Expansion for Hashgatorsmile2016-03-242-0/+27
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-235-20/+36
* [SPARK-14078] Streaming Parquet Based FileSinkMichael Armbrust2016-03-233-0/+180
* [SPARK-13809][SQL] State store for streaming aggregationsTathagata Das2016-03-233-0/+877
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-1/+1
* [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRowsCheng Lian2016-03-244-4/+4
* [HOTFIX][SQL] Don't stop ContinuousQuery in quietlyShixiong Zhu2016-03-232-25/+12
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-222-2/+3
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-227-8/+3
* [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-221-7/+0
* [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long]Reynold Xin2016-03-221-0/+9
* [SPARK-13985][SQL] Deterministic batches with idsMichael Armbrust2016-03-226-52/+64