taiyang-li commented on issue #8279:
URL:
https://github.com/apache/incubator-gluten/issues/8279#issuecomment-2552975239
``` sql
SELECT
toTypeName(concat([1])),
concat([1])
Query id: 901246dd-468c-450f-8ca2-b7c985d006da
┌─toTypeName(concat([1]))─┬─concat([1])─┐
1. │ String │ [1] │
└─────────────────────────┴─────────────┘
1 row in set. Elapsed: 0.002 sec.
```
--
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]