alexr17 commented on issue #10311:
URL: 
https://github.com/apache/incubator-gluten/issues/10311#issuecomment-3166528400

   @FelixYBW I need to re-build with debug, currently it's stuck doing some mem 
operations it appears in HashTable.cc
   I reproduced with this query:
   ```
   SELECT * FROM (
       SELECT CURRENT_TIMESTAMP() as ts FROM range(0, 1000)
       UNION
       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]

Reply via email to