Skip to content

Commit 6361873

Browse files
committed
rebase patches
1 parent 7898c13 commit 6361873

File tree

4 files changed

+7
-34
lines changed

4 files changed

+7
-34
lines changed

recipe/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ source:
2222
# upstream problems on with s3 tests on osx, see
2323
# https://github.com/apache/arrow/issues/35587
2424
- patches/0002-skip-NonExistentBucket-test-on-osx.patch
25-
# backport https://github.com/apache/arrow/pull/45859
26-
- patches/0003-MINOR-C-Fix-OTel-1.19-compat-after-silent-breaking-c.patch
2725

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

recipe/patches/0001-disable-gcsfs_test.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 7eeeb3020a6598d5b3ee544517846eab878c4d98 Mon Sep 17 00:00:00 2001
1+
From 30fba4c46fe8073c9b2fead7e0a46a60a6d80324 Mon Sep 17 00:00:00 2001
22
From: "H. Vetinari" <[email protected]>
33
Date: Sat, 2 Nov 2024 15:41:34 +1100
4-
Subject: [PATCH 1/3] disable gcsfs_test
4+
Subject: [PATCH 1/2] 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
@@ -11,7 +11,7 @@ hard to fit this into our migration patterns
1111
1 file changed, 8 deletions(-)
1212

1313
diff --git a/cpp/src/arrow/filesystem/CMakeLists.txt b/cpp/src/arrow/filesystem/CMakeLists.txt
14-
index 7afdf566f2..b22a48a0c9 100644
14+
index 5250ed2a88..ba053bd501 100644
1515
--- a/cpp/src/arrow/filesystem/CMakeLists.txt
1616
+++ b/cpp/src/arrow/filesystem/CMakeLists.txt
1717
@@ -42,14 +42,6 @@ if(ARROW_BUILD_BENCHMARKS)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
From deb8b771607671511ce0e2a2586502e0de3bc5c5 Mon Sep 17 00:00:00 2001
1+
From da2bd6baff0e10b961684a9024e25f9b2d821a3c Mon Sep 17 00:00:00 2001
22
From: "H. Vetinari" <[email protected]>
33
Date: Sun, 24 Nov 2024 20:22:35 +1100
4-
Subject: [PATCH 2/3] skip NonExistentBucket test on osx
4+
Subject: [PATCH 2/2] skip NonExistentBucket test on osx
55

66
---
77
cpp/src/arrow/filesystem/s3fs_test.cc | 4 ++++
88
1 file changed, 4 insertions(+)
99

1010
diff --git a/cpp/src/arrow/filesystem/s3fs_test.cc b/cpp/src/arrow/filesystem/s3fs_test.cc
11-
index 370f3b2685..45ed73d420 100644
11+
index f0a5d0e2e4..b5578b4f74 100644
1212
--- a/cpp/src/arrow/filesystem/s3fs_test.cc
1313
+++ b/cpp/src/arrow/filesystem/s3fs_test.cc
14-
@@ -431,6 +431,10 @@ TEST_F(S3RegionResolutionTest, RestrictedBucket) {
14+
@@ -438,6 +438,10 @@ TEST_F(S3RegionResolutionTest, RestrictedBucket) {
1515
}
1616

1717
TEST_F(S3RegionResolutionTest, NonExistentBucket) {

recipe/patches/0003-MINOR-C-Fix-OTel-1.19-compat-after-silent-breaking-c.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)