Skip to content

Commit

Permalink
ARROW-17157: Restored Windows export as map node is needed by dataset…
Browse files Browse the repository at this point in the history
…s module for tee node so I think I'll have to figure out why it causes duplicate symbols
  • Loading branch information
westonpace authored and pitrou committed Sep 19, 2022
1 parent 8e6cb05 commit 43ac6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/exec/map_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
namespace arrow {
namespace compute {

class MapNode : public ExecNode {
class ARROW_EXPORT MapNode : public ExecNode {
public:
MapNode(ExecPlan* plan, std::vector<ExecNode*> inputs,
std::shared_ptr<Schema> output_schema, bool async_mode);
Expand Down

0 comments on commit 43ac6c5

Please sign in to comment.