rdblue commented on a change in pull request #2678:
URL: https://github.com/apache/iceberg/pull/2678#discussion_r656512426
##########
File path: core/src/main/java/org/apache/iceberg/util/SerializationUtil.java
##########
@@ -43,6 +45,16 @@ private SerializationUtil() {
}
}
+ public static byte[] serializeToBytesWithHadoopConfig(Object obj) {
Review comment:
I see what you mean. In that case, maybe it would make more sense to
allow passing the `serializeConfWith` function into `serializeToBytes` as an
option? If you don't pass it, then we could use the current
`SerializableConfiguration` as the default.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]