Skip to content

Commit 4e69fac

Browse files
committed
fix another
1 parent bdc341c commit 4e69fac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

datafusion-examples/examples/custom_file_format.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,8 @@ impl FileFormat for TSVFileFormat {
112112
&self,
113113
state: &dyn Session,
114114
conf: FileScanConfig,
115-
filters: Option<&Arc<dyn PhysicalExpr>>,
116115
) -> Result<Arc<dyn ExecutionPlan>> {
117-
self.csv_file_format
118-
.create_physical_plan(state, conf, filters)
119-
.await
116+
self.csv_file_format.create_physical_plan(state, conf).await
120117
}
121118

122119
async fn create_writer_physical_plan(

0 commit comments

Comments
 (0)