aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15073][SQL] Hide SparkSession constructor from the publicAndrew Or2016-05-031-2/+12
* [SPARK-14521] [SQL] StackOverflowError in Kryo when executing TPC-DSyzhou20012016-05-032-42/+129
* [SPARK-15087][CORE][SQL] Remove AccumulatorV2.localValue and keep only valueSandeep Singh2016-05-034-5/+5
* [SPARK-14860][TESTS] Create a new Waiter in reset to bypass an issue of Scala...Shixiong Zhu2016-05-031-9/+3
* [SPARK-14716][SQL] Added support for partitioning in FileStreamSinkTathagata Das2016-05-038-52/+603
* [SPARK-14884][SQL][STREAMING][WEBUI] Fix call site for continuous queriesLiwei Lin2016-05-032-4/+15
* [SPARK-15088] [SQL] Remove SparkSqlSerializerReynold Xin2016-05-032-118/+0
* [SPARK-15081] Move AccumulatorV2 and subclasses into util packageReynold Xin2016-05-034-4/+8
* [SPARK-13749][SQL][FOLLOW-UP] Faster pivot implementation for many distinct v...Andrew Ray2016-05-021-0/+17
* [SPARK-15077][SQL] Use a fair lock to avoid thread starvation in StreamExecutionShixiong Zhu2016-05-021-27/+52
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-021-5/+7
* [SPARK-14747][SQL] Add assertStreaming/assertNoneStreaming checks in DataFram...Liwei Lin2016-05-022-5/+210
* [SPARK-14785] [SQL] Support correlated scalar subqueriesHerman van Hovell2016-05-021-0/+47
* [SPARK-12928][SQL] Oracle FLOAT datatype is not properly handled when reading...poolis2016-05-022-0/+15
* [SPARK-15052][SQL] Use builder pattern to create SparkSessionReynold Xin2016-05-021-4/+127
* [SPARK-13745] [SQL] Support columnar in memory representation on Big Endian p...Pete Robbins2016-05-024-22/+110
* [SPARK-14781] [SQL] support nested predicate subqueryDavies Liu2016-05-028-47/+273
* [SPARK-14579][SQL] Fix the race condition in StreamExecution.processAllAvaila...Shixiong Zhu2016-05-022-5/+14
* [SPARK-13749][SQL] Faster pivot implementation for many distinct values with ...Andrew Ray2016-05-021-3/+89
* [SPARK-15049] Rename NewAccumulator to AccumulatorV2Reynold Xin2016-05-011-3/+3
* [SPARK-13425][SQL] Documentation for CSV datasource optionshyukjinkwon2016-05-012-4/+51
* [SPARK-15033][SQL] fix a flaky test in CachedTableSuiteWenchen Fan2016-04-302-7/+14
* [SPARK-14143] Options for parsing NaNs, Infinity and nulls for numeric typesHossein2016-04-306-42/+174
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-303-10/+114
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-304-42/+8
* [SPARK-13667][SQL] Support for specifying custom date format for date and tim...hyukjinkwon2016-04-298-66/+173
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-291-2/+2
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-2914-147/+103
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-291-0/+6
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-296-4/+28
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-294-3/+118
* [SPARK-14981][SQL] Throws exception if DESC is specified for sorting columnsCheng Lian2016-04-291-2/+11
* [SPARK-14988][PYTHON] SparkSession catalog and conf APIAndrew Or2016-04-292-2/+3
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-294-74/+127
* [SPARK-14996][SQL] Add TPCDS Benchmark Queries for SparkSQLSameer Agarwal2016-04-291-0/+1225
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-294-20/+69
* [MINOR][DOC] Minor typo fixesZheng RuiFeng2016-04-281-15/+15
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-286-77/+5
* [HOTFIX][CORE] fix a concurrence issue in NewAccumulatorWenchen Fan2016-04-281-2/+2
* [SPARK-14970][SQL] Prevent DataSource from enumerates all files in a director...Tathagata Das2016-04-281-10/+9
* [SPARK-14487][SQL] User Defined Type registration without SQLUserDefinedType ...Liang-Chi Hsieh2016-04-281-0/+89
* [SPARK-14654][CORE] New accumulator APIWenchen Fan2016-04-2829-254/+153
* [SPARK-14961] Build HashedRelation larger than 1GDavies Liu2016-04-272-57/+107
* [SPARK-14940][SQL] Move ExternalCatalog to own fileAndrew Or2016-04-274-5/+6
* [SPARK-14954] [SQL] Add PARTITION BY and BUCKET BY clause for data source CTA...Cheng Lian2016-04-271-2/+10
* [SPARK-14664][SQL] Implement DecimalAggregates optimization for Window queriesDongjoon Hyun2016-04-271-1/+10
* [SPARK-14874][SQL][STREAMING] Remove the obsolete Batch representationLiwei Lin2016-04-275-30/+4
* [SPARK-14950][SQL] Fix BroadcastHashJoin's unique key Anti-JoinsHerman van Hovell2016-04-272-14/+67
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-273-16/+61
* [SPARK-14913][SQL] Simplify configuration APIReynold Xin2016-04-2632-533/+249