You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…1461)
# Description
Fixes the base implementation so that is doesn't materialize the entire
result in one record batch. It will still require materializing the full
input for each partition in memory. This is mostly a problem for
unpartitioned table, since that means materializing the entire table in
memory.
Adds a new datafusion-based implementation enabled by the `datafusion`
feature. In theory, this should support spilling to disk.
# Related Issue(s)
For example:
- closes#1459
- closes#1460
# Documentation
<!---
Share links to useful documentation
--->
No description provided.
The text was updated successfully, but these errors were encountered: