Support convert LogicalPlan JOIN with Using
constraint to SQL String
#10652
Labels
enhancement
New feature or request
Using
constraint to SQL String
#10652
Is your feature request related to a problem or challenge?
We only support to convert JOIN with
ON
constraint to SQL String now. The SQL as below can't be converted now.It will panic with the message:
Describe the solution you'd like
The unparse rule for
JOIN
indatafusion/sql/src/unparser/plan.rs
should be implemented.datafusion/datafusion/sql/src/unparser/plan.rs
Lines 277 to 285 in 8bedecc
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: