manisin opened a new pull request, #7004: URL: https://github.com/apache/iceberg/pull/7004
This PR adds integration tests to the Snowflake catalog. The initial set of tests covers only the namespace related scenarios like listing, loading, handling special characters etc. The current set of integration tests covers features that are not iceberg specific so they are available outside of the private preview scope. The test suite would need following environment variables to be set: SNOW_URI: [Required] JDBC driver URI, e.g. jdbc:snowflake://https://account.snowflakecomputing.com/ SNOW_TEST_DB_NAME: [Required] Test database to create, e.g. Test_db SNOW_USER: [Optional] JDBC user, could be specified as part of uri as well, e.g. admin SNOW_PASSWORD: [Optional] JDBC password, could be specified as part of uri as well, e.g. password -- 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]
