rdblue commented on code in PR #17022:
URL: https://github.com/apache/iceberg/pull/17022#discussion_r3500893045
##########
core/src/main/java/org/apache/iceberg/MetricsConfig.java:
##########
@@ -309,19 +357,4 @@ private static MetricsMode parseMode(String modeString,
MetricsMode fallback, St
return fallback;
}
}
-
- public void validateReferencedColumns(Schema schema) {
Review Comment:
These were moved above the `private` and `static` methods. It was hard to
find them before.
--
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]