Skip to content

Commit

Permalink
chore(infer_func_for_file): remove dead code (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyscaled authored Feb 21, 2024
1 parent ef464f1 commit 770f4e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/datafusion_ext/src/planner/relation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@ fn infer_func_for_file(path: &str) -> Result<OwnedTableReference> {
schema: "public".into(),
table: "read_bson".into(),
},
"xlsx" => OwnedTableReference::Partial {
schema: "public".into(),
table: "read_excel".into(),
},
ext => {
if let Ok(compression_type) = ext.parse::<FileCompressionType>() {
let ext = compression_type.get_ext();
Expand Down

0 comments on commit 770f4e4

Please sign in to comment.