AlenkaF commented on PR #47461:
URL: https://github.com/apache/arrow/pull/47461#issuecomment-3291011546

   It also looks like the linter needs a change:
   
   ```python
   diff --git a/python/pyarrow/ipc.pxi b/python/pyarrow/ipc.pxi
   index c25b2dcab2..565fe3d8fe 100644
   --- a/python/pyarrow/ipc.pxi
   +++ b/python/pyarrow/ipc.pxi
   @@ -335,7 +335,7 @@ cdef class IpcWriteOptions(_Weakrefable):
    
        def __repr__(self):
            compression_repr = f"compression=\"{self.compression}\" " \
   -                if self.compression is not None else ""
   +            if self.compression is not None else ""
    
            metadata_version = MetadataVersion(self.metadata_version).name
   ```


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