aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12796] [SQL] Whole stage codegenDavies Liu2016-01-1618-29/+604
* [SPARK-12840] [SQL] Support passing arbitrary objects (not just expressions) ...Davies Liu2016-01-151-2/+2
* [SPARK-12644][SQL] Update parquet reader to be vectorized.Nong Li2016-01-1511-53/+622
* [SPARK-12649][SQL] support reading bucketed tableWenchen Fan2016-01-1513-19/+111
* [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-1511-74/+92
* 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
* [SPARK-12813][SQL] Eliminate serialization for back to back operationsMichael Armbrust2016-01-147-153/+210
* [SPARK-12756][SQL] use hash expression in ExchangeWenchen Fan2016-01-137-41/+55
* [SPARK-12791][SQL] Simplify CaseWhen by breaking "branches" into "conditions"...Reynold Xin2016-01-132-10/+11
* [SPARK-9297] [SQL] Add covar_pop and covar_sampLiang-Chi Hsieh2016-01-131-0/+40
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-125-16/+16
* [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-128-31/+27
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-1230-106/+101
* [SPARK-9843][SQL] Make catalyst optimizer pass pluggable at runtimeRobert Kruszewski2016-01-124-2/+46
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-1230-101/+106
* [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-107-11/+12
* [SPARK-12340] Fix overflow in various take functions.Reynold Xin2016-01-093-16/+9
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-081-5/+11
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-084-13/+16
* 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
* [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-12295] [SQL] external spilling for window functionsDavies Liu2016-01-061-86/+228
* [SPARK-12640][SQL] Add simple benchmarking utility class and add Parquet scan...Nong Li2016-01-061-0/+158
* [SPARK-12539][SQL] support writing bucketed tableWenchen Fan2016-01-0612-102/+406
* [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to CatalystHerman van Hovell2016-01-062-1/+103
* [SPARK-11878][SQL] Eliminate distribute by in case group by is present with e...Yash Datta2016-01-062-0/+45
* [SPARK-12340][SQL] fix Int overflow in the SparkPlan.executeTake, RDD.take an...QiangCai2016-01-062-4/+16
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0547-86/+72
* [SPARK-12504][SQL] Masking credentials in the sql plan explain output for JDB...sureshthalamati2016-01-052-0/+27
* [SPARK-3873][SQL] Import ordering fixes.Marcelo Vanzin2016-01-0585-159/+149
* [SPARK-12636] [SQL] Update UnsafeRowParquetRecordReader to support reading fi...Nong2016-01-053-29/+178
* [SPARK-12480][FOLLOW-UP] use a single column vararg for hashWenchen Fan2016-01-051-2/+2
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-042-0/+21
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-0410-938/+19
* [SPARK-12509][SQL] Fixed error messages for DataFrame correlation and covarianceNarine Kokhlikyan2016-01-041-6/+7
* [SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set the row l...Nong Li2016-01-042-0/+33
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-042-3/+32
* [DOC] Adjust coverage for partitionBy()tedyu2016-01-041-1/+1
* [SPARK-12512][SQL] support column name with dot in withColumn()Xiu Guo2016-01-042-12/+27
* [SPARK-12579][SQL] Force user-specified JDBC driver to take precedenceJosh Rosen2016-01-046-47/+33
* [SPARK-12562][SQL] DataFrame.write.format(text) requires the column name to b...Xiu Guo2016-01-032-6/+7
* [SPARK-12537][SQL] Add option to accept quoting of all character backslash qu...Cazen2016-01-033-2/+28