kszucs commented on a change in pull request #7519:
URL: https://github.com/apache/arrow/pull/7519#discussion_r447725217



##########
File path: python/pyarrow/includes/libarrow.pxd
##########
@@ -44,6 +44,11 @@ cdef extern from "arrow/util/key_value_metadata.h" namespace 
"arrow" nogil:
         c_bool Contains(const c_string& key) const
 
 
+cdef extern from "arrow/util/decimal.h" namespace "arrow" nogil:
+    cdef cppclass CDecimal128" arrow::Decimal128":
+        c_string ToString(int32_t scale) const

Review comment:
       Created jira https://issues.apache.org/jira/browse/ARROW-9279




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