yuqi1129 commented on code in PR #8333:
URL: https://github.com/apache/gravitino/pull/8333#discussion_r2315091734


##########
clients/client-python/tests/integration/test_gvfs_with_s3.py:
##########
@@ -264,16 +266,23 @@ def test_rmdir(self):
 
         fs.rm_file(rmdir_file)
 
+    # pylint: disable=W0212

Review Comment:
   > What does W0212 refer to? 
   
   This method access private method directly. Please see ` 
fs.operations._get_actual_filesystem(mkdir_dir, None)`. Method 
`_get_actual_filesystem` is a private method and should not be accessed 
outside; however, this is test code. 



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

Reply via email to