Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <[email protected]>
  • Loading branch information
dmetasoul01 committed Sep 2, 2024
1 parent cfee087 commit 1b0fa9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/lakesoul-io/src/hdfs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ use bytes::Bytes;
use datafusion::error::Result;
use datafusion_common::DataFusionError;
use futures::stream::BoxStream;
// use futures::TryStreamExt;
use hdfs_sys::{hdfsGetLastExceptionRootCause, hdfsGetLastExceptionStackTrace};
use hdrs::{Client, ClientBuilder};
use object_store::path::Path;
use object_store::Error::Generic;
use object_store::{GetOptions, GetResult, ListResult, MultipartId, ObjectMeta, ObjectStore};
use parquet::data_type::AsBytes;
use std::error::Error;
use std::ffi::CStr;
use std::fmt::{Debug, Display, Formatter};
use std::io;
Expand All @@ -28,7 +26,6 @@ use std::ops::Range;
use std::sync::Arc;
use tokio::io::{AsyncWrite, AsyncWriteExt};
use tokio_util::compat::{FuturesAsyncReadCompatExt, FuturesAsyncWriteCompatExt};
// use tokio_util::io::ReaderStream;

pub struct Hdfs {
client: Arc<Client>,
Expand Down

0 comments on commit 1b0fa9f

Please sign in to comment.