aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-245-53/+69
* [SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKeyReynold Xin2016-03-241-26/+0
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-241-1/+1
* [SPARK-13957][SQL] Support Group By Ordinal in SQLgatorsmile2016-03-251-0/+6
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-235-69/+53
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-235-53/+69
* [SPARK-14078] Streaming Parquet Based FileSinkMichael Armbrust2016-03-2311-15/+250
* [SPARK-13809][SQL] State store for streaming aggregationsTathagata Das2016-03-238-0/+1175
* [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-235-3/+15
* [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRowsCheng Lian2016-03-2415-37/+37
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-223-34/+36
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-224-10/+0
* [SPARK-14060][SQL] Move StringToColumn implicit class into SQLImplicitsReynold Xin2016-03-222-12/+11
* [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long]Reynold Xin2016-03-221-5/+5
* [SPARK-13985][SQL] Deterministic batches with idsMichael Armbrust2016-03-2213-189/+255
* [SPARK-13774][SQL] - Improve error message for non-existent paths and add testsSunitha Kambhampati2016-03-221-1/+10
* [SPARK-13953][SQL] Specifying the field name for corrupted record via option ...hyukjinkwon2016-03-223-6/+25
* [SPARK-14038][SQL] enable native view by defaultWenchen Fan2016-03-221-1/+1
* [SPARK-13883][SQL] Parquet Implementation of FileFormat.buildReaderMichael Armbrust2016-03-2110-40/+357
* [SPARK-14016][SQL] Support high-precision decimals in vectorized parquet readerSameer Agarwal2016-03-212-4/+13
* [SPARK-13898][SQL] Merge DatasetHolder and DataFrameHolderReynold Xin2016-03-214-116/+12
* [SPARK-13916][SQL] Add a metric to WholeStageCodegen to measure duration.Nong Li2016-03-214-12/+86
* [SPARK-14004][FOLLOW-UP] Implementations of NonSQLExpression should not overr...Wenchen Fan2016-03-211-3/+1
* [SPARK-13805] [SQL] Generate code that get a value in each column from Column...Kazuaki Ishizaki2016-03-216-24/+68
* [SPARK-14007] [SQL] Manage the memory used by hash map in shuffled hash joinDavies Liu2016-03-213-96/+51
* [SPARK-13826][SQL] Ad-hoc Dataset API ScalaDoc fixesCheng Lian2016-03-211-18/+21
* [SPARK-12789][SQL] Support Order By Ordinal in SQLgatorsmile2016-03-211-0/+7
* [MINOR][DOCS] Add proper periods and spaces for CLI help messages and `config...Dongjoon Hyun2016-03-211-12/+12
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-216-119/+119
* [SPARK-13764][SQL] Parse modes in JSON data sourcehyukjinkwon2016-03-216-44/+105
* [SPARK-13897][SQL] RelationalGroupedDataset and KeyValueGroupedDatasetReynold Xin2016-03-193-63/+65
* [SPARK-14012][SQL] Extract VectorizedColumnReader from VectorizedParquetRecor...Sameer Agarwal2016-03-182-450/+476
* [SPARK-13989] [SQL] Remove non-vectorized/unsafe-row parquet record readerSameer Agarwal2016-03-184-299/+55
* [SPARK-13977] [SQL] Brings back Shuffled hash joinDavies Liu2016-03-185-93/+189
* [SPARK-13826][SQL] Addendum: update documentation for DatasetsReynold Xin2016-03-184-31/+70
* [SPARK-13930] [SQL] Apply fast serialization on collect limit operatorLiang-Chi Hsieh2016-03-171-28/+50
* [SPARK-13826][SQL] Revises Dataset ScalaDocCheng Lian2016-03-171-319/+522
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-171-34/+5
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1745-43/+57
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-161-1/+1
* [SPARK-12855][MINOR][SQL][DOC][TEST] remove spark.sql.dialect from doc and testDaoyuan Wang2016-03-161-1/+1
* [SPARK-13873] [SQL] Avoid copy of UnsafeRow when there is no join in whole st...Davies Liu2016-03-167-4/+21
* [SPARK-13719][SQL] Parse JSON rows having an array type and a struct type in ...hyukjinkwon2016-03-162-13/+25
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-161-8/+5
* [SPARK-13922][SQL] Filter rows with null attributes in vectorized parquet readerSameer Agarwal2016-03-161-5/+27
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-161-16/+17
* [SPARK-13924][SQL] officially support multi-insertWenchen Fan2016-03-161-9/+18
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-162-5/+9