Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jan 1, 2021
1 parent 5204766 commit a5810fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/gandiva/function_registry_string.cc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ std::vector<NativeFunction> GetStringFunctionRegistry() {
kResultNullIfNull, "rtrim_utf8_utf8", NativeFunction::kNeedsContext),

NativeFunction("btrim", {}, DataTypeVector{utf8(), utf8()}, utf8(),
kResultNullIfNull, "btrim_utf8_utf8", NativeFunction::kNeedsContext),
kResultNullIfNull, "btrim_utf8_utf8", NativeFunction::kNeedsContext),

NativeFunction("substr", {"substring"},
DataTypeVector{utf8(), int64() /*offset*/, int64() /*length*/},
Expand Down

0 comments on commit a5810fe

Please sign in to comment.