konstantinb commented on code in PR #6208:
URL: https://github.com/apache/hive/pull/6208#discussion_r2557531834
##########
ql/src/test/results/clientpositive/llap/constraints_optimization.q.out:
##########
@@ -601,17 +601,17 @@ STAGE PLANS:
Statistics: Num rows: 2 Data size: 104 Basic stats: COMPLETE
Column stats: COMPLETE
Filter Operator
predicate: (d_year) IN (1985, 2004) (type: boolean)
- Statistics: Num rows: 1 Data size: 96 Basic stats:
COMPLETE Column stats: COMPLETE
+ Statistics: Num rows: 2 Data size: 104 Basic stats:
COMPLETE Column stats: COMPLETE
Review Comment:
This now accurately reflects 2 values in the "IN" clause whereas before
these changes, "1" was used due to the interval of [0, 0] with the length of 1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]