kbendick commented on issue #4639: URL: https://github.com/apache/iceberg/issues/4639#issuecomment-1110549605
Seems @ajantha-bhat is helping, but reminder that you likely need to call `.refresh()` on the table (or use `REFRESH TABLE` syntax. The Spark writer will refresh a table automatically after a write, but if you’re mixing the Java API you likely need to call refresh yourself (or disable the caching catalog entirely). -- 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]
