snuyanzin commented on code in PR #26955:
URL: https://github.com/apache/flink/pull/26955#discussion_r2314030839
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/DateTimeUtils.java:
##########
@@ -1011,11 +1011,10 @@ private static long internalParseTimestampMillis(String
dateStr, String format,
Date date = formatter.parse(dateStr);
return date.getTime();
} catch (ParseException e) {
- LOG.error(
Review Comment:
it looks like same issue could happen with another (timestamp with offset
function)
should it be also changed in the same way?
https://github.com/apache/flink/blob/60e67af935265f0ffa47b610593b5a4939a1484d/flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/DateTimeUtils.java#L802-L814
--
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]