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

   There are some places in Datafusion doing assertions which leads the 
application to crash. Its better to replace assertions with error wherever 
possible 
   
   Example: `assert_eq!` here to keep it consistent with other implementations 
of `GroupsAccumulator`. Eg. see here among others:
   
https://github.com/apache/datafusion/blob/main/datafusion/physical-expr/src/aggregate/groups_accumulator/prim_op.rs?plain=1#L93
   
   
   _Originally posted by @lkt in 
https://github.com/apache/datafusion/pull/10149#discussion_r1579262396_
               


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