tsreaper opened a new pull request, #1028:
URL: https://github.com/apache/incubator-paimon/pull/1028

   ### Purpose
   
   This PR fixes #1020.
   
   In MySQL, `datetime` and `timestamp` default precision is 0 (see 
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-type-syntax.html). 
However in Paimon, `timestamp` default precision is 6.
   
   This PR fixes the conversion between MySQL `datetime` / `timestamp` types 
with default precision and Paimon `timestamp` type.
   
   ### Tests
   
   * `MySqlSyncTableActionITCase#testAllTypes`
   
   ### API and Format 
   
   N/A
   
   ### Documentation
   
   N/A
   


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