alamb commented on PR #3483:
URL: 
https://github.com/apache/arrow-datafusion/pull/3483#issuecomment-1247921162

   The failure in the  `test` job 
https://github.com/apache/arrow-datafusion/actions/runs/3055080369/jobs/4927734152
  appears to be real:
   
   ```
   failures:
   
   ---- sql::expr::csv_query_nullif_divide_by_0 stdout ----
   thread 'sql::expr::csv_query_nullif_divide_by_0' panicked at 'attempt to 
subtract with overflow', 
C:\Users\runneradmin\.cargo\git\checkouts\arrow-rs-3b86e19e889d5acc\5146663\arrow\src\compute\kernels\arity.rs:198:18
   ```
   
   Looks related to some changes to the arity kernels  -- specifically the code 
that is panic'ing seems to have been changed in 
https://github.com/apache/arrow-rs/pull/2666 by @tustvold .  I am not sure if 
DataFusion is passing bad input or if there is some corner case in arrow that 
is hit.
   
   I plan to look into it later today if no one else beat me to it. 


-- 
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...@arrow.apache.org

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

Reply via email to