kevinjqliu commented on code in PR #310: URL: https://github.com/apache/iceberg-go/pull/310#discussion_r1971884342
########## .github/workflows/go-integration.yml: ########## @@ -66,6 +66,7 @@ jobs: run: | go test -tags integration -v -run="^TestScanner" ./table go test -tags integration -v ./io + go test -tags integration -v -run="^TestRestIntegration$" ./catalog/rest Review Comment: oh yea that was just a note about depending on the `docker compose -f dev/docker-compose.yml` line above -- 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