sagnikc-dremio commented on a change in pull request #8035:
URL: https://github.com/apache/arrow/pull/8035#discussion_r497271804



##########
File path: cpp/src/gandiva/precompiled/types.h
##########
@@ -132,6 +132,10 @@ gdv_int64 div_int64_int64(gdv_int64 context, gdv_int64 
in1, gdv_int64 in2);
 gdv_float32 div_float32_float32(gdv_int64 context, gdv_float32 in1, 
gdv_float32 in2);
 gdv_float64 div_float64_float64(gdv_int64 context, gdv_float64 in1, 
gdv_float64 in2);
 
+gdv_float32 round_float32_int32(gdv_float32 number, gdv_int32 precision);

Review comment:
       Oh right sure. Missed that.




----------------------------------------------------------------
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


Reply via email to