niyue commented on code in PR #38632:
URL: https://github.com/apache/arrow/pull/38632#discussion_r1386761436
##########
cpp/src/gandiva/decimal_xlarge.cc:
##########
@@ -38,7 +38,7 @@
namespace gandiva {
-void ExportedDecimalFunctions::AddMappings(Engine* engine) const {
+arrow::Status ExportedDecimalFunctions::AddMappings(Engine* engine) const {
Review Comment:
For external C interface functions, they may cause some error when adding
mapping for them, so I change the `AddGlobalMappings` and
`ExportedFuncsBase::AddMappings` functions to return arrow::Status to represent
the result
--
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]