rdblue commented on code in PR #6703: URL: https://github.com/apache/iceberg/pull/6703#discussion_r1092402367
########## python/tests/catalog/test_glue.py: ########## @@ -67,7 +67,18 @@ def get_random_databases(n: int) -> Set[str]: @pytest.fixture(name="_bucket_initialize") def fixture_s3_bucket(_s3) -> None: # type: ignore - _s3.create_bucket(Bucket=BUCKET_NAME) + bucket = _s3.create_bucket(Bucket=BUCKET_NAME) + yield bucket Review Comment: Does this change the return type? -- 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