aokolnychyi edited a comment on pull request #2403: URL: https://github.com/apache/iceberg/pull/2403#issuecomment-812807604
Since I redesigned the original approach, we may consider making serialized table classes non-public and offering a factory or a util class to build them instead. We will need to construct serialized tables manually for Kryo. ``` SerializedTables.newSerializedTable(table) SerializedTables.createSerializedTable(table) SerializedTables.forTable(table) ``` I don't want to call it a util as it has to be in `org.apache.iceberg` package. -- 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]
