vamsikarnika commented on PR #19904: URL: https://github.com/apache/hudi/pull/19904#issuecomment-5815552146
Good catch — `testGetDefaultSpillableMapBasePath` had no guard against an inherited `SPARK_LOCAL_DIRS`. Fixed in 4c26f2d237c0 by moving the save/clear/restore of `CONTAINER_ID`/`LOCAL_DIRS`/`SPARK_LOCAL_DIRS` into class-wide `@BeforeEach`/`@AfterEach` on `TestFileIOUtils`, so every test (including this one) gets it instead of relying on ad-hoc per-test guards. -- 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]
