anthonylouisbsb commented on a change in pull request #9861: URL: https://github.com/apache/arrow/pull/9861#discussion_r609942643
########## File path: cpp/src/gandiva/precompiled/string_ops.cc ########## @@ -1246,6 +1246,69 @@ const char* convert_fromUTF8_binary(gdv_int64 context, const char* bin_in, gdv_i return ret; } +#define CONVERT_TO_FN(TYPE) \ Review comment: I add a function that convert the value in the reversed way from the native architecture. If the arrow is using little endian, it will convert using big-endian and if is using big-endian, it will convert using little-endian -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org