aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* Revert "[maven-release-plugin] prepare release v1.0.1-rc3"Tathagata Das2014-07-251-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Ubuntu2014-07-251-1/+1
* [SPARK-2658][SQL] Add rule for true = 1.Michael Armbrust2014-07-231-1/+11
* [SPARK-2518][SQL] Fix foldability of Substring expression.Takuya UESHIN2014-07-162-3/+14
* [SPARK-2504][SQL] Fix nullability of Substring expression.Takuya UESHIN2014-07-152-16/+22
* [SPARK-2509][SQL] Add optimization for Substring.Takuya UESHIN2014-07-151-0/+3
* [SPARK-2498] [SQL] Synchronize on a lock when using scala reflection inside d...Zongheng Yang2014-07-151-15/+19
* SPARK-2407: Added internal implementation of SQL SUBSTR()William Benton2014-07-152-3/+123
* [maven-release-plugin] prepare for next development iterationUbuntu2014-07-141-1/+1
* [maven-release-plugin] prepare release v1.0.1-rc3Ubuntu2014-07-141-1/+1
* [SPARK-2405][SQL] Reusue same byte buffers when creating new instance of InMe...Michael Armbrust2014-07-121-1/+1
* [SPARK-2431][SQL] Refine StringComparison and related codes.Takuya UESHIN2014-07-102-15/+16
* [SPARK-2395][SQL] Optimize common LIKE patterns.Michael Armbrust2014-07-082-0/+74
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-072-20/+104
* [SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.Takuya UESHIN2014-07-054-16/+36
* [SPARK-2366] [SQL] Add column pruning for the right side of LeftSemi join.Takuya UESHIN2014-07-051-8/+20
* [maven-release-plugin] prepare for next development iterationUbuntu2014-07-041-1/+1
* [maven-release-plugin] prepare release v1.0.1-rc2v1.0.1Ubuntu2014-07-041-1/+1
* [SPARK-2059][SQL] Add analysis checksReynold Xin2014-07-042-0/+24
* [SPARK-2342] Evaluation helper's output type doesn't conform to input ty...Yijie Shen2014-07-031-1/+1
* [SPARK-2287] [SQL] Make ScalaReflection be able to handle Generic case classes.Takuya UESHIN2014-07-022-2/+25
* SPARK-2186: Spark SQL DSL support for simple aggregations such as SUM and AVGXimo Guanter Gonzalbez2014-07-021-0/+11
* update the comments in SqlParserCodingCat2014-07-011-1/+0
* Revert "[maven-release-plugin] prepare release v1.0.1-rc1"Patrick Wendell2014-06-271-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-06-271-1/+1
* [maven-release-plugin] prepare for next development iterationUbuntu2014-06-261-1/+1
* [maven-release-plugin] prepare release v1.0.1-rc1Ubuntu2014-06-261-1/+1
* [SPARK-2254] [SQL] ScalaRefection should mark primitive types as non-nullable.Takuya UESHIN2014-06-252-31/+165
* [SQL]Add base row updating methods for JoinedRowCheng Hao2014-06-241-0/+17
* [SPARK-2218] rename Equals to EqualTo in Spark SQL expressions.Reynold Xin2014-06-207-17/+20
* [SPARK-2196] [SQL] Fix nullability of CaseWhen.Takuya UESHIN2014-06-202-1/+46
* [SPARK-2209][SQL] Cast shouldn't do null check twice.Reynold Xin2014-06-201-115/+159
* [SPARK-2210] cast to boolean on boolean value gets turned into NOT((boolean_c...Reynold Xin2014-06-191-1/+3
* SPARK-1293 [SQL] Parquet support for nested typesAndre Schumacher2014-06-193-62/+149
* [SPARK-2177][SQL] describe table result contains only one columnYin Huai2014-06-191-0/+16
* More minor scaladoc cleanup for Spark SQL.Reynold Xin2014-06-193-23/+21
* A few minor Spark SQL Scaladoc fixes.Reynold Xin2014-06-195-57/+52
* [SPARK-2184][SQL] AddExchange isn't idempotentMichael Armbrust2014-06-182-2/+5
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-178-19/+108
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-175-8/+123
* [SQL] Support transforming TreeNodes with Option children.Michael Armbrust2014-06-152-1/+45
* [SQL] Update SparkSQL and ScalaTest in branch-1.0 to match master.Michael Armbrust2014-06-132-9/+11
* [SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.Takuya UESHIN2014-06-114-15/+174
* [SPARK-2042] Prevent unnecessary shuffle triggered by take()Sameer Agarwal2014-06-114-2/+88
* SPARK-2107: FilterPushdownSuite doesn't need Junit jar.Qiuzhuang.Lian2014-06-111-3/+0
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-113-35/+70
* [SPARK-2093] [SQL] NullPropagation should use exact type value.Takuya UESHIN2014-06-101-2/+2
* [SPARK-2076][SQL] Pushdown the join filter & predication for outer joinCheng Hao2014-06-102-22/+277
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-102-8/+35
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-091-3/+5