kevinjqliu commented on issue #2120: URL: https://github.com/apache/iceberg-python/issues/2120#issuecomment-2994359501
> Caused by: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: iceberg_tables) thats interesting. And you're using `apache/iceberg-rest-fixture`. I wonder if there's a issue with the sql catalog implementation in java. `iceberg_tables` is the table in the sql database https://github.com/apache/iceberg/blob/444fb9518ce4437fd901d9d9442a415391ade295/core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java#L54 -- 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]
