Skip to content

Commit

Permalink
Fix miss include
Browse files Browse the repository at this point in the history
  • Loading branch information
jvictorhuguenin committed Jun 7, 2021
1 parent 2efd43e commit b78085a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cpp/src/gandiva/ilike_holder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include "gandiva/regex_util.h"

namespace gandiva {
RE2::Options IlikeHolder::regex_op_ = RE2::Options();

RE2 IlikeHolder::starts_with_regex_(R"((?i)(\w|\s)*\.\*)");
RE2 IlikeHolder::ends_with_regex_(R"((?i)\.\*(\w|\s)*)");
RE2 IlikeHolder::is_substr_regex_(R"((?i)\.\*(\w|\s)*\.\*)");
Expand Down
1 change: 0 additions & 1 deletion cpp/src/gandiva/ilike_holder.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "arrow/status.h"

#include "gandiva/function_holder.h"
#include "gandiva/like_holder.h"
#include "gandiva/node.h"
#include "gandiva/visibility.h"

Expand Down

0 comments on commit b78085a

Please sign in to comment.