danny0405 commented on code in PR #10255:
URL: https://github.com/apache/hudi/pull/10255#discussion_r1424804615
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieInstantTimeGenerator.java:
##########
@@ -108,6 +108,9 @@ public static String instantTimePlusMillis(String
timestamp, long milliseconds)
public static String instantTimeMinusMillis(String timestamp, long
milliseconds) {
try {
String timestampInMillis = fixInstantTimeCompatibility(timestamp);
+ if (timestampInMillis.length() < MILLIS_INSTANT_TIMESTAMP_FORMAT_LENGTH)
{
Review Comment:
For testing compatibility.
--
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]