Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
js8544 committed Dec 18, 2023
1 parent 19b01f9 commit 300d128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/api_scalar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ struct EnumTraits<compute::SetLookupOptions::NullMatchingBehavior>
case compute::SetLookupOptions::NullMatchingBehavior::INCONCLUSIVE:
return "INCONCLUSIVE";
}
return "<INVALID>";
}
};

Expand Down

0 comments on commit 300d128

Please sign in to comment.