devinjdangelo commented on issue #7744:
URL: 
https://github.com/apache/arrow-datafusion/issues/7744#issuecomment-1756559764

   > Perhaps filesink could consume a `Stream<Item = RecordBatchStream>`. I.e. 
unlike `Vec<RecordBatchStream>` we don't know a fixed number of partitions up 
front, but rather consume some unknown number of streams as they are created.
   
   @alamb I went with receivers of receivers rather than streams of streams, 
but this approach is implemented here: #7791. So far, I am not trying to do 
hive style partitioning, but this PR I think sets it up to be much easier.


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