shiavm006 opened a new issue, #942:
URL: https://github.com/apache/mahout/issues/942

   In `qdp-core`, the Arrow IPC reader (`arrow_ipc.rs`) can **panic** when 
computing `reserve` capacity for a `FixedSizeList<Float64>` column. If 
`current_size * batch.num_rows()` overflows `usize`, `checked_mul` returns 
`None` and `.expect()` triggers a panic instead of returning a `Result` error.
   
   **File:** `mahout/qdp/qdp-core/src/readers/arrow_ipc.rs`  
   **Lines:** 116–119
   
   
   


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

Reply via email to