aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1Jurriaan Pruis2016-05-212-15/+91
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-213-1/+76
* [SPARK-15452][SQL] Mark aggregator API as experimentalReynold Xin2016-05-211-0/+3
* [SPARK-15114][SQL] Column name generated by typed aggregate is super verboseDilip Biswal2016-05-213-1/+30
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-201-3/+3
* [SPARK-15078] [SQL] Add all TPCDS 1.4 benchmark queries for SparkSQLSameer Agarwal2016-05-20105-1226/+4857
* [SPARK-15454][SQL] Filter out files starting with _Reynold Xin2016-05-202-5/+16
* [SPARK-15438][SQL] improve explain of whole stage codegenDavies Liu2016-05-202-19/+13
* [SPARK-10216][SQL] Revert "[] Avoid creating empty files during overwrit…Michael Armbrust2016-05-201-113/+108
* [SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments in gene...Kousuke Saruta2016-05-203-13/+11
* [HOTFIX] disable stress testDavies Liu2016-05-201-1/+2
* [SPARK-15435][SQL] Append Command to all commandsReynold Xin2016-05-2015-149/+152
* [SPARK-15421][SQL] Validate DDL property valuesAndrew Or2016-05-192-9/+77
* [SPARK-15367][SQL] Add refreshTable backgatorsmile2016-05-204-22/+43
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-192-0/+72
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-191-0/+7
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-1935-327/+323
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-202-4/+17
* [SPARK-15416][SQL] Display a better message for not finding classes removed i...Shixiong Zhu2016-05-191-17/+44
* [SPARK-15375][SQL][STREAMING] Add ConsoleSink to structure streamingjerryshao2016-05-193-0/+76
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-193-6/+39
* [SPARK-15317][CORE] Don't store accumulators for every task in listenersShixiong Zhu2016-05-194-16/+14
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-191-7/+7
* [SPARK-15322][SQL][FOLLOW-UP] Update deprecated accumulator usage into accumu...hyukjinkwon2016-05-191-8/+8
* [SPARK-15390] fix broadcast with 100 millions rowsDavies Liu2016-05-193-4/+29
* [SPARK-14939][SQL] Add FoldablePropagation optimizerDongjoon Hyun2016-05-191-0/+8
* [SPARK-15381] [SQL] physical object operator should define reference correctlyWenchen Fan2016-05-183-42/+59
* [SPARK-14463][SQL] Document the semantics for read.textReynold Xin2016-05-181-2/+6
* [SPARK-15297][SQL] Fix Set -V Commandgatorsmile2016-05-193-5/+24
* [SPARK-15192][SQL] null check for SparkSession.createDataFrameWenchen Fan2016-05-184-10/+18
* [SPARK-15323][SPARK-14463][SQL] Fix reading of partitioned format=text datasetsJurriaan Pruis2016-05-185-15/+24
* Revert "[SPARK-15392][SQL] fix default value of size estimation of logical plan"Davies Liu2016-05-182-10/+2
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-182-2/+10
* [SPARK-15357] Cooperative spilling should check consumer memory modeDavies Liu2016-05-181-10/+6
* [SPARK-15322][MLLIB][CORE][SQL] update deprecate accumulator usage into accum...WeichenXu2016-05-182-8/+8
* [SPARK-15307][SQL] speed up listing files for data sourceDavies Liu2016-05-182-14/+33
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-1831-213/+217
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-171-47/+137
* [SPARK-11735][CORE][SQL] Add a check in the constructor of SQLContext/SparkSe...Shixiong Zhu2016-05-172-0/+3
* [MINOR][DOCS] Replace remaining 'sqlContext' in ScalaDoc/JavaDoc.Dongjoon Hyun2016-05-175-14/+14
* [SPARK-10216][SQL] Avoid creating empty files during overwriting with group b...hyukjinkwon2016-05-171-108/+113
* [SPARK-14346][SQL][FOLLOW-UP] add tests for CREAT TABLE USING with partition ...Wenchen Fan2016-05-173-2/+106
* [SPARK-15165] [SQL] Codegen can break because toCommentSafeString is not actu...Kousuke Saruta2016-05-171-0/+264
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-14942][SQL][STREAMING] Reduce delay between batch construction and exe...Liwei Lin2016-05-164-19/+99
* [SPARK-15253][SQL] Support old table schema config key "spark.sql.sources.sch...Sean Zhong2016-05-161-11/+18
* [MINOR] Fix TyposZheng RuiFeng2016-05-153-7/+5
* [TRIVIAL] Add () to SparkSession's builder functionTejas Patil2016-05-131-1/+1
* [SPARK-15267][SQL] Refactor options for JDBC and ORC data sources and change ...hyukjinkwon2016-05-133-19/+53
* [SPARK-15310][SQL] Rename HiveTypeCoercion -> TypeCoercionReynold Xin2016-05-132-5/+5