aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10978][SQL] Allow data sources to eliminate filtersCheng Lian2015-11-036-68/+315
* [SPARK-10304] [SQL] Partition discovery should throw an exception if the dir ...Liang-Chi Hsieh2015-11-032-13/+59
* [SPARK-10533][SQL] handle scientific notation in sqlParserDaoyuan Wang2015-11-033-5/+32
* [SPARK-11404] [SQL] Support for groupBy using column expressionsMichael Armbrust2015-11-033-6/+106
* [SPARK-11436] [SQL] rebind right encoder when join 2 datasetsWenchen Fan2015-11-032-1/+11
* [SPARK-10429] [SQL] make mutableProjection atomicDavies Liu2015-11-033-98/+97
* [SPARK-9858][SPARK-9859][SPARK-9861][SQL] Add an ExchangeCoordinator to estim...Yin Huai2015-11-039-44/+1115
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-0216-17/+34
* [SPARK-11469][SQL] Allow users to define nondeterministic udfs.Yin Huai2015-11-025-78/+215
* [SPARK-11329][SQL] Support star expansion for structs.Nong Li2015-11-026-38/+230
* [SPARK-5354][SQL] Cached tables should preserve partitioning and ord…Nong Li2015-11-023-9/+97
* [SPARK-11371] Make "mean" an alias for "avg" operatortedyu2015-11-022-0/+10
* [SPARK-11311][SQL] spark cannot describe temporary functionsDaoyuan Wang2015-11-022-1/+15
* [SPARK-10786][SQL] Take the whole statement to generate the CommandProcessorhuangzhaowei2015-11-021-1/+1
* [SPARK-9298][SQL] Add pearson correlation aggregation functionLiang-Chi Hsieh2015-11-017-2/+311
* [SPARK-11410][SQL] Add APIs to provide functionality similar to Hive's DISTRI...Nong Li2015-11-014-19/+186
* [SPARK-11117] [SPARK-11345] [SQL] Makes all HadoopFsRelation data sources pro...Cheng Lian2015-10-3112-59/+156
* [SPARK-11024][SQL] Optimize NULL in <inlist-expressions> by folding it to Lit...Dilip Biswal2015-10-312-1/+55
* [SPARK-11226][SQL] Empty line in json file should be skippedJeff Zhang2015-10-313-24/+36
* [SPARK-11434][SPARK-11103][SQL] Fix test ": Filter applied on merged Parquet ...Yin Huai2015-10-301-3/+3
* [SPARK-11423] remove MapPartitionsWithPreparationRDDDavies Liu2015-10-304-124/+70
* [SPARK-11393] [SQL] CoGroupedIterator should respect the fact that GroupedIte...Wenchen Fan2015-10-302-6/+32
* [SPARK-11103][SQL] Filter applied on Merged Parquet shema with new column failhyukjinkwon2015-10-302-1/+25
* [SPARK-11417] [SQL] no @Override in codegenDavies Liu2015-10-303-9/+0
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-296-89/+21
* [SPARK-11301] [SQL] fix case sensitivity for filter on partitioned columnsWenchen Fan2015-10-292-7/+15
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-2912-11/+823
* [SPARK-11188][SQL] Elide stacktraces in bin/spark-sql for AnalysisExceptionsDilip Biswal2015-10-293-6/+27
* [SPARK-11246] [SQL] Table cache for Parquet broken in 1.5xin Wu2015-10-292-0/+16
* [SPARK-11370] [SQL] fix a bug in GroupedIterator and create unit test for itWenchen Fan2015-10-292-37/+144
* [SPARK-11379][SQL] ExpressionEncoder can't handle top level primitive type co...Wenchen Fan2015-10-292-1/+2
* [SPARK-11351] [SQL] support hive interval literalWenchen Fan2015-10-282-20/+103
* [SPARK-11376][SQL] Removes duplicated `mutableRow` fieldCheng Lian2015-10-291-2/+0
* [SPARK-11363] [SQL] LeftSemiJoin should be LeftSemi in SparkStrategiesLiang-Chi Hsieh2015-10-281-3/+3
* [SPARK-11377] [SQL] withNewChildren should not convert StructType to SeqMichael Armbrust2015-10-281-1/+3
* [SPARK-11313][SQL] implement cogroup on DataSets (support 2 datasets)Wenchen Fan2015-10-288-0/+257
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-2710-16/+261
* [SPARK-11347] [SQL] Support for joinWith in DatasetsMichael Armbrust2015-10-2718-615/+563
* [SPARK-11303][SQL] filter should not be pushed down into sampleYanbo Liang2015-10-272-4/+10
* [SPARK-11277][SQL] sort_array throws exception scala.MatchErrorJia Li2015-10-272-1/+12
* [SPARK-10562] [SQL] support mixed case partitionBy column names for tables st...Wenchen Fan2015-10-263-27/+54
* [SPARK-10947] [SQL] With schema inference from JSON into a Dataframe, add opt...Stephen De Gennaro2015-10-264-11/+171
* [SPARK-11325] [SQL] Alias 'alias' in Scala's DataFrame APINong Li2015-10-262-0/+21
* [SQL][DOC] Minor document fixes in interfaces.scalaAlexander Slesarenko2015-10-261-7/+7
* [SPARK-11258] Converting a Spark DataFrame into an R data.frame is slow / req...Frank Rosner2015-10-262-7/+47
* [SPARK-11253] [SQL] reset all accumulators in physical operators before execu...Wenchen Fan2015-10-253-4/+87
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-2512-165/+70
* [SPARK-6428][SQL] Removed unnecessary typecasts in MutableInt, MutableDouble ...Alexander Slesarenko2015-10-251-9/+9
* [SPARK-11194] [SQL] Use MutableURLClassLoader for the classLoader in Isolated...Yin Huai2015-10-231-28/+51
* [SPARK-11274] [SQL] Text data source support for Spark SQL.Reynold Xin2015-10-237-4/+283