tustvold commented on issue #3740:
URL: https://github.com/apache/arrow-rs/issues/3740#issuecomment-1443155815

   > What do you think about this feature?
   
   Store specific functionality, let alone operating specific functionality, 
doesn't seem like a great fit for the object store crate. Python fsspec which 
is more filesystem focused doesn't support them either.
   
   I'm not familiar with your use-case, but trying to shoehorn streaming 
through OS-specific filesystem APIs seems a little odd to me. Is there a reason 
you opted for such an approach over a custom operator? This would also allow 
generalising to streaming brokers like Kafka, Kinesis, etc... and potentially 
using things like unix domain sockets which have better async stories?


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