Commit 9100491 1 parent a369c20 commit 9100491 Copy full SHA for 9100491
File tree 1 file changed +2
-2
lines changed
cpp/src/arrow/compute/exec
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ class ARROW_EXPORT ExecPlan : public std::enable_shared_from_this<ExecPlan> {
63
63
64
64
ARROW_DEPRECATED (" Deprecated in 11.0.0. Use version that takes ExecContext by value." )
65
65
static Result<std::shared_ptr<ExecPlan>> Make(
66
- QueryOptions options, ExecContext* exec_context = default_exec_context() ,
66
+ QueryOptions options, ExecContext* exec_context,
67
67
std::shared_ptr<const KeyValueMetadata> metadata = NULLPTR);
68
68
69
69
ARROW_DEPRECATED (" Deprecated in 11.0.0. Use version that takes ExecContext by value." )
70
70
static Result<std::shared_ptr<ExecPlan>> Make(
71
- ExecContext* exec_context = default_exec_context() ,
71
+ ExecContext* exec_context,
72
72
std::shared_ptr<const KeyValueMetadata> metadata = NULLPTR);
73
73
74
74
ExecNode* AddNode (std::unique_ptr<ExecNode> node);
You can’t perform that action at this time.
0 commit comments