Skip to content

Commit

Permalink
roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
R-JunmingChen authored Aug 30, 2023
1 parent 76b353a commit 4338eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/compute/api_scalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions {
explicit SetLookupOptions(Datum value_set, NullMatchingBehavior = MATCH);
SetLookupOptions();

ARROW_DEPRECATED("Deprecated in 14.0.0. Will be removed after removing of skip_nulls")
// DEPRECATED(will be removed after removing of skip_nulls)
explicit SetLookupOptions(Datum value_set, bool skip_nulls);

static constexpr char const kTypeName[] = "SetLookupOptions";
Expand All @@ -296,7 +296,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions {
/// (IndexIn and IsIn) in the output.
NullMatchingBehavior null_matching_behavior;

ARROW_DEPRECATED("Deprecated in 14.0.0. Will be removed after removing of skip_nulls")
// DEPRECATED(will be removed after removing of skip_nulls)
NullMatchingBehavior GetNullMatchingBehavior() const;

// DEPRECATED(use null_matching_behavior instead)
Expand Down

0 comments on commit 4338eac

Please sign in to comment.