We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3a2ab commit 4e258ffCopy full SHA for 4e258ff
datafusion/sql/src/relation/mod.rs
@@ -66,7 +66,7 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
66
.get_table_function_source(&tbl_func_name, args)?;
67
let plan = LogicalPlanBuilder::scan(
68
TableReference::Bare {
69
- table: "tmp_table".into(),
+ table: format!("{tbl_func_name}()").into(),
70
},
71
provider,
72
None,
0 commit comments