ebyhr commented on code in PR #5444:
URL: https://github.com/apache/iceberg/pull/5444#discussion_r938637520


##########
api/src/main/java/org/apache/iceberg/ContentFile.java:
##########
@@ -57,6 +57,9 @@
   /** Returns the file size in bytes. */
   long fileSizeInBytes();
 
+  /** Returns the file modified time in milliseconds. */
+  long fileModifiedTime();

Review Comment:
   `lastModifiedTimeMillis` sounds good to me. Let me rename relevant variables 
and methods. Thanks for your suggestion. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to