Skip to content

Commit ebd3c52

Browse files
committed
fix compile failure
1 parent aff4208 commit ebd3c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/core/src/datasource/listing

datafusion/core/src/datasource/listing/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ mod tests {
347347
let table =
348348
ListingTable::try_new(config.clone()).expect("Creating the table");
349349
let ordering_result =
350-
table.try_create_output_ordering(state.execution_props());
350+
table.try_create_output_ordering(state.execution_props(), &[]);
351351

352352
match (expected_result, ordering_result) {
353353
(Ok(expected), Ok(result)) => {

0 commit comments

Comments
 (0)