ConeyLiu opened a new pull request, #8249:
URL: https://github.com/apache/iceberg/pull/8249

   Fixes get an incorrect push down log for the following SQL:
   ```sql
   update local.db.test_data set name = 'new-value' where id = 0 and 
upper(name) = 'NAME-0'
   ```
   The logs:
   ```
   [INFO ] 2023-08-07 15:59:59.557 [main] RowLevelCommandScanRelationPushDown -
   Pushing operators to local.db.test_data
   Pushed filters:
   Filters that were not pushed: id = 0
   Output: id#0L, name#1, salary#2, _file#5, _pos#6L
   ```


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