aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-11544][SQL] sqlContext doesn't use PathFilter"Yin Huai2015-11-182-54/+7
* [SPARK-11787][SQL] Improve Parquet scan performance when using flat schemas.Nong Li2015-11-184-24/+861
* [SPARK-11833][SQL] Add Java tests for Kryo/Java Dataset encodersReynold Xin2015-11-181-2/+73
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-183-16/+15
* [SPARK-11810][SQL] Java-based encoder for opaque types in Datasets.Reynold Xin2015-11-181-2/+34
* [SPARK-11544][SQL] sqlContext doesn't use PathFilterDilip Biswal2015-11-182-7/+54
* [SPARK-11720][SQL][ML] Handle edge cases when count = 0 or 1 for Stats functionJihongMa2015-11-182-7/+13
* [SPARK-11739][SQL] clear the instantiated SQLContextDavies Liu2015-11-183-10/+14
* [SPARK-11792] [SQL] [FOLLOW-UP] Change SizeEstimation to KnownSizeEstimation ...Yin Huai2015-11-181-4/+8
* [SPARK-11795][SQL] combine grouping attributes into a single NamedExpressionWenchen Fan2015-11-182-5/+9
* [SPARK-11725][SQL] correctly handle null inputs for UDFWenchen Fan2015-11-181-0/+14
* [SPARK-11803][SQL] fix Dataset self-joinWenchen Fan2015-11-182-9/+13
* [SPARK-10946][SQL] JDBC - Use Statement.executeUpdate instead of PreparedStat...somideshmukh2015-11-182-2/+2
* [SPARK-11792][SQL] SizeEstimator cannot provide a good size estimation of Uns...Yin Huai2015-11-181-2/+8
* [SPARK-11802][SQL] Kryo-based encoder for opaque types in DatasetsReynold Xin2015-11-183-16/+61
* [SPARK-11797][SQL] collect, first, and take should use encoders for serializa...Reynold Xin2015-11-172-6/+41
* [SPARK-11793][SQL] Dataset should set the resolved encoders internally for maps.Reynold Xin2015-11-172-1/+13
* [SPARK-11767] [SQL] limit the size of caced batchDavies Liu2015-11-173-4/+16
* [SPARK-10186][SQL] support postgre array type in JDBCRDDWenchen Fan2015-11-174-69/+129
* [SPARK-11679][SQL] Invoking method " apply(fields: java.util.List[StructField...mayuanwen2015-11-171-0/+13
* [SPARK-11447][SQL] change NullType to StringType during binaryComparison betw...Kevin Yu2015-11-161-0/+11
* [SPARK-11694][FOLLOW-UP] Clean up imports, use a common function for metadata...hyukjinkwon2015-11-172-27/+15
* [SPARK-11768][SPARK-9196][SQL] Support now function in SQL (alias for current...Reynold Xin2015-11-161-6/+12
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-164-8/+91
* [SPARK-11553][SQL] Primitive Row accessors should not convert null to default...Bartlomiej Alberski2015-11-161-15/+21
* [SPARK-11390][SQL] Query plan with/without filterPushdown indistinguishableZee Chen2015-11-163-4/+22
* [SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedde...hyukjinkwon2015-11-162-1/+27
* [SPARK-11044][SQL] Parquet writer version fixed as version1hyukjinkwon2015-11-162-1/+35
* [SPARK-11745][SQL] Enable more JSON parsing optionsReynold Xin2015-11-168-106/+276
* [SPARK-9928][SQL] Removal of LogicalLocalTablegatorsmile2015-11-151-22/+0
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-151-4/+8
* [SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> SortReynold Xin2015-11-1513-181/+145
* [SPARK-11736][SQL] Add monotonically_increasing_id to function registry.Yin Huai2015-11-141-0/+4
* [SPARK-11694][SQL] Parquet logical types are not being tested properlyhyukjinkwon2015-11-142-9/+47
* [SPARK-7970] Skip closure cleaning for SQL operationsnitin goyal2015-11-138-20/+20
* [SPARK-11727][SQL] Split ExpressionEncoder into FlatEncoder and ProductEncoderWenchen Fan2015-11-133-16/+17
* [SPARK-11654][SQL][FOLLOW-UP] fix some mistakes and clean upWenchen Fan2015-11-136-11/+13
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-137-49/+232
* [SPARK-11654][SQL] add reduce to GroupedDatasetMichael Armbrust2015-11-1210-133/+206
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-124-13/+6
* [SPARK-10113][SQL] Explicit error message for unsigned Parquet logical typeshyukjinkwon2015-11-122-0/+31
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-1220-259/+67
* [SPARK-11661][SQL] Still pushdown filters returned by unhandledFilters.Yin Huai2015-11-124-20/+67
* [SPARK-11396] [SQL] add native implementation of datetime function to_unix_ti...Daoyuan Wang2015-11-111-0/+21
* [SPARK-11675][SQL] Remove shuffle hash joins.Reynold Xin2015-11-1111-716/+356
* [SPARK-8992][SQL] Add pivot to dataframe apiAndrew Ray2015-11-114-10/+199
* [SPARK-11645][SQL] Remove OpenHashSet for the old aggregate.Reynold Xin2015-11-112-112/+2
* [SPARK-11644][SQL] Remove the option to turn off unsafe and codegen.Reynold Xin2015-11-1124-409/+223
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-112-30/+25
* [SQL][MINOR] remove newLongEncoder in functionsWenchen Fan2015-11-111-4/+2