aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [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-2615-90/+1660
* [SQL] Minor Scaladoc format fixCheng Lian2016-01-261-4/+4
* [SPARK-12682][SQL] Add support for (optionally) not storing tables in hive me...Sameer Agarwal2016-01-262-0/+39
* [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-257-78/+258
* [SPARK-12975][SQL] Throwing Exception when Bucketing Columns are part of Part...gatorsmile2016-01-253-3/+83
* [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-12932][JAVA API] improved error message for java type inference failureAndy Grove2016-01-251-1/+2
* [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-12971] Fix Hive tests which fail in Hadoop-2.3 SBT buildJosh Rosen2016-01-242-4/+22
* [SPARK-12904][SQL] Strength reduction for integral and decimal literal compar...Reynold Xin2016-01-236-139/+376
* [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-223-6/+26
* [SPARK-12747][SQL] Use correct type name for Postgres JDBC's real arrayLiang-Chi Hsieh2016-01-212-0/+4
* [SPARK-8968] [SQL] [HOT-FIX] Fix scala 2.11 build.Yin Huai2016-01-201-1/+1
* [SPARK-8968][SQL] external sort by the partition clomns when dynamic partitio...wangfei2016-01-202-99/+166
* [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-2027-58/+82
* [SPARK-12888][SQL] benchmark the new hash expressionWenchen Fan2016-01-201-0/+104
* [SPARK-12616][SQL] Making Logical Operator `Union` Support Arbitrary Number o...gatorsmile2016-01-2020-122/+322
* [SPARK-12898] Consider having dummyCallSite for HiveTableScanRajesh Balamohan2016-01-201-3/+10
* [SPARK-12925][SQL] Improve HiveInspectors.unwrap for StringObjectIns…Rajesh Balamohan2016-01-201-1/+3
* [SPARK-12881] [SQL] subexpress elimination in mutable projectionDavies Liu2016-01-2011-27/+80
* [SPARK-12912][SQL] Add a test suite for EliminateSubQueriesReynold Xin2016-01-204-26/+103
* [SPARK-12871][SQL] Support to specify the option for compression codec.hyukjinkwon2016-01-193-2/+70
* [SPARK-12770][SQL] Implement rules for branch elimination for CaseWhenReynold Xin2016-01-192-0/+55
* [SPARK-12816][SQL] De-alias type when generating schemasJakob Odersky2016-01-192-1/+12
* [SPARK-12560][SQL] SqlTestUtils.stripSparkFilter needs to copy utf8stringsImran Rashid2016-01-191-1/+1
* [SPARK-12867][SQL] Nullability of Intersect can be strictergatorsmile2016-01-192-6/+33
* [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-194-7/+13
* [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-187-10/+10
* [SPARK-12882][SQL] simplify bucket tests and add more commentsWenchen Fan2016-01-182-46/+78
* [SPARK-12841][SQL] fix cast in filterWenchen Fan2016-01-183-8/+18
* [SPARK-12855][SQL] Remove parser dialect developer APIReynold Xin2016-01-1812-138/+13
* [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