aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-15421][SQL] Validate DDL property valuesAndrew Or2016-05-192-9/+77
* [SPARK-15367][SQL] Add refreshTable backgatorsmile2016-05-207-26/+59
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-193-0/+151
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-193-3/+18
* [SPARK-14261][SQL] Memory leak in Spark Thrift ServerOleg Danilov2016-05-191-0/+2
* [SPARK-14990][SQL] Fix checkForSameTypeInputExpr (ignore nullability)Reynold Xin2016-05-192-4/+56
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-1940-352/+348
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-208-6/+76
* [SPARK-15321] Fix bug where Array[Timestamp] cannot be encoded/decoded correctlySumedh Mungee2016-05-201-0/+1
* [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-194-21/+29
* [SPARK-15322][SQL][FOLLOW-UP] Update deprecated accumulator usage into accumu...hyukjinkwon2016-05-191-8/+8
* [SPARK-15387][SQL] SessionCatalog in SimpleAnalyzer does not need to make dat...Kousuke Saruta2016-05-191-2/+4
* [SPARK-14603][SQL][FOLLOWUP] Verification of Metadata Operations by Session C...gatorsmile2016-05-192-4/+4
* [SPARK-15390] fix broadcast with 100 millions rowsDavies Liu2016-05-193-4/+29
* [SPARK-14939][SQL] Add FoldablePropagation optimizerDongjoon Hyun2016-05-196-11/+208
* [SPARK-15381] [SQL] physical object operator should define reference correctlyWenchen Fan2016-05-184-47/+64
* [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-188-21/+27
* [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-15334][SQL][HOTFIX] Fixes compilation error for Scala 2.10Cheng Lian2016-05-181-1/+1
* [MINOR][SQL] Remove unused pattern matching variables in Optimizers.Dongjoon Hyun2016-05-181-17/+16
* [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-15334][SQL] HiveClient facade not compatible with Hive 0.12Sean Zhong2016-05-183-123/+545
* [SPARK-14346] Fix scala-2.10 buildYin Huai2016-05-171-1/+1
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-1858-334/+339
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-174-58/+333
* [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-174-126/+182
* [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-173-1/+320
* [SPARK-15351][SQL] RowEncoder should support array as the external type for A...Wenchen Fan2016-05-175-55/+92
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-174-4/+4
* [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-162-11/+21
* [MINOR] Fix TyposZheng RuiFeng2016-05-153-7/+5
* [SPARK-12972][CORE] Update org.apache.httpcomponents.httpclientSean Owen2016-05-151-6/+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-137-62/+134
* [SPARK-15310][SQL] Rename HiveTypeCoercion -> TypeCoercionReynold Xin2016-05-136-54/+50
* [SPARK-13866] [SQL] Handle decimal type in CSV inference at CSV data source.hyukjinkwon2016-05-124-4/+81