Skip to content

Commit

Permalink
no idea how this happened
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Mar 1, 2025
1 parent 022d100 commit 31c14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/src/logical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ impl AsLogicalPlan for LogicalPlanNode {
FileFormatType::Avro(..) => {
#[cfg(feature = "avro")]
{
Arc::new(AvroFormat)
Arc::new(AvroFormat)
}
#[cfg(not(feature = "avro"))]
panic!("Unable to process avro file since `avro` feature is not enabled");
Expand Down

0 comments on commit 31c14a0

Please sign in to comment.