aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11810][SQL] Java-based encoder for opaque types in Datasets.Reynold Xin2015-11-184-41/+130
* [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-187-24/+52
* [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-186-1/+121
* [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-188-23/+178
* [SPARK-11643] [SQL] parse year with leading zeroDavies Liu2015-11-172-5/+32
* [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-8658][SQL][FOLLOW-UP] AttributeReference's equals method compares all ...gatorsmile2015-11-172-2/+9
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-173-2/+58
* [SPARK-11679][SQL] Invoking method " apply(fields: java.util.List[StructField...mayuanwen2015-11-172-1/+15
* [SPARK-11191][SQL][FOLLOW-UP] Cleans up unnecessary anonymous HiveFunctionReg...Cheng Lian2015-11-172-11/+6
* [MINOR] [SQL] Fix randomly generated ArrayData in RowEncoderSuiteLiang-Chi Hsieh2015-11-161-1/+8
* [SPARK-11447][SQL] change NullType to StringType during binaryComparison betw...Kevin Yu2015-11-162-0/+17
* [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-162-6/+13
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-164-8/+91
* [SPARK-8658][SQL] AttributeReference's equals method compares all the membersgatorsmile2015-11-163-12/+14
* [SPARK-11553][SQL] Primitive Row accessors should not convert null to default...Bartlomiej Alberski2015-11-163-23/+65
* [SPARK-11390][SQL] Query plan with/without filterPushdown indistinguishableZee Chen2015-11-163-4/+22
* [SPARK-11754][SQL] consolidate `ExpressionEncoder.tuple` and `Encoders.tuple`Wenchen Fan2015-11-163-120/+108
* [SPARK-11743] [SQL] Add UserDefinedType support to RowEncoderLiang-Chi Hsieh2015-11-164-29/+139
* [SPARK-11752] [SQL] fix timezone problem for DateTimeUtils.getSecondsWenchen Fan2015-11-162-7/+9
* [SPARK-11522][SQL] input_file_name() returns "" for external tablesxin Wu2015-11-161-2/+91
* [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-10181][SQL] Do kerberos login for credentials during hive client initi...Yu Gao2015-11-151-1/+23
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-1514-94/+335
* [SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> SortReynold Xin2015-11-1515-184/+148
* [SPARK-11736][SQL] Add monotonically_increasing_id to function registry.Yin Huai2015-11-142-1/+6
* [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-1312-289/+766
* [SPARK-11654][SQL][FOLLOW-UP] fix some mistakes and clean upWenchen Fan2015-11-137-15/+17
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-1310-51/+235
* [SPARK-11654][SQL] add reduce to GroupedDatasetMichael Armbrust2015-11-1215-197/+309
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-128-112/+49
* [SPARK-10113][SQL] Explicit error message for unsigned Parquet logical typeshyukjinkwon2015-11-122-0/+31
* [SPARK-11191][SQL] Looks up temporary function using execution Hive clientCheng Lian2015-11-123-5/+56
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-1227-287/+80