Skip to content

Commit a0d19fc

Browse files
committed
fix
1 parent 7feb985 commit a0d19fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/catalog/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub trait TableProvider: Debug + Sync + Send {
183183
filters,
184184
projection,
185185
limit,
186-
} = options;
186+
} = args;
187187
let filters = filters.unwrap_or_default();
188188
#[allow(deprecated)]
189189
let plan = self

0 commit comments

Comments
 (0)