kasakrisz commented on code in PR #5196:
URL: https://github.com/apache/hive/pull/5196#discussion_r2046758002


##########
iceberg/iceberg-handler/src/test/results/positive/update_iceberg_copy_on_write_partitioned.q.out:
##########
@@ -71,10 +71,10 @@ STAGE PLANS:
             Map Operator Tree:
                 TableScan
                   alias: tbl_ice
-                  filterExpr: (((b <> 'one') and (b <> 'four') and (a <> 22)) 
or ((a = 22) or (b) IN ('one', 'four')) is null) (type: boolean)
+                  filterExpr: (((b) IN ('four', 'one') or (a = 22)) is null or 
(((b < 'four') or ((b > 'four') and (b < 'one')) or (b > 'one')) and (a <> 
22))) (type: boolean)

Review Comment:
   What are the `(b <> 'one')` and `(b <> 'four')` predicates converted to?
   
   The new expression has
   ```
   (b < 'four') or ((b > 'four') and (b < 'one')) or (b > 'one')
   ```
   and the old one doesn't has.



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to