jcamachor commented on a change in pull request #970: Hive 23100
URL: https://github.com/apache/hive/pull/970#discussion_r409950147
##########
File path: ql/src/test/results/clientpositive/stat_estimate_related_col.q.out
##########
@@ -313,10 +313,10 @@ STAGE PLANS:
Map Operator Tree:
TableScan
alias: t1
- filterExpr: (((b = 2) or (b = 3)) and (b = 2)) (type: boolean)
Review comment:
It is the other way around: the OR/AND transformation does not happen
anymore on the non CBO path. Note that the input query has an IN clause so it
stays the same.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]