aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-2723-54/+1403
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-257-9/+27
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-2523-1395/+54
* [SQL]Update HiveMetastoreCatalog.scalabaishuo(白硕)2014-07-251-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-2523-54/+1395
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-2558-3/+683
* [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-2484][SQL] Build should not run hivecompatibility tests by default.witgo2014-07-232-0/+30
* [SPARK-2102][SQL][CORE] Add option for kryo registration required and use a r...Ian O Connell2014-07-231-12/+31
* [SPARK-2569][SQL] Fix shipping of TEMPORARY hive UDFs.Michael Armbrust2014-07-233-235/+261
* SPARK-2226: [SQL] transform HAVING clauses with aggregate expressions that a...William Benton2014-07-2312-1/+869
* [SPARK-2588][SQL] Add some more DSLs.Takuya UESHIN2014-07-233-33/+70
* [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
* Fix flakey HiveQuerySuite testAaron Davidson2014-07-211-23/+22
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-21132-77/+286
* SPARK-2407: Added Parser of SQL SUBSTR()chutium2014-07-192-1/+23
* [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping dataCheng Hao2014-07-182-11/+5
* [SPARK-2535][SQL] Add StringComparison case to NullPropagation.Takuya UESHIN2014-07-184-3/+125
* [SPARK-2518][SQL] Fix foldability of Substring expression.Takuya UESHIN2014-07-162-3/+14
* [SQL] Cleaned up ConstantFolding slightly.Reynold Xin2014-07-161-17/+28
* [SPARK-2525][SQL] Remove as many compilation warning messages as possible in ...Yin Huai2014-07-163-19/+19
* [SPARK-2119][SQL] Improved Parquet performance when reading off S3Cheng Lian2014-07-163-50/+125
* [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
* [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer fai...Yin Huai2014-07-151-1/+2
* [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-2446][SQL] Add BinaryType support to Parquet I/O.Takuya UESHIN2014-07-145-45/+57
* [SPARK-2443][SQL] Fix slow read from partitioned tablesZongheng Yang2014-07-141-3/+7
* [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-2428][SQL] Add except and intersect methods to SchemaRDD.Takuya UESHIN2014-07-102-0/+41
* [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-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-103-0/+14
* HOTFIX: Remove persistently failing test in master.Patrick Wendell2014-07-091-28/+0
* Revert "[HOTFIX] Synchronize on SQLContext.settings in tests."Patrick Wendell2014-07-094-91/+83
* [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-2235][SQL]Spark SQL basicOperator add Intersect operatorYanjie Gao2014-07-075-0/+33
* [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises jav...Yin Huai2014-07-071-15/+30