Hi there,
I'd like to expose an interface on the java side to access the executeStream method on Datasets, which would let results be streamed as RecordBatches without having to materialise all of the data in memory. Before doing so, I just have a couple of questions:
- Is this library still active? The last commit at the time of writing is from Sep 2022, so I'd like to make sure that any work we contribute would be reviewed/merged
- Is there any appetite for this change to be merged?
Thanks!
Hi there,
I'd like to expose an interface on the java side to access the executeStream method on Datasets, which would let results be streamed as RecordBatches without having to materialise all of the data in memory. Before doing so, I just have a couple of questions:
Thanks!