aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2700] [SQL] Hidden files (such as .impala_insert_staging) should be fi...chutium2014-08-081-2/+3
* [SPARK-2908] [SQL] JsonRDD.nullTypeToStringType does not convert all NullType...Yin Huai2014-08-083-5/+12
* [SPARK-2875] [PySpark] [SQL] handle null in schemaRDD()Davies Liu2014-08-061-11/+16
* [SQL] Tighten the visibility of various SQLConf methods and renamed setter/ge...Reynold Xin2014-08-053-51/+47
* [SPARK-2854][SQL] Finalize _acceptable_types in pyspark.sqlYin Huai2014-08-051-0/+3
* [SPARK-2650][SQL] Try to partially fix SPARK-2650 by adjusting initial buffer...Cheng Lian2014-08-055-30/+20
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-033-6/+36
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-0214-63/+66
* [SPARK-2729][SQL] Added test case for SPARK-2729Cheng Lian2014-08-022-2/+22
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-0231-7/+1468
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-026-9/+8
* [SQL] Set outputPartitioning of BroadcastHashJoin correctly.Yin Huai2014-08-021-2/+1
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-016-8/+9
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-016-9/+8
* [SPARK-2212][SQL] Hash Outer Join (follow-up bug fix).Yin Huai2014-08-013-2/+114
* [SPARK-2010] [PySpark] [SQL] support nested structure in SchemaRDDDavies Liu2014-08-012-77/+28
* [SPARK-2729] [SQL] Forgot to match Timestamp type in ColumnBuilderchutium2014-08-013-2/+3
* [SQL][SPARK-2212]Hash Outer JoinCheng Hao2014-08-013-6/+319
* [SPARK-2179][SQL] A minor refactoring Java data type APIs (2179 follow-up).Yin Huai2014-08-0124-118/+108
* [SPARK-2779] [SQL] asInstanceOf[Map[...]] should use scala.collection.Map ins...Yin Huai2014-07-312-0/+20
* [SPARK-2531 & SPARK-2436] [SQL] Optimize the BuildSide when planning Broadcas...Zongheng Yang2014-07-312-28/+55
* [SPARK-2743][SQL] Resolve original attributes in ParquetTableScanMichael Armbrust2014-07-312-17/+11
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-302-4/+4
* [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-284-22/+63
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-274-63/+22
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-274-22/+63
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-254-63/+22
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-254-22/+63
* [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
* HOTFIX: Remove persistently failing test in master.Patrick Wendell2014-07-091-28/+0