Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

test #48

Closed
wants to merge 1 commit into from
Closed

test #48

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/shuffle/ray_shuffle/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ use datafusion::physical_plan::{
};
use futures::Stream;
use std::any::Any;
use std::collections::HashMap;
use std::fmt::Formatter;
use std::pin::Pin;
// use std::collections::HashMap;
// use std::fmt::Formatter;
// use std::pin::Pin;
use std::sync::{Arc, RwLock};
use std::task::{Context, Poll};

Expand Down