ddebowczyk92 commented on code in PR #28546:
URL: https://github.com/apache/flink/pull/28546#discussion_r3492178069


##########
flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/JsonParserToRowDataConverters.java:
##########
@@ -278,6 +279,17 @@ private TimestampData convertToTimestamp(JsonParser jp) 
throws IOException {
             case ISO_8601:
                 parsedTimestamp = ISO8601_TIMESTAMP_FORMAT.parse(jp.getText());
                 break;
+            case ISO_8601_WITH_OFFSET:

Review Comment:
   Thanks for the review - I've updated tests and docs as requested 



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