spark-instrumented-optimizer/sql/catalyst/src/main
wangzhenhua a615513569 [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlan
## What changes were proposed in this pull request?

Currently we have two sets of statistics in LogicalPlan: a simple stats and a stats estimated by cbo, but the computing logic and naming are quite confusing, we need to unify these two sets of stats.

## How was this patch tested?

Just modify existing tests.

Author: wangzhenhua <wangzhenhua@huawei.com>
Author: Zhenhua Wang <wzh_zju@163.com>

Closes #16529 from wzhfy/unifyStats.
2017-01-10 22:34:44 -08:00
..
antlr4/org/apache/spark/sql/catalyst/parser [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde tables 2017-01-05 17:40:27 -08:00
java/org/apache/spark/sql [SPARK-19140][SS] Allow update mode for non-aggregation streaming queries 2017-01-10 17:58:11 -08:00
scala/org/apache/spark/sql [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlan 2017-01-10 22:34:44 -08:00