Skip to content

Commit 9bde5c8

Browse files
fix duplicate ListingTableUrl methods
1 parent 5f9bedf commit 9bde5c8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • datafusion/datasource/src

datafusion/datasource/src/url.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,6 @@ impl ListingTableUrl {
358358
&self.table_ref
359359
}
360360

361-
pub fn with_table_ref(mut self, table_ref: TableReference) -> Self {
362-
self.table_ref = Some(table_ref);
363-
self
364-
}
365-
366-
pub fn get_table_ref(&self) -> &Option<TableReference> {
367-
&self.table_ref
368-
}
369361
}
370362

371363
/// Lists files with cache support, using prefix-aware lookups.

0 commit comments

Comments
 (0)