geruh commented on issue #9604: URL: https://github.com/apache/iceberg/issues/9604#issuecomment-1939743479
Synced with @nastra through Slack. This is unexpected behavior, the `RESTCatalog` used to be backed by the `JdbcCatalog` where the ResolvingFileIO knew how to handle this Catalog. However, according to this [pull-request](https://github.com/apache/iceberg/pull/9014) the `JdbcCatalog` didn't have view support, therefore it was swapped out with the `InMemoryCatalog`. We have at least two potential courses for moving forward, either we wait for the view support efforts in the `JdbcCatalog` in this [pull-request](https://github.com/apache/iceberg/pull/9487) and revert the changes. Or we fix this behavior in the `RESTCatalogTests` which is suggested by @nastra. cc: @jackye1995 @amogh-jahagirdar -- 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