-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(rust): Remove
NotifyReceiver
from new-streaming parquet so…
…urce (#18540)
- Loading branch information
1 parent
b1f15c3
commit af8738c
Showing
3 changed files
with
108 additions
and
181 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
pub mod in_memory_linearize; | ||
pub mod late_materialized_df; | ||
pub mod linearizer; | ||
pub mod notify_channel; | ||
pub mod task_handles_ext; |
Oops, something went wrong.