emkornfield commented on a change in pull request #8475:
URL: https://github.com/apache/arrow/pull/8475#discussion_r508781965
##########
File path: cpp/src/arrow/python/decimal.cc
##########
@@ -145,8 +146,9 @@ Status DecimalFromPythonDecimal(PyObject* python_decimal,
const DecimalType& arr
return DecimalFromStdString(string, arrow_type, out);
}
-Status DecimalFromPyObject(PyObject* obj, const DecimalType& arrow_type,
- Decimal128* out) {
+template <typename ArrowDecimal>
+Status InternalDecimalFromPyObject(PyObject* obj, const DecimalType&
arrow_type,
+ ArrowDecimal* out) {
Review comment:
done.
----------------------------------------------------------------
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]