dramaticlly commented on code in PR #5066: URL: https://github.com/apache/iceberg/pull/5066#discussion_r900372196
########## python/tests/io/test_pyarrow.py: ########## @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# pylint: disable=W0212,W0613 Review Comment: Nit: curious on how pylint update its code to warning mapping, from understanding perspective, it's easier to read `disable=protected-access` per https://pylint.pycqa.org/en/latest/user_guide/messages/warning/protected-access.html?highlight=W0212 -- 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]
