aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12873][SQL] Add more comment in HiveTypeCoercion for type wideningReynold Xin2016-01-182-40/+49
* [SPARK-12558][FOLLOW-UP] AnalysisException when multiple functions applied in...Dilip Biswal2016-01-181-5/+9
* [SPARK-12860] [SQL] speed up safe projection for primitive typesWenchen Fan2016-01-171-2/+3
* [SPARK-12796] [SQL] Whole stage codegenDavies Liu2016-01-1637-107/+694
* [SPARK-12856] [SQL] speed up hashCode of unsafe arrayWenchen Fan2016-01-161-5/+2
* [SPARK-12840] [SQL] Support passing arbitrary objects (not just expressions) ...Davies Liu2016-01-1511-49/+48
* [SPARK-12644][SQL] Update parquet reader to be vectorized.Nong Li2016-01-1511-53/+622
* [SPARK-12649][SQL] support reading bucketed tableWenchen Fan2016-01-1518-45/+314
* [SPARK-12833][HOT-FIX] Reset the locale after we set it.Yin Huai2016-01-151-4/+9
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-1531-970/+271
* [SQL][MINOR] BoundReference do not need to be NamedExpressionWenchen Fan2016-01-151-11/+1
* Fix typoJulien Baley2016-01-151-3/+3
* [SPARK-12833][HOT-FIX] Fix scala 2.11 compilation.Yin Huai2016-01-151-3/+3
* [SPARK-12833][SQL] Initial import of spark-csvHossein2016-01-1521-7/+1610
* [MINOR] [SQL] GeneratedExpressionCode -> ExprCodeDavies Liu2016-01-1532-249/+249
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-141-1/+1
* [SPARK-12813][SQL] Eliminate serialization for back to back operationsMichael Armbrust2016-01-1417-274/+518
* [SPARK-12771][SQL] Simplify CaseWhen code generationReynold Xin2016-01-141-25/+35
* [SPARK-12756][SQL] use hash expression in ExchangeWenchen Fan2016-01-139-47/+67
* [SPARK-12791][SQL] Simplify CaseWhen by breaking "branches" into "conditions"...Reynold Xin2016-01-1311-126/+144
* [SPARK-12642][SQL] improve the hash expression to be decoupled from unsafe rowWenchen Fan2016-01-134-27/+260
* [SPARK-9297] [SQL] Add covar_pop and covar_sampLiang-Chi Hsieh2016-01-134-0/+272
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-1210-22/+22
* [SPARK-12558][SQL] AnalysisException when multiple functions applied in GROUP...Dilip Biswal2016-01-122-0/+30
* [SPARK-12788][SQL] Simplify BooleanEquality by using casts.Reynold Xin2016-01-122-26/+32
* [SPARK-12785][SQL] Add ColumnarBatch, an in memory columnar format for execut...Nong Li2016-01-126-0/+1463
* [SPARK-12724] SQL generation support for persisted data source tablesCheng Lian2016-01-1217-51/+55
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-1253-149/+140
* [SPARK-12768][SQL] Remove CaseKeyWhen expressionReynold Xin2016-01-123-171/+38
* [SPARK-9843][SQL] Make catalyst optimizer pass pluggable at runtimeRobert Kruszewski2016-01-124-2/+46
* [SPARK-12762][SQL] Add unit test for SimplifyConditionals optimization ruleReynold Xin2016-01-125-7/+69
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-1253-140/+149
* [SPARK-11823] Ignores HiveThriftBinaryServerSuite's test jdbc cancelYin Huai2016-01-111-1/+3
* [SPARK-12498][SQL][MINOR] BooleanSimplication simplificationCheng Lian2016-01-112-102/+92
* [SPARK-12742][SQL] org.apache.spark.sql.hive.LogicalPlanToSQLSuite failure du...wangfei2016-01-111-0/+3
* [SPARK-12576][SQL] Enable expression parsing in CatalystQlHerman van Hovell2016-01-119-56/+217
* [SPARK-12744][SQL] Change parsing JSON integers to timestamps to treat intege...Anatoliy Plastinin2016-01-113-3/+20
* [SPARK-12539][FOLLOW-UP] always sort in partitioning writerWenchen Fan2016-01-112-147/+48
* [SPARK-3873][BUILD] Enable import ordering error checking.Marcelo Vanzin2016-01-1019-30/+31
* [SPARK-12340] Fix overflow in various take functions.Reynold Xin2016-01-093-16/+9
* [SPARK-12577] [SQL] Better support of parentheses in partition by and order b...Liang-Chi Hsieh2016-01-082-11/+32
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-0847-146/+1087
* [SPARK-12687] [SQL] Support from clause surrounded by `()`.Liang-Chi Hsieh2016-01-083-2/+25
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-086-20/+20
* Fix indentation for the previous patch.Reynold Xin2016-01-071-10/+8
* [SPARK-12317][SQL] Support units (m,k,g) in SQLConfKevin Yu2016-01-072-1/+60
* [SPARK-12580][SQL] Remove string concatenations from usage and extended in @E...Kazuaki Ishizaki2016-01-072-25/+25
* [MINOR] Fix for BUILD FAILURE for Scala 2.11Jacek Laskowski2016-01-071-18/+1
* [SPARK-12662][SQL] Fix DataFrame.randomSplit to avoid creating overlapping sp...Sameer Agarwal2016-01-072-1/+28
* [SPARK-12542][SQL] support except/intersect in HiveQlDavies Liu2016-01-065-5/+65