DarthData410 commented on PR #7472: URL: https://github.com/apache/iceberg/pull/7472#issuecomment-1528775742
@Fokko I don't understand what trailing white space is failing on this PR now as well. - hook id: trailing-whitespace - exit code: 1 - files were modified by this hook Fixing python/pyiceberg/io/pyarrow.py I had to research the proper formatting for the final fix in pyarrow.py, specifically at lines 318/319. This was failing based on the format of those comment lines. However having been updated, it seems this is also causing trailing white spaces... I will gladly fix this, I just don't see in the failed lint test exactly where the trailing white space line in. -- 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]
