aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19129][SQL] SessionCatalog: Disallow empty part col values in partitio...gatorsmile2017-01-182-5/+67
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-121-0/+56
* [SPARK-19132][SQL] Add test cases for row size estimation and aggregate estim...wangzhenhua2017-01-114-153/+228
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-112-14/+52
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-1012-13/+83
* [SPARK-19140][SS] Allow update mode for non-aggregation streaming queriesShixiong Zhu2017-01-101-14/+17
* [SPARK-16845][SQL] `GeneratedClass$SpecificOrdering` grows beyond 64 KBLiwei Lin2017-01-101-0/+10
* [SPARK-19020][SQL] Cardinality estimation of aggregate operatorZhenhua Wang2017-01-092-1/+139
* [SPARK-17077][SQL] Cardinality estimation for project operatorZhenhua Wang2017-01-082-0/+92
* [SPARK-16792][SQL] Dataset containing a Case Class with a List type causes a ...Michal Senkyr2017-01-061-0/+31
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-041-1/+1
* [SPARK-19072][SQL] codegen of Literal should not output boxed valueWenchen Fan2017-01-031-0/+5
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-031-4/+44
* [SPARK-18932][SQL] Support partial aggregation for collect_set/collect_listLiang-Chi Hsieh2017-01-031-9/+0
* [SPARK-18998][SQL] Add a cbo conf to switch between default statistics and es...Zhenhua Wang2017-01-031-1/+2
* [SPARK-19029][SQL] Remove databaseName from SimpleCatalogRelationgatorsmile2017-01-031-4/+4
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-301-2/+2
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-293-24/+44
* [SPARK-18973][SQL] Remove SortPartitions and RedistributeDataReynold Xin2016-12-221-1/+0
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-211-1/+1
* [SPARK-18624][SQL] Implicit cast ArrayType(InternalType)jiangxingbo2016-12-191-5/+40
* [SPARK-18870] Disallowed Distinct Aggregations on Streaming DatasetsTathagata Das2016-12-151-0/+13
* [SPARK-18853][SQL] Project (UnaryNode) is way too aggressive in estimating st...Reynold Xin2016-12-141-7/+7
* [SPARK-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-141-12/+3
* [SQL][MINOR] simplify a test to fix the maven testsWenchen Fan2016-12-111-12/+7
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-062-0/+64
* [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjecti...Kapil Singh2016-12-041-0/+21
* [SPARK-18582][SQL] Whitelist LogicalPlan operators allowed in correlated subq...Nattavut Sutyanyong2016-12-031-2/+2
* [SPARK-18677] Fix parsing ['key'] in JSON path expressions.Ryan Blue2016-12-021-0/+24
* [SPARK-18674][SQL][FOLLOW-UP] improve the error message of using joingatorsmile2016-12-021-3/+13
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-022-17/+31
* [SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin2016-12-012-212/+94
* [SPARK-18284][SQL] Make ExpressionEncoder.serializer.nullable preciseKazuaki Ishizaki2016-12-021-1/+18
* [SPARK-18674][SQL] improve the error message of using joinWenchen Fan2016-12-012-27/+22
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-301-0/+9
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-291-0/+17
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-291-0/+320
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-281-1/+0
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-281-0/+245
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-281-0/+33
* [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the sam...Herman van Hovell2016-11-281-5/+8
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-271-0/+27
* [SPARK-17251][SQL] Improve `OuterReference` to be `NamedExpression`Dongjoon Hyun2016-11-261-0/+43
* [SPARK-18436][SQL] isin causing SQL syntax error with JDBCjiangxingbo2016-11-251-11/+13
* [SPARK-18559][SQL] Fix HLL++ with small relative errorZhenhua Wang2016-11-251-1/+8
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-231-0/+29
* [SPARK-18179][SQL] Throws analysis exception with a proper message for unsupp...hyukjinkwon2016-11-221-0/+9
* [SPARK-18519][SQL] map type can not be used in EqualToWenchen Fan2016-11-222-28/+18
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-191-5/+11
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-161-1/+0