Skip to content

Commit

Permalink
GH-33850: [C++] Allow Substrait's default extension provider to be co…
Browse files Browse the repository at this point in the history
…nfigured (fix) (#34075)

See [this post](#34042 (comment)) for background.
* Closes: #33850

Authored-by: Yaron Gvili <rtpsw@hotmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
rtpsw authored Feb 8, 2023
1 parent 3e7b7e0 commit afbee08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/arrow/engine/substrait/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit afbee08

Please sign in to comment.