aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19129][SQL] SessionCatalog: Disallow empty part col values in partitio...gatorsmile2017-01-181-2/+24
* [SPARK-18801][SQL][FOLLOWUP] Alias the view with its childjiangxingbo2017-01-164-36/+124
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-122-25/+9
* [SPARK-17237][SQL] Remove backticks in a pivot result schemaTakeshi YAMAMURO2017-01-121-1/+1
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-121-14/+23
* [SPARK-19132][SQL] Add test cases for row size estimation and aggregate estim...wangzhenhua2017-01-113-7/+20
* [SPARK-19149][SQL] Follow-up: simplify cache implementation.Reynold Xin2017-01-111-8/+13
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-116-42/+267
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-107-78/+79
* [SPARK-19140][SS] Allow update mode for non-aggregation streaming queriesShixiong Zhu2017-01-103-4/+5
* [SPARK-16845][SQL] `GeneratedClass$SpecificOrdering` grows beyond 64 KBLiwei Lin2017-01-102-7/+47
* [SPARK-19020][SQL] Cardinality estimation of aggregate operatorZhenhua Wang2017-01-092-2/+59
* [SPARK-17077][SQL] Cardinality estimation for project operatorZhenhua Wang2017-01-084-0/+104
* [SPARK-16792][SQL] Dataset containing a Case Class with a List type causes a ...Michal Senkyr2017-01-061-1/+39
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-052-4/+8
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-044-5/+5
* [SPARK-19060][SQL] remove the supportsPartial flag in AggregateFunctionWenchen Fan2017-01-043-12/+2
* [SPARK-19072][SQL] codegen of Literal should not output boxed valueWenchen Fan2017-01-031-11/+19
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-031-0/+13
* [SPARK-18932][SQL] Support partial aggregation for collect_set/collect_listLiang-Chi Hsieh2017-01-033-34/+39
* [SPARK-18998][SQL] Add a cbo conf to switch between default statistics and es...Zhenhua Wang2017-01-033-3/+33
* [SPARK-19029][SQL] Remove databaseName from SimpleCatalogRelationgatorsmile2017-01-032-6/+1
* [SPARK-19028][SQL] Fixed non-thread-safe functions used in SessionCataloggatorsmile2016-12-311-1/+1
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-294-65/+178
* [SPARK-18999][SQL][MINOR] simplify Literal codegenWenchen Fan2016-12-274-35/+18
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-264-15/+30
* [SPARK-18911][SQL] Define CatalogStatistics to interact with metastore and co...wangzhenhua2016-12-242-5/+33
* [SPARK-18973][SQL] Remove SortPartitions and RedistributeDataReynold Xin2016-12-226-53/+26
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-213-3/+14
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-192-0/+47
* [SPARK-18624][SQL] Implicit cast ArrayType(InternalType)jiangxingbo2016-12-194-44/+52
* [SPARK-18892][SQL] Alias percentile_approx approx_percentileReynold Xin2016-12-152-2/+3
* [SPARK-18870] Disallowed Distinct Aggregations on Streaming DatasetsTathagata Das2016-12-151-2/+13
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-151-2/+8
* [SPARK-18869][SQL] Add TreeNode.p that returns BaseTypeReynold Xin2016-12-142-10/+9
* [SPARK-18854][SQL] numberedTreeString and apply(i) inconsistent for subqueriesReynold Xin2016-12-143-21/+36
* [SPARK-18853][SQL] Project (UnaryNode) is way too aggressive in estimating st...Reynold Xin2016-12-142-6/+6
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-141-8/+23
* [SPARK-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-143-25/+4
* [SPARK-18752][SQL] Follow-up: add scaladoc explaining isSrcLocal arg.Marcelo Vanzin2016-12-131-0/+12
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-131-2/+4
* [SPARK-18835][SQL] Don't expose Guava types in the JavaTypeInference API.Marcelo Vanzin2016-12-131-1/+11
* [SPARK-18717][SQL] Make code generation for Scala Map work with immutable.Map...Andrew Ray2016-12-131-1/+1
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-123-8/+14
* [SPARK-18815][SQL] Fix NPE when collecting column stats for string/binary col...wangzhenhua2016-12-101-3/+6
* [SPARK-17460][SQL] Make sure sizeInBytes in Statistics will not overflowHuaxin Gao2016-12-101-1/+2
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-095-7/+7
* [SPARK-18654][SQL] Remove unreachable patterns in makeRootConverterNathan Howell2016-12-071-35/+21
* [SPARK-17760][SQL] AnalysisException with dataframe pivot when groupBy column...Andrew Ray2016-12-071-2/+3
* [SPARK-18634][SQL][TRIVIAL] Touch-up GenerateHerman van Hovell2016-12-061-1/+1