The GitHub Actions job "pip in /core/amber for scikit-learn - Update 
#1114034677" on texera.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
75c69ed0154f63df5dd3b2680014eaa918878cfe / Jiadong Bai 
<[email protected]>
fix: pin R arrow package to version 14.0.2.1 in computing-unit-master (#3761)

## Summary
This PR pins the R arrow package to version 14.0.2.1 in the
computing-unit-master Dockerfile to ensure compatibility with R
operators.

## Problem
The R arrow package was not pinned to a specific version, causing the
latest version (21.0.0) to be installed. This version is incompatible
with Texera's R operators, causing them to fail at runtime.

## Solution
- In the dockerfile, Pin `arrow` package to version 14.0.2.1 using
`remotes::install_version()`
- Add `upgrade='never'` parameter to prevent automatic upgrades

Fixes #3760

Co-authored-by: Claude <[email protected]>
Co-authored-by: Xinyuan Lin <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/18146668591

With regards,
GitHub Actions via GitBox

Reply via email to