aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-3039-217/+2584
* [SQL] Handle null values in debug()Michael Armbrust2014-07-291-1/+3
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-2919-180/+474
* [SPARK-2631][SQL] Use SQLConf to configure in-memory columnar cachingMichael Armbrust2014-07-292-2/+4
* [SPARK-2393][SQL] Cost estimation optimization framework for Catalyst logical...Zongheng Yang2014-07-2910-81/+101
* [SPARK-2674] [SQL] [PySpark] support datetime type for SchemaRDDDavies Liu2014-07-292-32/+54
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-285-23/+64
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-275-64/+23
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-275-23/+64
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-255-64/+23
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-255-23/+64
* [SPARK-2603][SQL] Remove unnecessary toMap and toList in converting Java coll...Yin Huai2014-07-241-6/+6
* [SPARK-2102][SQL][CORE] Add option for kryo registration required and use a r...Ian O Connell2014-07-231-12/+31
* [SPARK-2588][SQL] Add some more DSLs.Takuya UESHIN2014-07-231-8/+7
* [SPARK-2561][SQL] Fix apply schemaMichael Armbrust2014-07-212-1/+7
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-217-64/+123
* SPARK-2407: Added Parser of SQL SUBSTR()chutium2014-07-191-0/+15
* [SPARK-2525][SQL] Remove as many compilation warning messages as possible in ...Yin Huai2014-07-162-18/+18
* [SPARK-2119][SQL] Improved Parquet performance when reading off S3Cheng Lian2014-07-163-50/+125
* [SPARK-2314][SQL] Override collect and take in JavaSchemaRDD, forwarding to S...Aaron Staple2014-07-151-0/+16
* [SQL] Attribute equality comparisons should be done by exprId.Michael Armbrust2014-07-151-1/+5
* [SPARK-2446][SQL] Add BinaryType support to Parquet I/O.Takuya UESHIN2014-07-145-45/+57
* [SPARK-2405][SQL] Reusue same byte buffers when creating new instance of InMe...Michael Armbrust2014-07-121-11/+24
* [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-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-0/+3
* 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-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-073-0/+26
* [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-071-1/+1
* [SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.Takuya UESHIN2014-07-053-5/+24
* [SPARK-2234][SQL]Spark SQL basicOperators add Except operatorYanjie Gao2014-07-043-0/+31
* Update SQLConf.scalabaishuo(白硕)2014-07-041-6/+3
* [SPARK-2059][SQL] Don't throw TreeNodeException in `execution.ExplainCommand`Cheng Lian2014-07-031-3/+6
* [HOTFIX] Synchronize on SQLContext.settings in tests.Zongheng Yang2014-07-034-83/+91
* SPARK-2186: Spark SQL DSL support for simple aggregations such as SUM and AVGXimo Guanter Gonzalbez2014-07-022-8/+33
* [SQL]Extract the joinkeys from join conditionCheng Hao2014-06-261-7/+6
* [SPARK-2295] [SQL] Make JavaBeans nullability stricter.Takuya UESHIN2014-06-261-19/+18
* [SQL] SPARK-1800 Add broadcast hash join operator & associated hints.Zongheng Yang2014-06-2511-223/+387
* [SPARK-2264][SQL] Fix failing CachedTableSuiteMichael Armbrust2014-06-243-30/+29
* HOTFIX: Disabling tests per SPARK-2264Patrick Wendell2014-06-241-5/+7
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-232-4/+4
* [SPARK-1669][SQL] Made cacheTable idempotentCheng Lian2014-06-232-4/+29