mustafasrepo commented on code in PR #9414:
URL: https://github.com/apache/arrow-datafusion/pull/9414#discussion_r1508868574
##########
datafusion/sqllogictest/bin/sqllogictests.rs:
##########
@@ -88,8 +90,7 @@ async fn run_tests() -> Result<()> {
// modifying shared state like `/tmp/`)
let errors: Vec<_> = futures::stream::iter(read_test_files(&options)?)
.map(|test_file| {
- #[allow(clippy::disallowed_methods)] // spawn allowed only in tests
- tokio::task::spawn(async move {
+ SpawnedTask::spawn(async move {
Review Comment:
Now this struct is visible here
--
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]