difin commented on code in PR #6094: URL: https://github.com/apache/hive/pull/6094#discussion_r2371923273
########## itests/qtest-iceberg/src/test/resources/gravitino-h2-test-template.conf: ########## @@ -0,0 +1,14 @@ +gravitino.iceberg-rest.httpPort = 9001 + +# --- Iceberg REST Catalog Backend (set to JDBC) --- +gravitino.iceberg-rest.catalog-backend = jdbc Review Comment: I tried that initially and with memory mode it didn't work - as if commit after insert didn't happen, the inserted records were missing on select, switching the backend mode to h2/jdbc inside gravitino solved that. -- 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]
