frankliee opened a new pull request, #1985: URL: https://github.com/apache/iceberg-python/pull/1985
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change Decouple setup and exec in integration tests for better flexibility. For example, currently, `make test-integration` must be executed in a physical server because `docker xxx` cannot be executed within a container (docker in docker is out of scope of this PR). This allows to run `make test-integration-exec` within a container, after we have run `make test-integration-setup` on this server. # Are these changes tested? Existing tests. # Are there any user-facing changes? No. -- 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