Skip to content

Commit 8fce593

Browse files
westonpacelidavidm
authored andcommitted
ARROW-15850: [C++] Engine substrait headers missing from install
Closes #12569 from westonpace/feature/ARROW-15850--substrait-headers-missing Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent 9bd952c commit 8fce593

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

cpp/src/arrow/engine/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ add_arrow_test(substrait_test
7272
"arrow-engine"
7373
LABELS
7474
"arrow_engine")
75+
76+
add_subdirectory(substrait)

cpp/src/arrow/engine/api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919

2020
#pragma once
2121

22+
#include "arrow/engine/substrait/extension_set.h"
2223
#include "arrow/engine/substrait/extension_types.h"
2324
#include "arrow/engine/substrait/serde.h"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
arrow_install_all_headers("arrow/engine/substrait")

0 commit comments

Comments
 (0)