aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-304-18/+9
* [SPARK-13098] [SQL] remove GenericInternalRowWithSchemaWenchen Fan2016-01-292-20/+5
* [SPARK-12914] [SQL] generate aggregation with grouping keysDavies Liu2016-01-296-53/+393
* [SPARK-13071] Coalescing HadoopRDD overwrites existing input metricsAndrew Or2016-01-291-1/+6
* [SPARK-13076][SQL] Rename ClientInterface -> HiveClientReynold Xin2016-01-2912-42/+41
* [SPARK-13055] SQLHistoryListener throws ClassCastExceptionAndrew Or2016-01-294-10/+96
* [SPARK-12656] [SQL] Implement Intersect with Left-semi Joingatorsmile2016-01-2911-122/+211
* [SPARK-13072] [SQL] simplify and improve murmur3 hash expression codegenWenchen Fan2016-01-291-86/+69
* [SPARK-13031][SQL] cleanup codegen and improve test coverageDavies Liu2016-01-2911-205/+350
* [SPARK-13067] [SQL] workaround for a weird scala reflection problemWenchen Fan2016-01-282-6/+23
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-289-3/+50
* Revert "[SPARK-13031] [SQL] cleanup codegen and improve test coverage"Davies Liu2016-01-289-334/+202
* [SPARK-11955][SQL] Mark optional fields in merging schema for safely pushdown...Liang-Chi Hsieh2016-01-286-29/+117
* [SPARK-12749][SQL] add json option to parse floating-point types as DecimalTypeBrandon Bradley2016-01-284-2/+38
* [SPARK-13031] [SQL] cleanup codegen and improve test coverageDavies Liu2016-01-289-202/+334
* [SPARK-12926][SQL] SQLContext to display warning message when non-sql configs...Tejas Patil2016-01-281-3/+11
* [SPARK-12818][SQL] Specialized integral and string types for Count-min SketchCheng Lian2016-01-281-26/+39
* [SPARK-13045] [SQL] Remove ColumnVector.Struct in favor of ColumnarBatch.RowNong Li2016-01-273-120/+32
* [SPARK-12865][SPARK-12866][SQL] Migrate SparkSQLParser/ExtendedHiveQlParser c...Herman van Hovell2016-01-2716-226/+161
* [SPARK-12938][SQL] DataFrame API for Bloom filterWenchen Fan2016-01-273-2/+127
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-2715-66/+92
* [SPARK-10847][SQL][PYSPARK] Pyspark - DataFrame - Optional Metadata with `Non...Jason Lee2016-01-271-1/+6
* [SPARK-12728][SQL] Integrates SQL generation with native viewCheng Lian2016-01-266-95/+200
* [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