aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-11352][SQL] Escape */ in the generated comments.Yin Huai2015-12-013-3/+18
* [SPARK-11954][SQL] Encoder for JavaBeansWenchen Fan2015-12-018-16/+438
* [SPARK-11856][SQL] add type cast if the real type is different but compatible...Wenchen Fan2015-12-018-22/+320
* [SPARK-11949][SQL] Set field nullable property for GroupingSets to get correc...Liang-Chi Hsieh2015-12-011-2/+8
* [SPARK-12018][SQL] Refactor common subexpression elimination codeLiang-Chi Hsieh2015-11-303-34/+14
* [SPARK-12024][SQL] More efficient multi-column counting.Herman van Hovell2015-11-294-64/+12
* [SPARK-12028] [SQL] get_json_object returns an incorrect result when the valu...gatorsmile2015-11-271-2/+5
* [SPARK-11973][SQL] Improve optimizer code readability.Reynold Xin2015-11-262-26/+26
* [SPARK-11863][SQL] Unable to resolve order by if it contains mixture of alias...Dilip Biswal2015-11-262-3/+28
* [SPARK-12005][SQL] Work around VerifyError in HyperLogLogPlusPlus.Marcelo Vanzin2015-11-261-5/+8
* [SPARK-11973] [SQL] push filter through aggregation with alias and literalsDavies Liu2015-11-263-11/+79
* [SPARK-12003] [SQL] remove the prefix for name after expanded starDavies Liu2015-11-251-1/+1
* [SPARK-11983][SQL] remove all unused codegen fallback traitDaoyuan Wang2015-11-253-6/+4
* [SPARK-11946][SQL] Audit pivot API for 1.6.Reynold Xin2015-11-241-0/+1
* [SPARK-11926][SQL] unify GetStructField and GetInternalRowFieldWenchen Fan2015-11-249-42/+21
* [SPARK-11942][SQL] fix encoder life cycle for CoGroupWenchen Fan2015-11-241-12/+15
* [SPARK-10707][SQL] Fix nullability computation in union outputMikhail Bautin2015-11-231-3/+8
* [SPARK-11921][SQL] fix `nullable` of encoder schemaWenchen Fan2015-11-232-3/+50
* [SPARK-11894][SQL] fix isNull for GetInternalRowFieldWenchen Fan2015-11-231-14/+9
* [SPARK-11628][SQL] support column datatype of char(x) to recognize HiveCharXiu Guo2015-11-232-3/+11
* [SPARK-11908][SQL] Add NullType support to RowEncoderLiang-Chi Hsieh2015-11-223-2/+9
* [SPARK-11899][SQL] API audit for GroupedDataset.Reynold Xin2015-11-212-2/+5
* [SPARK-11900][SQL] Add since version for all encodersReynold Xin2015-11-211-0/+63
* [SPARK-11819][SQL][FOLLOW-UP] fix scala 2.11 buildWenchen Fan2015-11-201-2/+2
* [SPARK-11890][SQL] Fix compilation for Scala 2.11Michael Armbrust2015-11-201-2/+2
* [SPARK-11787][SPARK-11883][SQL][FOLLOW-UP] Cleanup for this patch.Nong Li2015-11-202-16/+49
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-201-2/+2
* [SPARK-11724][SQL] Change casting between int and timestamp to consistently t...Nong Li2015-11-202-10/+12
* [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-11864][SQL] Improve performance of max/minDavies Liu2015-11-195-25/+45
* [SPARK-11275][SQL] Incorrect results when using rollup/cubeAndrew Ray2015-11-192-34/+28
* [SPARK-11750][SQL] revert SPARK-11727 and code clean upWenchen Fan2015-11-1911-1101/+350
* [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-11787][SQL] Improve Parquet scan performance when using flat schemas.Nong Li2015-11-183-12/+49
* [SPARK-11833][SQL] Add Java tests for Kryo/Java Dataset encodersReynold Xin2015-11-183-38/+93
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-1814-66/+178
* [SPARK-11810][SQL] Java-based encoder for opaque types in Datasets.Reynold Xin2015-11-183-39/+96
* [SPARK-11720][SQL][ML] Handle edge cases when count = 0 or 1 for Stats functionJihongMa2015-11-185-17/+39
* [SPARK-11725][SQL] correctly handle null inputs for UDFWenchen Fan2015-11-185-1/+107
* [SPARK-11802][SQL] Kryo-based encoder for opaque types in DatasetsReynold Xin2015-11-185-7/+117
* [SPARK-11643] [SQL] parse year with leading zeroDavies Liu2015-11-172-5/+32
* [SPARK-8658][SQL][FOLLOW-UP] AttributeReference's equals method compares all ...gatorsmile2015-11-172-2/+9
* [SPARK-11679][SQL] Invoking method " apply(fields: java.util.List[StructField...mayuanwen2015-11-171-1/+2
* [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-161-0/+6
* [SPARK-11768][SPARK-9196][SQL] Support now function in SQL (alias for current...Reynold Xin2015-11-161-0/+1
* [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-162-8/+44