RussellSpitzer commented on issue #3951: URL: https://github.com/apache/iceberg/issues/3951#issuecomment-1018867083
We actually have a helper for getting the underlying table see https://github.com/apache/iceberg/blob/master/spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/Spark3Util.java#L644 But I believe we would probably recommend using the procedure api https://iceberg.apache.org/spark-procedures/#_top From spark. That said it would be great if we could have some better samples and such and a more complete docker image -- 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]
