ArnavBalyan opened a new pull request, #9358:
URL: https://github.com/apache/paimon/pull/9358

   ### Purpose
    - The `_` (single char) wildcard should match exactly 1 character, 
including line terminator.
    - However line terminators is excluded by the regex, causing matching rows 
to be incorrectly filtered out.
    - Ensure the single char wildcard can match line terminator while and 
preserve crlf as two separate characters.
   
   ### Tests
    - UT


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

Reply via email to