Skip to content

Commit 40fc7ff

Browse files
committed
HIVE-29368: a typo in the comment
1 parent 1285297 commit 40fc7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/java/org/apache/hadoop/hive/ql/stats/estimator/PessimisticStatCombiner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)