Skip to content

Commit

Permalink
Add derive for Clone and Debug for ParquetObjectReader (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
kszlim committed Dec 21, 2022
1 parent e89b043 commit 0e4ddbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parquet/src/arrow/async_reader/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use crate::errors::{ParquetError, Result};
use crate::file::metadata::ParquetMetaData;

/// Implements [`AsyncFileReader`] for a parquet file in object storage
#[derive(Clone, Debug)]
pub struct ParquetObjectReader {
store: Arc<dyn ObjectStore>,
meta: ObjectMeta,
Expand Down

0 comments on commit 0e4ddbf

Please sign in to comment.