slfan1989 opened a new issue, #1929:
URL: https://github.com/apache/iceberg-rust/issues/1929

   **Background**
   
   Currently, DeleteFilter binds equality delete predicates in a 
case-insensitive manner, and the code contains a TODO note about handling case 
sensitivity.
   
   **Goal**
   - Add support for optional case-sensitive matching for equality deletes in 
DeleteFilter.
   - Provide a configuration or parameter to control whether case-sensitive 
matching is enabled.
   - Update or add unit tests to cover both case-sensitive and case-insensitive 
scenarios.
   
   **Benefits**
   - Improves flexibility and correctness of DeleteFilter in different use 
cases.
   - Allows users to choose between case-sensitive or case-insensitive matching 
based on their needs.


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