codope commented on code in PR #11066:
URL: https://github.com/apache/hudi/pull/11066#discussion_r1575648992


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/AvroToRowDataConverters.java:
##########
@@ -233,7 +237,11 @@ private static AvroToRowDataConverter 
createTimestampConverter(int precision) {
               "Unexpected object type for TIMESTAMP logical type. Received: " 
+ avroObject);
         }
       }
-      return TimestampData.fromInstant(instant);
+      if (utcTimezone) {

Review Comment:
   Got it. Marking resolved as this PR now handles it. Just that we need to 
have one more test for config set to false as you have mentioned in another 
comment.



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