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

   A challenge with this approach is that the part delimiter must not occur in 
the data, as described here: 
https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html
   
   So to support all possible sequences of bytes that might occur in Arrow IPC 
stream data, the server would need to be able to dynamically choose a viable 
delimiter sequence by checking that it is not contained in the IPC stream bytes 
to be sent in the response.
   
   On the other hand, maybe it's sufficient for the server to simply use a part 
delimiter 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