dianaclarke commented on a change in pull request #8312:
URL: https://github.com/apache/arrow/pull/8312#discussion_r499669670



##########
File path: python/pyarrow/types.pxi
##########
@@ -697,6 +697,9 @@ cdef class ExtensionType(BaseExtensionType):
         else:
             return NotImplemented
 
+    def __str__(self):

Review comment:
       Okay, I've removed `__str__` and implemented `__repr__` instead to 
preserve `IntegerType(DataType(int64))` for `repr()`.




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


Reply via email to