openinx opened a new pull request #3687: URL: https://github.com/apache/iceberg/pull/3687
This PR addressed all the commented issues from the original one: https://github.com/apache/iceberg/pull/3596 I've tested the integration tests successfully in my local: ```bash export ALIYUN_TEST_ACCESS_KEY_ID=****** export ALIYUN_TEST_ACCESS_KEY_SECRET=****** export ALIYUN_TEST_OSS_TEST_RULE_CLASS=org.apache.iceberg.aliyun.oss.OSSIntegrationTestRule export ALIYUN_TEST_OSS_WAREHOUSE=oss://iceberg-test/ververica-iceberg-integration-tests/ export ALIYUN_TEST_OSS_ENDPOINT=oss-cn-hangzhou.aliyuncs.com ➜ apache-iceberg git:(aliyun-it-rule) ./gradlew iceberg-aliyun:build -x javadoc -Pquick=true BUILD SUCCESSFUL in 53s 19 actionable tasks: 4 executed, 15 up-to-date ``` -- 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]
