Reranko05 commented on issue #41605: URL: https://github.com/apache/arrow/issues/41605#issuecomment-4320097768
I did a bit of investigation here and was able to reproduce the failure on WSL/Linux as well, so it doesn’t appear macOS-specific. The failing case still seems tied to the `2018-03-11 09:00 UTC` + `America/Los_Angeles` input near the DST transition boundary. Following the direction mentioned above about making the test more stable, I tried replacing that boundary-case timestamp with a non-boundary instant (`2018-03-11 12:00 UTC`) and updated the expected output accordingly (`05:00 PDT`). With only that change, `TestFromUtcTimestamp` passed consistently. That seems to support the hypothesis that the instability is in the boundary-sensitive test data rather than general projector behavior. I wanted to share the result before exploring a PR or broader fix. -- 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]
