This is an automated email from the ASF dual-hosted git repository.

westonpace pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new afbee08821 GH-33850: [C++] Allow Substrait's default extension 
provider to be configured (fix) (#34075)
afbee08821 is described below

commit afbee088216a137a6db94b88f676ee63a61d3abb
Author: rtpsw <[email protected]>
AuthorDate: Wed Feb 8 19:29:02 2023 +0200

    GH-33850: [C++] Allow Substrait's default extension provider to be 
configured (fix) (#34075)
    
    See [this 
post](https://github.com/apache/arrow/pull/34042#issuecomment-1422191511) for 
background.
    * Closes: #33850
    
    Authored-by: Yaron Gvili <[email protected]>
    Signed-off-by: Weston Pace <[email protected]>
---
 cpp/src/arrow/engine/substrait/options.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpp/src/arrow/engine/substrait/options.cc 
b/cpp/src/arrow/engine/substrait/options.cc
index 2fd506d827..be23ce1e64 100644
--- a/cpp/src/arrow/engine/substrait/options.cc
+++ b/cpp/src/arrow/engine/substrait/options.cc
@@ -18,6 +18,8 @@
 #include "arrow/engine/substrait/options.h"
 
 #include <google/protobuf/util/json_util.h>
+#include <mutex>
+
 #include "arrow/compute/exec/asof_join_node.h"
 #include "arrow/compute/exec/options.h"
 #include "arrow/engine/substrait/expression_internal.h"

Reply via email to