AlenkaF commented on code in PR #45818:
URL: https://github.com/apache/arrow/pull/45818#discussion_r2020199333


##########
python/pyarrow/scalar.pxi:
##########
@@ -846,6 +879,9 @@ cdef class BinaryScalar(Scalar):
         """
         buffer = self.as_buffer()
         return None if buffer is None else buffer.to_pybytes()
+    

Review Comment:
   ```suggestion
   
   ```
   I think the linter is failing due to empty spaces here.



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to