Skip to content

Commit 9694782

Browse files
author
Rafał Hibner
committed
Add missing declaration
1 parent a4d50fd commit 9694782

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/src/arrow/acero/exec_plan_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ void RegisterSinkNode(ExecFactoryRegistry*);
3333
void RegisterHashJoinNode(ExecFactoryRegistry*);
3434
void RegisterAsofJoinNode(ExecFactoryRegistry*);
3535
void RegisterSortedMergeNode(ExecFactoryRegistry*);
36+
void RegisterPipeNodes(ExecFactoryRegistry*);
3637

3738
} // namespace arrow::acero::internal

cpp/src/arrow/acero/pipe_node.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "arrow/acero/pipe_node.h"
1919
#include <iostream>
2020
#include "arrow/acero/exec_plan.h"
21+
#include "arrow/acero/exec_plan_internal.h"
2122
#include "arrow/acero/map_node.h"
2223
#include "arrow/acero/options.h"
2324
#include "arrow/acero/query_context.h"

0 commit comments

Comments
 (0)