rdblue commented on pull request #2259: URL: https://github.com/apache/iceberg/pull/2259#issuecomment-783787014
@zhangjun0x01, is it possible to expose a method on the table loaded by the catalog to access the Iceberg table instead? That's what we do in Spark. `SparkTable` has a `table` method to access the underlying Iceberg table. It isn't very exposed because you have to cast the Spark `Table` interface to Iceberg's `SparkTable` to use it. I'd prefer a solution like that to adding a new public method to a public API. ---------------------------------------------------------------- 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]
