You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/11 17:19:38 UTC

[GitHub] [arrow] lidavidm commented on a change in pull request #7398: ARROW-8487: [FlightRPC] Provide a way to target a particular payload size

lidavidm commented on a change in pull request #7398:
URL: https://github.com/apache/arrow/pull/7398#discussion_r438945688



##########
File path: python/pyarrow/_flight.pyx
##########
@@ -177,6 +185,16 @@ cdef class FlightUnavailableError(FlightError, ArrowException):
         return MakeFlightError(CFlightStatusUnavailable, tobytes(str(self)),
                                self.extra_info)
 
+
+class FlightWriteSizeExceededError(OSError, ArrowException):

Review comment:
       Ah, I did this because it originates as IOError (which gets mapped to OSError in Python), but I've changed both to ArrowInvalid.




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

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