rubenada commented on code in PR #6523:
URL: https://github.com/apache/hive/pull/6523#discussion_r3785438304


##########
ql/src/test/results/clientpositive/llap/stats_histogram.q.out:
##########
@@ -710,16 +710,16 @@ STAGE PLANS:
             Map Operator Tree:
                 TableScan
                   alias: test_stats
-                  filterExpr: (((d < 3.0) or (d > 7.0)) and (e > 0)) (type: 
boolean)
+                  filterExpr: ((e > 0) and ((d < 3.0) or (d > 7.0))) (type: 
boolean)
                   Statistics: Num rows: 15 Data size: 1732 Basic stats: 
COMPLETE Column stats: COMPLETE
                   Filter Operator
-                    predicate: (((d < 3.0) or (d > 7.0)) and (e > 0)) (type: 
boolean)
-                    Statistics: Num rows: 8 Data size: 924 Basic stats: 
COMPLETE Column stats: COMPLETE
+                    predicate: ((e > 0) and ((d < 3.0) or (d > 7.0))) (type: 
boolean)
+                    Statistics: Num rows: 9 Data size: 1040 Basic stats: 
COMPLETE Column stats: COMPLETE

Review Comment:
   Yes, this seems to be the case, this is probably related to point 24 in the 
description.



-- 
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]

Reply via email to