Skip to content

Commit 565119c

Browse files
authored
chore(deps): bump pyarrow from 21.0.0 to 23.0.1 in /amber [release/v1.2 backport] (#5870)
### What changes were proposed in this PR? Backport of #5800 to `release/v1.2`: bump pyarrow from 21.0.0 to 23.0.1 in /amber. Manual re-apply: the upstream PR sits on a main-only reorg that moved test deps into dev-requirements.txt, so requirements.txt context diverges. Bumped pyarrow in requirements.txt and the matching LICENSE-binary-python entry; pyarrow 21→23 adds no transitive packages. **Risk:** 🔴 **MAJOR** (21→23); core Arrow data path. ### Any related issues, documentation, discussions? Backports #5800 (merged to `main`). No `release/*` label is added — this PR *is* the backport, and a release label would trigger a backport-of-a-backport precheck. CI stacks auto-select from the file-based labels. ### How was this PR tested? Mirrors the change already merged and CI-validated on `main` (#5800); verified the backport diff equals the original bump and applies onto `release/v1.2`. Manual verification: Installed requirements and ran a workflow exchanging Arrow data between Python operators and to/from Iceberg. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8 [1M context])
1 parent f8e922c commit 565119c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

amber/LICENSE-binary-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Python packages:
223223
- overrides==7.4.0
224224
- packaging==26.2
225225
- propcache==0.5.2
226-
- pyarrow==21.0.0
226+
- pyarrow==23.0.1
227227
- pyiceberg==0.11.1
228228
- pympler==1.1
229229
- python-dateutil==2.8.2

amber/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pandas==2.2.3
2121
ruff==0.14.7
2222
iniconfig==1.1.1
2323
loguru==0.7.0
24-
pyarrow==21.0.0
24+
pyarrow==23.0.1
2525
pytest==7.4.0
2626
python-dateutil==2.8.2
2727
pytest-timeout==2.2.0

0 commit comments

Comments
 (0)