aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare release v1.0.2-rc1Tathagata Das2014-07-253-3/+3
* Revert "[maven-release-plugin] prepare release v1.0.2-rc1"Tathagata Das2014-07-253-3/+3
* Revert "[maven-release-plugin] prepare for next development iteration"Tathagata Das2014-07-253-3/+3
* [maven-release-plugin] prepare for next development iterationTathagata Das2014-07-253-3/+3
* [maven-release-plugin] prepare release v1.0.2-rc1Tathagata Das2014-07-253-3/+3
* Revert "[maven-release-plugin] prepare release v1.0.1-rc3"Tathagata Das2014-07-253-3/+3
* Revert "[maven-release-plugin] prepare for next development iteration"Ubuntu2014-07-253-3/+3
* [SPARK-2603][SQL] Remove unnecessary toMap and toList in converting Java coll...Yin Huai2014-07-241-6/+6
* [SPARK-2658][SQL] Add rule for true = 1.Michael Armbrust2014-07-233-1/+24
* [SPARK-2615] [SQL] Add Equal Sign "==" Support for HiveQlCheng Hao2014-07-2221-0/+45
* [SPARK-2561][SQL] Fix apply schemaMichael Armbrust2014-07-212-1/+7
* [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping dataCheng Hao2014-07-182-11/+5
* [SPARK-2518][SQL] Fix foldability of Substring expression.Takuya UESHIN2014-07-162-3/+14
* [SPARK-2525][SQL] Remove as many compilation warning messages as possible in ...Yin Huai2014-07-163-19/+19
* [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-2314][SQL] Override collect and take in JavaSchemaRDD, forwarding to S...Aaron Staple2014-07-151-0/+16
* [SPARK-2498] [SQL] Synchronize on a lock when using scala reflection inside d...Zongheng Yang2014-07-151-15/+19
* [SQL] Attribute equality comparisons should be done by exprId.Michael Armbrust2014-07-151-1/+5
* SPARK-2407: Added internal implementation of SQL SUBSTR()William Benton2014-07-153-3/+128
* [SQL] Whitelist more Hive tests.Michael Armbrust2014-07-15105-0/+163
* [SPARK-2483][SQL] Fix parsing of repeated, nested data access.Michael Armbrust2014-07-152-6/+9
* [SPARK-2485][SQL] Lock usage of hive client.Michael Armbrust2014-07-151-2/+3
* [SPARK-2443][SQL] Fix slow read from partitioned tablesZongheng Yang2014-07-141-3/+7
* [maven-release-plugin] prepare for next development iterationUbuntu2014-07-143-3/+3
* [maven-release-plugin] prepare release v1.0.1-rc3Ubuntu2014-07-143-3/+3
* [SPARK-2405][SQL] Reusue same byte buffers when creating new instance of InMe...Michael Armbrust2014-07-122-12/+25
* [SPARK-2441][SQL] Add more efficient distinct operator.Michael Armbrust2014-07-122-3/+34
* [SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType correctly.Takuya UESHIN2014-07-103-16/+16
* [SPARK-2431][SQL] Refine StringComparison and related codes.Takuya UESHIN2014-07-102-15/+16
* [SPARK-2409] Make SQLConf thread safe.Reynold Xin2014-07-081-5/+5
* [SPARK-2395][SQL] Optimize common LIKE patterns.Michael Armbrust2014-07-082-0/+74
* [SPARK-2391][SQL] Custom take() for LIMIT queries.Michael Armbrust2014-07-081-4/+47
* Resolve sbt warnings during build Ⅱwitgo2014-07-087-37/+37
* [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises jav...Yin Huai2014-07-071-15/+30
* [SPARK-2375][SQL] JSON schema inference may not resolve type conflicts correc...Yin Huai2014-07-073-8/+12
* [SPARK-2386] [SQL] RowWriteSupport should use the exact types to cast.Takuya UESHIN2014-07-072-3/+41
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-076-30/+149
* [SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.Takuya UESHIN2014-07-057-21/+60
* [SPARK-2366] [SQL] Add column pruning for the right side of LeftSemi join.Takuya UESHIN2014-07-051-8/+20
* [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries.Michael Armbrust2014-07-041-1/+1
* [maven-release-plugin] prepare for next development iterationUbuntu2014-07-043-3/+3
* [maven-release-plugin] prepare release v1.0.1-rc2v1.0.1Ubuntu2014-07-043-3/+3
* [SPARK-2059][SQL] Add analysis checksReynold Xin2014-07-042-0/+24
* Update SQLConf.scalabaishuo(白硕)2014-07-041-6/+3
* [SPARK-2059][SQL] Don't throw TreeNodeException in `execution.ExplainCommand`Cheng Lian2014-07-031-3/+6
* [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-2328] [SQL] Add execution of `SHOW TABLES` before `TestHive.reset()`.Takuya UESHIN2014-07-021-0/+3
* SPARK-2186: Spark SQL DSL support for simple aggregations such as SUM and AVGXimo Guanter Gonzalbez2014-07-023-8/+44