cloud-fan commented on PR #53784: URL: https://github.com/apache/spark/pull/53784#issuecomment-3790049785
The problem is that timezone and locale settings were moved from class body (constructor time) to beforeAll() (test execution time). Looking at `RowJsonSuite`, tests are registered during class construction, and we must set timezone before it. (Generated by: cursor with opus-4.5) I'll create a followup PR soon. -- 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]
