Fokko commented on PR #36846:
URL: https://github.com/apache/arrow/pull/36846#issuecomment-1735513388

   I'm not sure what you're referring to here: 
https://github.com/apache/arrow/pull/36846#discussion_r1336872769
   
   This one is being used here:
   
   ```cpp
   if (options.promote_decimal && is_decimal(promoted_type->id()) &&
     is_decimal(other_type->id())) {
   ARROW_ASSIGN_OR_RAISE(promoted_type,
                         WidenDecimals(promoted_type, other_type, options));
   return promoted_type;
   }
   ```


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

Reply via email to