jaideeppyne commented on PR #10567: URL: https://github.com/apache/arrow-rs/pull/10567#issuecomment-5203483828
### Follow-up verification (evidence) Pushed a tightened revision: 1. Regenerated the `DECIMAL_F64_POWERS` table from `10_f64.powi` and verified **all 77** entries bit-identical (`bad=0 total=77`). 2. Strengthened the unit test to compare **`.to_bits()`** across `±Decimal256Type::MAX_SCALE`. 3. Extended the same helper to the remaining production `10_f64.powi(scale)` call site in `parquet-variant-compute`. 4. Confirmed `arrow-arith` / `parse.rs` do not use decimal-scale `f64::powi` (they use integer powers). Local: cast tests 326 passed, clippy -D warnings clean, fmt clean, `parquet-variant-compute` checks clean. -- 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]
