lokeshj1703 commented on code in PR #8963:
URL: https://github.com/apache/hudi/pull/8963#discussion_r1233201729


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java:
##########
@@ -756,7 +756,7 @@ public HoodieRecordGlobalLocation getRecordGlobalLocation() 
{
     if (recordIndexMetadata.getFileIndex() != RECORD_INDEX_MISSING_FILEINDEX) {
       fileId += "-" + recordIndexMetadata.getFileIndex();
     }
-    final Date instantDate = new Date(recordIndexMetadata.getInstantTime());
+    final java.util.Date instantDate = new 
java.util.Date(recordIndexMetadata.getInstantTime());

Review Comment:
   This one was causing a test failure @xushiyan 



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