taiyang-li commented on issue #8279:
URL:
https://github.com/apache/incubator-gluten/issues/8279#issuecomment-2552974205
```
0: jdbc:hive2://localhost:10000/> select typeof(concat(array('a')));
+---------------------------+
| typeof(concat(array(a))) |
+---------------------------+
| array<string> |
+---------------------------+
1 row selected (0.08 seconds)
0: jdbc:hive2://localhost:10000/> select concat(array('a'));
+-------------------+
| concat(array(a)) |
+-------------------+
| ["a"] |
+-------------------+
1 row selected (0.072 seconds)
```
--
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]