aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-123-3/+3
* [SPARK-12788][SQL] Simplify BooleanEquality by using casts.Reynold Xin2016-01-122-26/+32
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-1217-31/+27
* [SPARK-12768][SQL] Remove CaseKeyWhen expressionReynold Xin2016-01-123-171/+38
* [SPARK-12762][SQL] Add unit test for SimplifyConditionals optimization ruleReynold Xin2016-01-125-7/+69
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-1217-27/+31
* [SPARK-12498][SQL][MINOR] BooleanSimplication simplificationCheng Lian2016-01-112-102/+92
* [SPARK-12576][SQL] Enable expression parsing in CatalystQlHerman van Hovell2016-01-114-40/+201
* [SPARK-3873][BUILD] Enable import ordering error checking.Marcelo Vanzin2016-01-103-4/+3
* [SPARK-12577] [SQL] Better support of parentheses in partition by and order b...Liang-Chi Hsieh2016-01-082-11/+32
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-0836-114/+429
* [SPARK-12687] [SQL] Support from clause surrounded by `()`.Liang-Chi Hsieh2016-01-083-2/+25
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-082-7/+4
* [SPARK-12580][SQL] Remove string concatenations from usage and extended in @E...Kazuaki Ishizaki2016-01-072-25/+25
* [SPARK-12542][SQL] support except/intersect in HiveQlDavies Liu2016-01-064-5/+47
* [SPARK-12681] [SQL] split IdentifiersParser.g into two filesDavies Liu2016-01-063-516/+566
* [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to CatalystHerman van Hovell2016-01-0611-0/+5626
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0533-75/+71
* [SPARK-3873][SQL] Import ordering fixes.Marcelo Vanzin2016-01-0547-83/+78
* [SPARK-12439][SQL] Fix toCatalystArray and MapObjectsLiang-Chi Hsieh2016-01-054-6/+14
* [SPARK-12480][FOLLOW-UP] use a single column vararg for hashWenchen Fan2016-01-052-1/+2
* [SPARK-12438][SQL] Add SQLUserDefinedType support for encoderLiang-Chi Hsieh2016-01-053-0/+38
* [SPARK-12568][SQL] Add BINARY to EncodersMichael Armbrust2016-01-043-3/+18
* [SPARK-12600][SQL] follow up: add range check for DecimalTypeReynold Xin2016-01-041-0/+10
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-045-3/+123
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-044-119/+99
* [SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set the row l...Nong Li2016-01-041-0/+4
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-045-43/+53
* [SPARK-12421][SQL] Prevent Internal/External row from exposing state.Herman van Hovell2016-01-042-4/+34
* [SPARK-12470] [SQL] Fix size reduction calculationPete Robbins2016-01-041-4/+4
* [SPARK-12533][SQL] hiveContext.table() throws the wrong exceptionthomastechs2016-01-031-1/+1
* [SPARK-11743][SQL] Move the test for arrayOfUDTLiang-Chi Hsieh2015-12-311-13/+2
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-306-79/+41
* [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (doc...Herman van Hovell2015-12-301-3/+127
* [SPARK-12495][SQL] use true as default value for propagateNull in NewInstanceWenchen Fan2015-12-307-37/+38
* [SPARK-12564][SQL] Improve missing column AnalysisExceptiongatorsmile2015-12-291-1/+1
* [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification.Reynold Xin2015-12-291-4/+8
* [SPARK-12530][BUILD] Fix build break at Spark-Master-Maven-Snapshots from #1293Kazuaki Ishizaki2015-12-291-3/+4
* [SPARK-12441][SQL] Fixing missingInput in Generate/MapPartitions/AppendColumn...gatorsmile2015-12-284-11/+13
* [SPARK-7727][SQL] Avoid inner classes in RuleExecutorStephan Kessler2015-12-283-5/+74
* [SPARK-12477][SQL] - Tungsten projection fails for null values in array fieldspierre-borckmans2015-12-221-1/+1
* [SPARK-11164][SQL] Add InSet pushdown filter back for ParquetLiang-Chi Hsieh2015-12-231-8/+12
* [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be nullCheng Lian2015-12-231-4/+4
* [SPARK-12102][SQL] Cast a non-nullable struct field to a nullable field durin...Dilip Biswal2015-12-222-1/+9
* [SPARK-12456][SQL] Add ExpressionDescription to misc functionsXiu Guo2015-12-224-0/+29
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-224-8/+72
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-211-0/+32
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-217-66/+360
* [SPARK-12398] Smart truncation of DataFrame / Dataset toStringDilip Biswal2015-12-212-0/+20
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1