aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12728][SQL] Integrates SQL generation with native viewCheng Lian2016-01-262-0/+23
* [SPARK-12935][SQL] DataFrame API for Count-Min SketchCheng Lian2016-01-264-1/+149
* [SPARK-12854][SQL] Implement complex types support in ColumnarBatchNong Li2016-01-268-69/+1562
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-262-16/+13
* [SQL][MINOR] A few minor tweaks to CSV reader.Reynold Xin2016-01-262-14/+9
* [SPARK-12879] [SQL] improve the unsafe row writing frameworkWenchen Fan2016-01-253-22/+10
* [SPARK-12975][SQL] Throwing Exception when Bucketing Columns are part of Part...gatorsmile2016-01-251-0/+9
* [SPARK-12901][SQL][HOT-FIX] Fix scala 2.11 compilation.Yin Huai2016-01-252-2/+2
* [SPARK-12902] [SQL] visualization for generated operatorsDavies Liu2016-01-257-30/+98
* [SPARK-12901][SQL] Refactor options for JSON and CSV datasource (not case cla...hyukjinkwon2016-01-256-52/+40
* [SPARK-12624][PYSPARK] Checks row length when converting Java arrays to Pytho...Cheng Lian2016-01-241-1/+8
* [SPARK-12904][SQL] Strength reduction for integral and decimal literal compar...Reynold Xin2016-01-231-0/+1
* [SPARK-12872][SQL] Support to specify the option for compression codec for JS...hyukjinkwon2016-01-225-29/+96
* [SPARK-12959][SQL] Writing Bucketed Data with Disabled Bucketing in SQLConfgatorsmile2016-01-222-2/+2
* [SPARK-12747][SQL] Use correct type name for Postgres JDBC's real arrayLiang-Chi Hsieh2016-01-212-0/+4
* [SPARK-12797] [SQL] Generated TungstenAggregate (without grouping keys)Davies Liu2016-01-205-12/+111
* [SPARK-12848][SQL] Change parsed decimal literal datatype from Double to DecimalHerman van Hovell2016-01-203-28/+38
* [SPARK-12616][SQL] Making Logical Operator `Union` Support Arbitrary Number o...gatorsmile2016-01-207-26/+33
* [SPARK-12881] [SQL] subexpress elimination in mutable projectionDavies Liu2016-01-205-6/+22
* [SPARK-12871][SQL] Support to specify the option for compression codec.hyukjinkwon2016-01-193-2/+70
* [SPARK-12560][SQL] SqlTestUtils.stripSparkFilter needs to copy utf8stringsImran Rashid2016-01-191-1/+1
* [SPARK-12867][SQL] Nullability of Intersect can be strictergatorsmile2016-01-191-0/+21
* [SPARK-12887] Do not expose var's in TaskMetricsAndrew Or2016-01-192-3/+1
* [SPARK-12870][SQL] better format bucket id in file nameWenchen Fan2016-01-193-6/+12
* [SQL][MINOR] Fix one little mismatched comment according to the codes in inte...proflin2016-01-191-1/+1
* [SPARK-12668][SQL] Providing aliases for CSV options to be similar to Pandas ...hyukjinkwon2016-01-183-6/+20
* [HOT][BUILD] Changed the import ordergatorsmile2016-01-182-2/+2
* [SPARK-12700] [SQL] embed condition into SMJ and BroadcastHashJoinDavies Liu2016-01-186-72/+96
* [SPARK-12889][SQL] Rename ParserDialect -> ParserInterface.Reynold Xin2016-01-183-5/+5
* [SPARK-12841][SQL] fix cast in filterWenchen Fan2016-01-182-7/+17
* [SPARK-12855][SQL] Remove parser dialect developer APIReynold Xin2016-01-186-82/+8
* [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