AlenkaF commented on code in PR #41704:
URL: https://github.com/apache/arrow/pull/41704#discussion_r1607608686


##########
python/pyarrow/_parquet.pyx:
##########
@@ -705,6 +705,21 @@ cdef class SortingColumn:
         """Whether null values appear before valid values (bool)."""
         return self.nulls_first
 
+    def to_dict(self):
+        """
+        Get dictionary representation of the SortingColumn.

Review Comment:
   ```suggestion
           Get dictionary representation of the SortingColumn.
           
   ```



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