aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2187] Explain should not run the optimizer twice.Reynold Xin2014-06-183-11/+15
* [SPARK-2184][SQL] AddExchange isn't idempotentMichael Armbrust2014-06-183-6/+9
* [SPARK-2176][SQL] Extra unnecessary exchange operator in the result of an exp...Yin Huai2014-06-182-2/+4
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-1718-35/+1262
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-1715-8/+290
* [SPARK-2164][SQL] Allow Hive UDF on columns of type structXi Liu2014-06-173-0/+130
* Minor fix: made "EXPLAIN" output to play well with JDBC output formatCheng Lian2014-06-163-4/+4
* [SQL][SPARK-2094] Follow up of PR #1071 for Java APICheng Lian2014-06-165-74/+124
* [SPARK-2010] Support for nested data in PySpark SQLKan Zhang2014-06-161-10/+19
* [SQL] Support transforming TreeNodes with Option children.Michael Armbrust2014-06-152-1/+45
* [SPARK-2079] Support batching when serializing SchemaRDD to PythonKan Zhang2014-06-141-7/+2
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-1319-2/+17
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-1315-167/+251
* [SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreTypeMichael Armbrust2014-06-131-0/+1
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-1210-35/+75
* [SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.Takuya UESHIN2014-06-114-15/+174
* HOTFIX: Forgot to remove false change in previous commitPatrick Wendell2014-06-111-1/+0
* HOTFIX: PySpark tests should be order insensitive.Patrick Wendell2014-06-111-0/+1
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1152-33/+374
* [SPARK-2042] Prevent unnecessary shuffle triggered by take()Sameer Agarwal2014-06-115-5/+97
* 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-1110-47/+152
* [SPARK-2093] [SQL] NullPropagation should use exact type value.Takuya UESHIN2014-06-101-2/+2
* HOTFIX: clear() configs in SQLConf-related unit tests.Zongheng Yang2014-06-102-0/+3
* [SQL] Add average overflow test case from #978egraldlo2014-06-102-0/+17
* [SPARK-2076][SQL] Pushdown the join filter & predication for outer joinCheng Hao2014-06-102-22/+277
* Moved hiveOperators.scala to the right package folderCheng Lian2014-06-101-0/+0
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-1014-61/+429
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-096-4/+68
* [SQL] Simple framework for debugging query executionMichael Armbrust2014-06-093-50/+119
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0937-3/+216
* [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in...Michael Armbrust2014-06-071-10/+5
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-061-2/+2
* [SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.Michael Armbrust2014-06-064-4/+10
* [SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensitive.Michael Armbrust2014-06-051-4/+8
* [SPARK-2041][SQL] Correctly analyze queries where columnName == tableName.Michael Armbrust2014-06-053-1/+11
* [SPARK-2036] [SQL] CaseConversionExpression should check if the evaluated val...Takuya UESHIN2014-06-053-2/+28
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-053-3/+3
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-1/+0
* Avoid dynamic dispatching when unwrapping Hive data.Cheng Lian2014-06-022-15/+18
* [SPARK-1995][SQL] system function upper and lower can be supportedegraldlo2014-06-024-1/+70
* [SPARK-1958] Calling .collect() on a SchemaRDD should call executeCollect() o...Cheng Lian2014-06-023-2/+8
* [SQL] SPARK-1964 Add timestamp to hive metastore type parser.Michael Armbrust2014-05-311-0/+1
* [SPARK-1947] [SQL] Child of SumDistinct or Average should be widened to preve...Takuya UESHIN2014-05-311-1/+13
* [SPARK-1959] String "NULL" shouldn't be interpreted as null valueCheng Lian2014-05-301-1/+0
* [SPARK-1368][SQL] Optimized HiveTableScanCheng Lian2014-05-293-28/+96
* [SPARK-1938] [SQL] ApproxCountDistinctMergeFunction should return Int value.Takuya UESHIN2014-05-271-5/+4
* [SQL] SPARK-1922LY Lai2014-05-272-1/+33
* [SPARK-1915] [SQL] AverageFunction should not count if the evaluated value is...Takuya UESHIN2014-05-272-3/+16
* [SPARK-1926] [SQL] Nullability of Max/Min/First should be true.Takuya UESHIN2014-05-271-3/+3