Skip to content

Commit

Permalink
Reinstate function holder for ilike. This seems to have been lost wit…
Browse files Browse the repository at this point in the history
…h change apache#38589
  • Loading branch information
lriggs committed Mar 18, 2024
1 parent b0e8e2e commit 4e33b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/gandiva/function_holder_maker_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ arrow::Result<FunctionHolderPtr> FunctionHolderMakerRegistry::Make(
FunctionHolderMakerRegistry::MakerMap FunctionHolderMakerRegistry::DefaultHolderMakers() {
static const MakerMap maker_map = {
{"like", HolderMaker<LikeHolder>},
{"ilike", HolderMaker<LikeHolder>},
{"to_date", HolderMaker<ToDateHolder>},
{"random", HolderMaker<RandomGeneratorHolder>},
{"rand", HolderMaker<RandomGeneratorHolder>},
Expand Down

0 comments on commit 4e33b10

Please sign in to comment.