comphead opened a new issue, #5238:
URL: https://github.com/apache/datafusion-comet/issues/5238

   Comet need to support deterministic expressions in explode to match Spark
   
   ```
   java.lang.RuntimeException: Error executing SQL 'SELECT id, 
explode(array(rand(0))) FROM test_explode_int WHERE id = 1' nondeterministic 
expressions are only allowed in Project, Filter, Aggregate or Window, found:
     explode(array(rand(0))),col
     in operator Generate explode(array(rand(0))), false, [col#93426].; line 1 
pos 0;
   ```
   However the test passed in pure Spark
   
   _Originally posted by @comphead in 
https://github.com/apache/datafusion-comet/issues/5192#issuecomment-5171362231_
               


-- 
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