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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to