nastra opened a new pull request, #11148: URL: https://github.com/apache/iceberg/pull/11148
This introduces an explicit JSON parser for `LoadTableResponse` as a preparation step for standardizing credentials as proposed in https://github.com/apache/iceberg/pull/10722. Currently, `LoadTableResponse` is relying on reflection to properly do JSON <--> `LoadTableResponse`. Having an explicit JSON parser has the advantage that the underlying `credentials` can be parsed in a way that gives us more flexiblity and allows to be fully forward/backward compatible when new credentials are being added. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org