vinitamaloo-asu commented on issue #8277: URL: https://github.com/apache/iceberg/issues/8277#issuecomment-1741630182
I was finally able to resolve this issue with the in-memory catalog implementation. Derby didn't work with iceberg so I thought of using the file system as the database based on the suggestion [here](https://github.com/apache/iceberg/issues/7847). And to that, I had to use a Hadoop catalog(hadoop as the metastore) instead of derby. And I also updated the test case to use HadoopCatalog instead of HiveCatalog to create tables which finally worked. -- 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]
