hudi-bot opened a new issue, #16987:
URL: https://github.com/apache/hudi/issues/16987

   When upgrading our stack from Hudi 0.14.0 to 0.15.0, writes on new tables 
with columns defined as {{logicalType: timestamp-millis}} are written into 
Parquet as {{{}timestamp{}}}, which in Spark defaults to {{{}micro{}}}. This 
means data read as the Long 1720631224939 (meant to represent 2024-07-10) will 
instead write back into the parquet as a date in January, 1970.
   
    
   
   Reproducible script in https://github.com/apache/hudi/issues/13233
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-9359
   - Type: Bug
   - Fix version(s):
     - 1.1.0
   
   
   ---
   
   
   ## Comments
   
   12/May/25 18:25;jonvex;Verified that this was an issue in the writer;;;


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