amol- commented on a change in pull request #11008:
URL: https://github.com/apache/arrow/pull/11008#discussion_r709881409
##########
File path: python/pyarrow/_dataset.pyx
##########
@@ -1998,6 +1998,10 @@ cdef class PartitioningFactory(_Weakrefable):
cdef inline shared_ptr[CPartitioningFactory] unwrap(self):
return self.wrapped
+ @property
+ def type_name(self):
+ return frombytes(self.factory.type_name())
+
Review comment:
This changes don't use it, I left it around based on this comment from
Joris -> https://github.com/apache/arrow/pull/11008#pullrequestreview-742596817
We can remove it if you feel it causes any kind of issue.
--
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]