nsivabalan commented on code in PR #14100:
URL: https://github.com/apache/hudi/pull/14100#discussion_r2434117624


##########
website/releases/release-0.14.1.md:
##########
@@ -39,6 +39,14 @@ It can silently ingest duplicates if table is upgraded from 
previous versions.
 Avoid upgrading any existing table to 0.14.1 if you are using 
ComplexKeyGenerator with single field as record key and multiple partition 
fields.
 :::
 
+We discovered a regression in Hudi 0.14.1 release related to ingestion of 
timestamp logical types using HoodieDeltaStreamer/HoodieStreamer.
+For timestamp-millis type it will be labeled as timestamp-micros in the 
parquet and table schemas. For local-timestamp-millis and local-timestamp-micros
+they will just be longs with no logical type label.
+
+:::tip
+Avoid upgrading any existing table to 0.14.1 if you are using 
HoodieDeltaStreamer/HoodieStreamer and your table has timestamp-miliis, 
local-timestamp-millis, or local-timestamp-micros

Review Comment:
   local-timestamp-millis and local0-timestamp-micros is not a regression right?
   all previous versions of hudi only renders it as long. 
   So, why call it out. 
   



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