aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-201-2/+2
* [SPARK-11716][SQL] UDFRegistration just drops the input type when re-creating...Jean-Baptiste Onofré2015-11-202-24/+39
* [SPARK-11724][SQL] Change casting between int and timestamp to consistently t...Nong Li2015-11-208-25/+39
* [SPARK-11819][SQL] nice error message for missing encoderWenchen Fan2015-11-202-23/+129
* [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULLLiang-Chi Hsieh2015-11-202-0/+13
* [SPARK-11876][SQL] Support printSchema in DataSet APIgatorsmile2015-11-202-9/+9
* [SPARK-11877] Prevent agg. fallback conf. from leaking across test suitesJosh Rosen2015-11-201-23/+21
* [SPARK-11544][SQL][TEST-HADOOP1.0] sqlContext doesn't use PathFilterDilip Biswal2015-11-192-7/+59
* [SPARK-11864][SQL] Improve performance of max/minDavies Liu2015-11-195-25/+45
* [SPARK-11275][SQL] Incorrect results when using rollup/cubeAndrew Ray2015-11-193-34/+90
* [SPARK-11858][SQL] Move sql.columnar into sql.execution.Reynold Xin2015-11-1930-147/+155
* [SPARK-11778][SQL] parse table name before it is passed to lookupRelationHuaxin Gao2015-11-192-1/+12
* [SPARK-11750][SQL] revert SPARK-11727 and code clean upWenchen Fan2015-11-1914-1118/+364
* [SPARK-11848][SQL] Support EXPLAIN in DataSet APIsgatorsmile2015-11-192-22/+22
* [SPARK-11633][SQL] LogicalRDD throws TreeNode Exception : Failed to Copy Nodegatorsmile2015-11-192-0/+18
* [SPARK-11840][SQL] Restore the 1.5's behavior of planning a single distinct a...Yin Huai2015-11-191-2/+2
* [SPARK-11849][SQL] Analyzer should replace current_date and current_timestamp...Reynold Xin2015-11-192-5/+60
* [SPARK-11614][SQL] serde parameters should be set only when all params are readynavis.ryu2015-11-181-1/+2
* 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-187-36/+910
* [SPARK-11833][SQL] Add Java tests for Kryo/Java Dataset encodersReynold Xin2015-11-184-40/+166
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-1817-82/+193
* [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