pvary commented on code in PR #16736:
URL: https://github.com/apache/iceberg/pull/16736#discussion_r3466576914
##########
core/src/main/java/org/apache/iceberg/hadoop/HadoopConfigurable.java:
##########
@@ -43,4 +42,23 @@ public interface HadoopConfigurable extends Configurable {
*/
void serializeConfWith(
Function<Configuration, SerializableSupplier<Configuration>>
confSerializer);
+
+ /**
+ * Set the configuration to be used by this object.
+ *
+ * @param conf configuration to be used
+ */
+ @Override
+ default void setConf(Configuration conf) {
+ throw new UnsupportedOperationException("setConf is not implemented");
Review Comment:
We need them, otherwise we need to cast when used
--
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]