Skip to content

Commit b53fefc

Browse files
committed
backport patch for azure exception handling
1 parent caeb668 commit b53fefc

5 files changed

+420
-3
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ source:
2424
- patches/0002-skip-NonExistentBucket-test-on-osx.patch
2525
# backport https://github.com/apache/arrow/pull/48261
2626
- patches/0003-GH-48260-C-Python-R-Move-S3-bucket-references-to-new.patch
27+
# backport https://github.com/apache/arrow/pull/48895
28+
- patches/0004-GH-48894-Python-C-Use-base-Azure-Core-RequestFailedE.patch
2729

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

recipe/patches/0001-disable-gcsfs_test.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From c5d8f11d43881c3886c6dcecc33a9fe99347fc1d Mon Sep 17 00:00:00 2001
22
From: "H. Vetinari" <h.vetinari@gmx.com>
33
Date: Sat, 2 Nov 2024 15:41:34 +1100
4-
Subject: [PATCH 1/3] disable gcsfs_test
4+
Subject: [PATCH 1/4] disable gcsfs_test
55

66
it cannot work unless we package https://github.com/googleapis/storage-testbench,
77
which however has extremely tight dependencies on protobuf etc., making it very

recipe/patches/0002-skip-NonExistentBucket-test-on-osx.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 98b3b3060bd76a8e399edbb8f6b434c346506c95 Mon Sep 17 00:00:00 2001
22
From: "H. Vetinari" <h.vetinari@gmx.com>
33
Date: Sun, 24 Nov 2024 20:22:35 +1100
4-
Subject: [PATCH 2/3] skip NonExistentBucket test on osx
4+
Subject: [PATCH 2/4] skip NonExistentBucket test on osx
55

66
---
77
cpp/src/arrow/filesystem/s3fs_test.cc | 4 ++++

recipe/patches/0003-GH-48260-C-Python-R-Move-S3-bucket-references-to-new.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 1f65acf586fa70fe77bf3b367c1dea613711c07c Mon Sep 17 00:00:00 2001
22
From: Nic Crane <thisisnic@gmail.com>
33
Date: Fri, 28 Nov 2025 10:00:28 +0000
4-
Subject: [PATCH 3/3] GH-48260: [C++][Python][R] Move S3 bucket references to
4+
Subject: [PATCH 3/4] GH-48260: [C++][Python][R] Move S3 bucket references to
55
new bucket as Voltron Data ones will be removed soon (#48261)
66
MIME-Version: 1.0
77
Content-Type: text/plain; charset=UTF-8

0 commit comments

Comments
 (0)