kevinjqliu commented on issue #3497:
URL: 
https://github.com/apache/iceberg-python/issues/3497#issuecomment-4699449081

   Verified against the current worktree.
   
   ```text
   StartsWith("x", b"a") on b"aa" -> False  # expected True
   NotStartsWith("x", b"a") on b"aa" -> True # expected False
   ```
   
   Planning impact also reproduces:
   
   ```text
   inclusive metrics for a file containing only b"aa":
   StartsWith("x", b"a") -> False  # unsafe skip
   ```
   
   Manifest evaluation for binary `StartsWith` raises `TypeError` comparing 
decoded `bytes` bounds to a `str` prefix.


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