-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHORE] Pass in file size and num rows to Rust query planner (#1282)
Currently, file metadata (size, numrows) is computed before constructing the query plan. Then it's passed into the Python query planner. This PR passes it into the Rust query planner too. Eventually, we will likely want to dynamically get metadata at query execution time; this PR is a feature parity stopgap only. Manually verified that source scan tasks are being emitted with memory requirements now. --------- Co-authored-by: Xiayue Charles Lin <charles@eventualcomputing.com>
- Loading branch information
1 parent
857162c
commit 3c49bb5
Showing
4 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters