projjal commented on a change in pull request #11259:
URL: https://github.com/apache/arrow/pull/11259#discussion_r724194512
##########
File path: cpp/src/gandiva/precompiled/string_ops_test.cc
##########
@@ -912,6 +887,23 @@ TEST(TestStringOps, TestReverse) {
ctx.Reset();
}
+TEST(TestStringOps, TestSpace) {
Review comment:
unrelated change
##########
File path: cpp/src/gandiva/precompiled/types.h
##########
@@ -411,6 +429,8 @@ const char* castVARBINARY_binary_int64(gdv_int64 context,
const char* data,
const char* reverse_utf8(gdv_int64 context, const char* data, gdv_int32
data_len,
int32_t* out_len);
+const char* space_int32(gdv_int64 context, gdv_int32 len, int32_t* out_len);
Review comment:
unrelated change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]