TjuAachen commented on code in PR #8401:
URL: https://github.com/apache/iceberg/pull/8401#discussion_r1307576577


##########
python/tests/conftest.py:
##########
@@ -1484,21 +1484,21 @@ def fixture_aws_credentials() -> Generator[None, None, 
None]:
 
 @pytest.fixture(name="_s3")
 def fixture_s3(_aws_credentials: None) -> Generator[boto3.client, None, None]:
-    """Mocked S3 client."""
+    """Yield a mocked S3 client."""
     with mock_s3():
         yield boto3.client("s3", region_name="us-east-1")
 
 
 @pytest.fixture(name="_glue")
 def fixture_glue(_aws_credentials: None) -> Generator[boto3.client, None, 
None]:
-    """Mocked glue client."""
+    """Yiled a mocked glue client."""

Review Comment:
   Good catch! Thanks for your review.



-- 
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]

Reply via email to