aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-0618-117/+626
* [SPARK-12681] [SQL] split IdentifiersParser.g into two filesDavies Liu2016-01-063-516/+566
* [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to CatalystHerman van Hovell2016-01-0623-2746/+2041
* [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-12578][SQL] Distinct should not be silently ignored when used in an ag...Liang-Chi Hsieh2016-01-062-1/+22
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-05116-223/+203
* [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-05164-318/+301
* [SPARK-12636] [SQL] Update UnsafeRowParquetRecordReader to support reading fi...Nong2016-01-053-29/+178
* [SPARK-12439][SQL] Fix toCatalystArray and MapObjectsLiang-Chi Hsieh2016-01-054-6/+14
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-051-1/+1
* [SPARK-12480][FOLLOW-UP] use a single column vararg for hashWenchen Fan2016-01-053-3/+4
* [SPARK-12438][SQL] Add SQLUserDefinedType support for encoderLiang-Chi Hsieh2016-01-053-0/+38
* [SPARK-12568][SQL] Add BINARY to EncodersMichael Armbrust2016-01-043-3/+18
* [SPARK-12600][SQL] follow up: add range check for DecimalTypeReynold Xin2016-01-041-0/+10
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-0410-6/+171
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-0418-1062/+123
* [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-043-0/+37
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-048-48/+87
* [SPARK-12421][SQL] Prevent Internal/External row from exposing state.Herman van Hovell2016-01-042-4/+34