You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "ajantha-bhat (via GitHub)" <gi...@apache.org> on 2023/01/30 15:25:22 UTC

[GitHub] [iceberg] ajantha-bhat commented on a diff in pull request #6703: Python: Fix warnings from PyLint

ajantha-bhat commented on code in PR #6703:
URL: https://github.com/apache/iceberg/pull/6703#discussion_r1090772461


##########
python/pyproject.toml:
##########
@@ -109,6 +109,10 @@ markers = [
     "s3: marks a test as requiring access to s3 compliant storage (use with --aws-access-key-id, --aws-secret-access-key, and --endpoint-url args)",
     "adlfs: marks a test as requiring access to adlfs compliant storage (use with --adlfs.account-name, --adlfs.account-key, and --adlfs.endpoint args)"
 ]
+# Turns an warning into an error

Review Comment:
   nit: 
   
   ```suggestion
   # Turns a warning into an error
   ```



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org