aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-261-2/+2
* [SPARK-3131][SQL] Allow user to set parquet compression codec for writing Par...chutium2014-08-262-5/+13
* [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.p...Chia-Yung Su2014-08-251-1/+1
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-253-8/+19
* [SPARK-2967][SQL] Follow-up: Also copy hash expressions in sort based shuffl...Michael Armbrust2014-08-231-3/+6
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-237-9/+133
* [SPARK-2967][SQL] Fix sort based shuffle for spark sql.Michael Armbrust2014-08-201-7/+23
* [SQL] add note of use synchronizedMap in SQLConfwangfei2014-08-191-0/+1
* [SPARK-2406][SQL] Initial support for using ParquetTableScan to read HiveMeta...Michael Armbrust2014-08-183-20/+74
* [SPARK-3091] [SQL] Add support for caching metadata on Parquet filesMatei Zaharia2014-08-182-13/+72
* SPARK-3025 [SQL]: Allow JDBC clients to set a fair scheduler poolPatrick Wendell2014-08-181-0/+3
* [SPARK-3085] [SQL] Use compact data structures in SQL joinsMatei Zaharia2014-08-181-34/+33
* [SPARK-3084] [SQL] Collect broadcasted tables in parallel in joinsMatei Zaharia2014-08-181-1/+1
* Revert [SPARK-3011][SQL] _temporary directory should be filtered out by sqlC...Michael Armbrust2014-08-141-2/+1
* [SPARK-2927][SQL] Add a conf to configure if we always read Binary columns st...Yin Huai2014-08-144-19/+36
* [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.p...Chia-Yung Su2014-08-141-1/+2
* [SPARK-2935][SQL]Fix parquet predicate push down bugMichael Armbrust2014-08-131-2/+3
* [SPARK-2650][SQL] More precise initial buffer size estimation for in-memory c...Cheng Lian2014-08-131-5/+6
* [SQL] [SPARK-2826] Reduce the memory copy while building the hashmap for Hash...Cheng Hao2014-08-111-26/+28
* [SPARK-2650][SQL] Build column buffers in smaller batchesMichael Armbrust2014-08-113-30/+54
* [SPARK-2965][SQL] Fix HashOuterJoin output nullabilities.Takuya UESHIN2014-08-111-1/+12
* [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-081-1/+3
* [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-052-33/+32
* [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-054-29/+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-024-5/+8
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-0228-6/+1341
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-025-7/+6
* [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-015-6/+7
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-015-7/+6
* [SPARK-2212][SQL] Hash Outer Join (follow-up bug fix).Yin Huai2014-08-011-2/+7
* [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-011-0/+1
* [SQL][SPARK-2212]Hash Outer JoinCheng Hao2014-08-012-2/+185
* [SPARK-2179][SQL] A minor refactoring Java data type APIs (2179 follow-up).Yin Huai2014-08-0121-86/+76
* [SPARK-2779] [SQL] asInstanceOf[Map[...]] should use scala.collection.Map ins...Yin Huai2014-07-311-0/+1
* [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-311-4/+10
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-302-4/+4
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-3030-145/+1716
* [SQL] Handle null values in debug()Michael Armbrust2014-07-291-1/+3
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-2915-174/+464
* [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-299-79/+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-282-13/+49