anthonylouisbsb commented on a change in pull request #9861:
URL: https://github.com/apache/arrow/pull/9861#discussion_r609880890



##########
File path: cpp/src/gandiva/precompiled/decimal_wrapper.cc
##########
@@ -430,4 +430,18 @@ char* castVARCHAR_decimal128_int64(int64_t context, 
int64_t x_high, uint64_t x_l
   return dec_str;
 }
 
+FORCE_INLINE
+const char* convert_todecimal128_binary(int64_t context, int64_t x_high, 
uint64_t x_low,
+                                        int32_t x_precision, int32_t x_scale,
+                                        int32_t* out_length) {
+  char* dec_str = gdv_fn_dec_to_string(context, x_high, x_low, x_scale, 
out_length);

Review comment:
       changes applied




-- 
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:
[email protected]


Reply via email to