aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3907][SQL] Add truncate table supportwangxiaojing2014-10-2729-1/+9
* [SQL] Correct a variable name in JavaApplySchemaSuite.applySchemaToJSONYin Huai2014-10-271-1/+1
* [SPARK-4041][SQL] Attributes names in table scan should converted to lowercas...wangfei2014-10-273-4/+20
* [SPARK-3816][SQL] Add table properties from storage handler to output jobConfAlex Liu2014-10-271-0/+8
* [SPARK-3911] [SQL] HiveSimpleUdf can not be optimized in constant foldingCheng Hao2014-10-275-2/+104
* [SQL] Fixes caching related JoinSuite failureCheng Lian2014-10-272-57/+64
* [SPARK-4042][SQL] Append columns ids and names before broadcastscwf2014-10-261-2/+3
* [SPARK-4061][SQL] We cannot use EOL character in the operand of LIKE predicate.Kousuke Saruta2014-10-262-23/+25
* [SPARK-3959][SPARK-3960][SQL] SqlParser fails to parse literal -9223372036854...Kousuke Saruta2014-10-263-21/+189
* [SPARK-3483][SQL] Special chars in column namesravipesala2014-10-262-0/+8
* [SPARK-4068][SQL] NPE in jsonRDD schema inferenceYin Huai2014-10-263-20/+58
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-264-1/+26
* [SPARK-3953][SQL][Minor] Confusable variable name.Kousuke Saruta2014-10-261-1/+1
* [SPARK-3537][SPARK-3914][SQL] Refines in-memory columnar table statisticsCheng Lian2014-10-2611-167/+240
* [SPARK-3925][SQL] Do not consider the ordering of qualifiers during comparisonLiang-Chi Hsieh2014-10-261-1/+1
* [SPARK-3616] Add basic Selenium tests to WebUISuiteJosh Rosen2014-10-261-1/+1
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-251-1/+1
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-248163-47485/+38300
* [HOTFIX][SQL] Remove sleep on reset() failure.Michael Armbrust2014-10-241-4/+0
* [SPARK-2706][SQL] Enable Spark to support Hive 0.13Zhan Zhang2014-10-2415-47/+357
* [SPARK-4050][SQL] Fix caching of temporary tables with projections.Michael Armbrust2014-10-244-12/+48
* [SQL]redundant methods for broadcastwangfei2014-10-211-4/+0
* [SPARK-3940][SQL] Avoid console printing error messages three timeswangxiaojing2014-10-201-1/+1
* [SPARK-3969][SQL] Optimizer should have a super class as an interface.Takuya UESHIN2014-10-203-5/+7
* [SPARK-3945]Properties of hive-site.xml is invalid in running the Thrift JDBC...luogankun2014-10-201-1/+5
* [SPARK-3966][SQL] Fix nullabilities of Cast related to DateType.Takuya UESHIN2014-10-201-0/+4
* [SPARK-3800][SQL] Clean aliases from grouping expressionsMichael Armbrust2014-10-202-0/+35
* [SPARK-3906][SQL] Adds multiple join support for SQLContextCheng Lian2014-10-202-3/+16
* [SPARK-3986][SQL] Fix package names to fit their directory names.Takuya UESHIN2014-10-202-4/+2
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-181-1/+2
* [SPARK-3855][SQL] Preserve the result attribute of python UDFs though transfo...Michael Armbrust2014-10-172-3/+11
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-161-2/+2
* [SQL] Fixes the race condition that may cause test failureCheng Lian2014-10-161-6/+0
* [SPARK-3809][SQL] Fixes test suites in hive-thriftserverCheng Lian2014-10-132-39/+60
* [SQL]Small bug in unresolved.scalaLiquan Pei2014-10-131-1/+1
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-133-2/+9
* [SQL] Add type checking debugging functionsMichael Armbrust2014-10-138-20/+163
* [SPARK-3559][SQL] Remove unnecessary columns from List of needed Column Ids i...Venkata Ramana Gollamudi2014-10-132-4/+12
* [SPARK-3771][SQL] AppendingParquetOutputFormat should use reflection to preve...Takuya UESHIN2014-10-131-1/+9
* [SPARK-3529] [SQL] Delete the temp files after test exitCheng Hao2014-10-131-2/+5
* [SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregationCheng Lian2014-10-132-5/+57
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-13150-42/+872
* [SPARK-3892][SQL] remove redundant type nameDaoyuan Wang2014-10-131-5/+0
* [SPARK-3861][SQL] Avoid rebuilding hash tables for broadcast joins on each pa...Reynold Xin2014-10-135-32/+187
* [SPARK-3834][SQL] Backticks not correctly handled in subquery aliasesravipesala2014-10-092-2/+8
* [SPARK-3824][SQL] Sets in-memory table default storage level to MEMORY_AND_DISKCheng Lian2014-10-093-12/+17
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-0912-401/+414
* [SPARK-3798][SQL] Store the output of a generator in a valMichael Armbrust2014-10-091-2/+3
* [SPARK-3813][SQL] Support "case when" conditional functions in Spark SQL.ravipesala2014-10-092-2/+27
* [SPARK-3858][SQL] Pass the generator alias into logical plan nodeNathan Howell2014-10-092-1/+9