jonahgao commented on issue #9349:
URL:
https://github.com/apache/arrow-datafusion/issues/9349#issuecomment-1965509179
> Note that this fails (as expected right now) though I'm not certain if
it's related to this issue or just something else :
>
> ```
> query error DataFusion error: This feature is not implemented: Unsupported
ast node UNNEST \{ alias: Some\(TableAlias \{ name: Ident \{ value:
"unnested_col_1", quote_style: Some\('\\''\) \}, columns: \[\] \}\),
array_exprs: \[Identifier\(Ident \{ value: "column1", quote_style: None \}\)\],
with_offset: false, with_offset_alias: None \} in create_relation
> SELECT column3, unnested_col_1 FROM unnest_table, unnest(column1) AS
'unnested_col_1';
> ```
This one is related to issue #9324. I am working on supporting it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]