ianmcook commented on issue #40599:
URL: https://github.com/apache/arrow/issues/40599#issuecomment-2002044952

   A challenge with this approach is that the part boundaries must not occur in 
the data, as described here: 
https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2
   
   So to support all possible sequences of bytes that might occur in Arrow IPC 
stream data, the client would need to be able to dynamically choose a viable 
boundary sequence by checking that it is not contained in the IPC stream bytes 
to be sent in the request.
   
   On the other hand, maybe it's sufficient for the client to simply use a part 
boundary that is highly unlikely to occur in the IPC stream bytes.


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