Skip to content

Commit

Permalink
更新 file_type.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhx authored Apr 7, 2023
1 parent 0bf639d commit 801aa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/datasource/file_format/file_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl FileCompressionType {
&self,
s: T,
) -> Result<Box<dyn Stream<Item = Result<Bytes>> + Send + Unpin>> {
// #[cfg(feature = "compression")]
#[cfg(feature = "compression")]
let err_converter = |e: std::io::Error| match e
.get_ref()
.and_then(|e| e.downcast_ref::<DataFusionError>())
Expand Down

0 comments on commit 801aa67

Please sign in to comment.