pitrou commented on code in PR #37097:
URL: https://github.com/apache/arrow/pull/37097#discussion_r1328723772


##########
python/pyarrow/_dataset.pyx:
##########
@@ -1075,10 +1075,11 @@ cdef class FileSystemDataset(Dataset):
             self.partition_expression
         )
 
-    @classmethod
-    def from_paths(cls, paths, schema=None, format=None,
-                   filesystem=None, partitions=None, root_partition=None):
-        """A Dataset created from a list of paths on a particular filesystem.
+    @staticmethod
+    def from_paths(paths, schema=None, format=None, filesystem=None,
+                   partitions=None, root_partition=None):

Review Comment:
   Hmm... classmethod doesn't work correctly on Cython 3 anymore? Is it a known 
issue? Or is this change actually not needed?



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