mxm commented on issue #15225: URL: https://github.com/apache/iceberg/issues/15225#issuecomment-3841111290
`ReadableConfig` isn't Serializable, but the only implementation used throughout the code is: `Configuration`. Unfortunately, the sink builder method also uses ReadableConfig. I have no idea why we are not using `Configuration` directly, but I suppose we can always use `ReadableConfig#toMap()` for conversion. -- 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]
