zhztheplayer commented on issue #10311:
URL:
https://github.com/apache/incubator-gluten/issues/10311#issuecomment-3167891044
> SELECT * FROM (
SELECT CURRENT_TIMESTAMP() as ts FROM range(0, 1000)
UNION
SELECT CURRENT_TIMESTAMP() as ts FROM range(0, 1000)
) t;
Just wanted to mention this is a very helpful example. I could reproduce the
issue with the SQL.
Actually it's unlikely related to the union - the same issue happened on my
end with
```
SELECT DISTINCT * FROM (
SELECT CURRENT_TIMESTAMP() as ts FROM range(0, 1000)
) t;
```
--
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]