sknukala opened a new issue, #6907:
URL: https://github.com/apache/hudi/issues/6907

   **Describe the problem you faced**
   
   We are trying to migrate hudi table from 0.8 to 0.12 and noticed that 
_hoodie_commit_time format has changed to include milliseconds. 
   
   Below is example of sample data in different version: 
   hudi 0.8: 20220920044733
   hudi 0.12: 20220923141615400
   
   Is there a property to configure timestamp format? We need this to ensure 
backward compatibility and also reduce changes to data while migrating
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. Create a hudi table with version 0.8
   2. Write data
   3. Upgrade table to 0.12
   4. Write data
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.12
   
   * Spark version : 3.1
   
   * EMR version : EMR 6.3
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : no
   
   


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