Support unparsing implicit lateral UNNEST
plan to SQL text
#13793
Labels
enhancement
New feature or request
UNNEST
plan to SQL text
#13793
Is your feature request related to a problem or challenge?
After #13695, we can plan the implicit lateral unnest plan now. However, the generated logical plan can't be unparsed back to the SQL text.
If we tried to unparse the plan:
We will get the unsupported error
Describe the solution you'd like
Implement the unparsing behavior in
Unparser::select_to_sql_recursively
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: