alamb commented on issue #15088: URL: https://github.com/apache/datafusion/issues/15088#issuecomment-2748835236
@wiedld and I had a brief chat about this ticket, and it seems like the way to get a MemTable to run with multiple partitions (and then potentially sort with multiple threads) is to implement `DataSource::repartitioned` [`MemorySouceConfig`](https://docs.rs/datafusion/latest/datafusion/datasource/memory/struct.MemorySourceConfig.html) It appears to not be currently implemented - https://docs.rs/datafusion-datasource/46.0.1/src/datafusion_datasource/source.rs.html#64 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
