Spenserrrr opened a new pull request, #58952: URL: https://github.com/apache/spark/pull/58952
### What changes were proposed in this pull request? Add ARM-specific expected results for nonfinite float-to-timestamp and float-to-timedelta casts in the upstream `Series.astype` tests. ### Why are the changes needed? The scheduled Linux ARM and macOS jobs convert positive infinity to the maximum int64 temporal value, while the x86 goldens record `NaT`, causing both call-mode tests to fail. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The upstream suite passes locally, and replaying the recorded ARM/macOS failure cells passes with the overrides and fails without them; native ARM/macOS verification is pending. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: GPT-5 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
