zhaomin1423 commented on code in PR #5346:
URL: https://github.com/apache/iceberg/pull/5346#discussion_r936205856
##########
core/src/main/java/org/apache/iceberg/util/PropertyUtil.java:
##########
@@ -57,7 +57,7 @@ public static int propertyAsInt(Map<String, String>
properties,
}
public static long propertyAsLong(Map<String, String> properties,
- String property, long defaultValue) {
+ String property, Long defaultValue) {
Review Comment:
Thanks for your opinion,have updated.
--
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]