We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff4208 commit ebd3c52Copy full SHA for ebd3c52
1 file changed
datafusion/core/src/datasource/listing/table.rs
@@ -347,7 +347,7 @@ mod tests {
347
let table =
348
ListingTable::try_new(config.clone()).expect("Creating the table");
349
let ordering_result =
350
- table.try_create_output_ordering(state.execution_props());
+ table.try_create_output_ordering(state.execution_props(), &[]);
351
352
match (expected_result, ordering_result) {
353
(Ok(expected), Ok(result)) => {
0 commit comments