Skip to content

Commit b1990af

Browse files
committed
backport fix for now-removed voltron buckets
1 parent e950e9b commit b1990af

File tree

4 files changed

+413
-4
lines changed

4 files changed

+413
-4
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ source:
1414
patches:
1515
# partial backport of https://github.com/apache/arrow/pull/47616
1616
- patches/0001-Update-test-due-to-getrefcount-changes.patch
17+
# backport https://github.com/apache/arrow/pull/48261
18+
- patches/0002-GH-48260-C-Python-R-Move-S3-bucket-references-to-new.patch
1719
# avoid setting TZDIR (incorrectly) for orc, which already handles cf's tzdata natively
18-
- patches/0002-don-t-set-TZDIR-for-tests-orc-finds-tzdata-in-conda-.patch
20+
- patches/0003-don-t-set-TZDIR-for-tests-orc-finds-tzdata-in-conda-.patch
1921

2022
# testing-submodules not part of release tarball
2123
- git_url: https://github.com/apache/arrow-testing.git

recipe/patches/0001-Update-test-due-to-getrefcount-changes.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 997e80bb6ede0575a1c3a12fd6e4806e021907df Mon Sep 17 00:00:00 2001
22
From: AlenkaF <frim.alenka@gmail.com>
33
Date: Tue, 23 Sep 2025 10:09:10 +0200
4-
Subject: [PATCH 1/2] Update test due to getrefcount changes
4+
Subject: [PATCH 1/3] Update test due to getrefcount changes
55

66
---
77
python/pyarrow/tests/test_array.py | 6 ++++--

0 commit comments

Comments
 (0)