lumos07 opened a new pull request, #2385: URL: https://github.com/apache/systemds/pull/2385
### What changed Fixes execution type propagation in `Hop.constructAndSetReblockLopIfRequired` to ensure CSV reblock is correctly constructed and executed under Out-Of-Core (OOC) mode. ### Why Previously, CSV reblock could be skipped or assigned an incorrect execution type when running with `-ooc`, leading to runtime `NotImplementedException` during CSV reads. ### How it was tested - Ran CSV read + aggregation under `-ooc` mode - Verified `ooc_csvrblk` appears in heavy hitter statistics - Confirmed successful execution without runtime errors -- 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]
