bobbai00 opened a new issue, #3760: URL: https://github.com/apache/texera/issues/3760
## Problem The R arrow package is not pinned to a specific version in the computing-unit-master Dockerfile. This causes the latest version (21.0.0) to be installed, which is incompatible with the R operators in Texera. ## Impact R operators do not work correctly when arrow version 21.0.0 is installed, causing runtime failures in workflows that use R-based operations. ## Solution Pin the R arrow package to version 14.0.2.1, which is known to be compatible with Texera's R operators. ## Technical Details - Current behavior: Arrow package installs latest version (21.0.0) - Expected behavior: Arrow package should be pinned to version 14.0.2.1 - File affected: -- 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]
