edmondop commented on issue #10102:
URL: https://github.com/apache/datafusion/issues/10102#issuecomment-2076070730
```
> select struct(column1, column2) from abc;
+---------------------------------+
| struct(abc.column1,abc.column2) |
+---------------------------------+
| {c0: 1, c1: 2} |
| {c0: 4, c1: 5} |
+---------------------------------+
2 row(s) fetched.
Elapsed 0.004 seconds.
```
that works, but isn't this unrelated to this change? I suppose it was
working before too...
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]