-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
ParquetObjectReader::with_runtime
(#6612)
* Add ParquetObjectReader::with_runtime (#6248) * Add test for ParquetObjectReader::with_runtime and fix clippy complaints * Switch ParquetObjectReader runtime tests to not depend on tokio_unstable anymore * Add doc-comment for test_runtime_thread_id_different Co-authored-by: Andrew Lamb <[email protected]> * - Add comment about why we don't use spawn for metadata - Remove outdated comment about target_has_atomic - Add test to verify reader fails when spawned on a shutdown runtime * Avoid use of Infallable and From conversion --------- Co-authored-by: Raphael Taylor-Davies <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
- Loading branch information
1 parent
6859c87
commit 22bc772
Showing
5 changed files
with
162 additions
and
32 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
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