File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ql/src/java/org/apache/hadoop/hive/ql/stats/estimator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public void add(ColStatistics stat) {
4444
4545 // NDVs can only be accurately combined if full information about columns, query branches and
4646 // their relationships is available. Without that info, there is only one "truly conservative"
47- // value of NDV which is 0, which means that the NDV is unknown. It forces optimized
47+ // value of NDV which is 0, which means that the NDV is unknown. It forces optimizer
4848 // to make the most conservative decisions possible, which is the exact goal of
4949 // PessimisticStatCombiner. It does inflate statistics in multiple cases, but at the same time it
5050 // also ensures than the query execution does not "blow up" due to too optimistic stats estimates
You can’t perform that action at this time.
0 commit comments