aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3409][SQL] Avoid pulling in Exchange operator itself in Exchange's clo...Reynold Xin2014-09-061-22/+21
* [SPARK-3392] [SQL] Show value spark.sql.shuffle.partitions for mapred.reduce....Cheng Hao2014-09-041-4/+12
* [SPARK-3310][SQL] Directly use currentTable without unnecessary implicit conv...Liang-Chi Hsieh2014-09-041-1/+1
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-041-1/+1
* [SPARK-3335] [SQL] [PySpark] support broadcast in Python UDFDavies Liu2014-09-032-1/+5
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-0314-352/+387
* [SPARK-2973][SQL] Lightweight SQL commands without distributed jobs when call...Cheng Lian2014-09-031-40/+23
* [SPARK-3300][SQL] No need to call clear() and shorten build()Liang-Chi Hsieh2014-09-021-3/+1
* [SQL] Renamed ColumnStat to ColumnMetrics to avoid confusion between ColumnStatsCheng Lian2014-09-021-5/+5
* [SPARK-3010] fix redundant conditionalscwf2014-08-311-3/+1
* [SPARK-3320][SQL] Made batched in-memory column buffer building work for Sche...Cheng Lian2014-08-293-34/+39
* [SPARK-3173][SQL] Timestamp support in the parserZdenek Farana2014-08-291-1/+42
* [SPARK-3198] [SQL] Remove the TreeNode.idCheng Hao2014-08-293-8/+11
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-291-0/+14
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-282-9/+14
* [SQL] Fixed 2 comment typos in SQLConfCheng Lian2014-08-281-3/+4
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-274-2/+15
* [SPARK-3138][SQL] sqlContext.parquetFile should be able to take a single file...chutium2014-08-272-8/+26
* [SPARK-3237][SQL] Fix parquet filters with UDFsMichael Armbrust2014-08-271-2/+6
* [SPARK-3036][SPARK-3037][SQL] Add MapType/ArrayType containing null value sup...Takuya UESHIN2014-08-264-40/+167
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-265-11/+5
* [SPARK-3063][SQL] ExistingRdd should convert Map to catalyst Map.Takuya UESHIN2014-08-262-1/+48
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-263-19/+19
* [SPARK-3131][SQL] Allow user to set parquet compression codec for writing Par...chutium2014-08-263-5/+107
* [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-238-13/+137
* [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-145-22/+87
* [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-133-3/+10
* [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-115-34/+68
* [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-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