Skip to content

Commit 5ce1e3d

Browse files
srilmanIsaacWarren
authored andcommitted
Modify Patch for Arrow 17
1 parent 86e129b commit 5ce1e3d

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

recipe/patches/0004-Bodo-Changes.patch

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,3 @@
1-
diff --git a/cpp/CMakePresets.json b/cpp/CMakePresets.json
2-
index 13d1241990..cb64601b6f 100644
3-
--- a/cpp/CMakePresets.json
4-
+++ b/cpp/CMakePresets.json
5-
@@ -182,6 +182,21 @@
6-
"ARROW_ORC": "ON"
7-
}
8-
},
9-
+ {
10-
+ "name": "features-python-bodo",
11-
+ "inherits": [
12-
+ "features-filesystems",
13-
+ "features-flight-sql",
14-
+ "features-gandiva",
15-
+ "features-main",
16-
+ "features-python-minimal"
17-
+ ],
18-
+ "hidden": true,
19-
+ "cacheVariables": {
20-
+ "ARROW_ORC": "ON",
21-
+ "PARQUET_REQUIRE_ENCRYPTION": "ON"
22-
+ }
23-
+ },
24-
{
25-
"name": "features-python-maximal",
26-
"inherits": [
27-
@@ -430,6 +445,15 @@
28-
"displayName": "Release build for PyArrow with common features (for backward compatibility)",
29-
"cacheVariables": {}
30-
},
31-
+ {
32-
+ "name": "ninja-release-python-bodo",
33-
+ "inherits": [
34-
+ "base-release",
35-
+ "features-python-bodo"
36-
+ ],
37-
+ "displayName": "Release build for PyArrow with everything required for Bodo",
38-
+ "cacheVariables": {}
39-
+ },
40-
{
41-
"name": "ninja-release-python-maximal",
42-
"inherits": [
43-
@@ -491,4 +515,4 @@
44-
}
45-
}
46-
]
47-
-}
48-
\ No newline at end of file
49-
+}
501
diff --git a/cpp/src/arrow/dataset/file_parquet.cc b/cpp/src/arrow/dataset/file_parquet.cc
512
index c17ba89be7..15bde86ba4 100644
523
--- a/cpp/src/arrow/dataset/file_parquet.cc

0 commit comments

Comments
 (0)