rkhachatryan commented on code in PR #26955:
URL: https://github.com/apache/flink/pull/26955#discussion_r2314043320
##########
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:
Good point, changed this part as well.
--
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]