ajantha-bhat commented on code in PR #11673: URL: https://github.com/apache/iceberg/pull/11673#discussion_r1876285651
########## kafka-connect/kafka-connect-runtime/docker/docker-compose.yml: ########## @@ -50,6 +50,7 @@ services: environment: - AWS_REGION=us-east-1 - CATALOG_WAREHOUSE=s3://bucket/warehouse/ + - CATALOG_URI=jdbc:sqlite:file:/tmp/iceberg_rest_mode=memory Review Comment: Maybe the testcase is written such a way that, tables needs to be persisted. Hence, it is passing with file based URI and failing with default URI. Might have to refactor testcase. But locally I am not able to run these tests on MAC. So, using the workaround. -- 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