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

   ### Purpose
    - Format tables supports multi character delimiters for separating records.
    - When the end of a record overlaps with the beginning of the delimiter, 
the reader has a bug and incorrectly streams the delimiter in the actual 
output, causing incorrect output rows.
     - Fix by preserving the longest possible delimiter prefix after a partial 
match fails.
   
   ### 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