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

   ### What is the problem the feature request solves?
   
   In `hash_array_small_decimal `, we have some unwraps that can panic, such as:
   
   ```rust
   *hash = $hash_method(i64::try_from(array.value(i)).unwrap().to_le_bytes(), 
*hash);
   ```
   
   ### Describe the potential solution
   
   Let's return `Err` instead of panicking.
   
   ### Additional context
   
   _No response_


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