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

   ### Purpose
   - Partition values are written to the directory name with 
`Timestamp.toString()`, files are written with ISO format with a T separator. 
   - The reader however only accepts space separated form. Reading the same 
value again throws an error since T separated values cannot be read.
   - Add support for the T separated pattern.
   ### 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