File tree Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change 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
- + }
50
1
diff --git a/cpp/src/arrow/dataset/file_parquet.cc b/cpp/src/arrow/dataset/file_parquet.cc
51
2
index c17ba89be7..15bde86ba4 100644
52
3
--- a/cpp/src/arrow/dataset/file_parquet.cc
You can’t perform that action at this time.
0 commit comments