pabloem commented on a change in pull request #14517:
URL: https://github.com/apache/beam/pull/14517#discussion_r613640085



##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -392,18 +406,21 @@ def sort_values(self, axis, **kwargs):
     if axis in (0, 'index'):
       # axis=rows imposes an ordering on the DataFrame rows which we do not
       # support
-      raise frame_base.WontImplementError("order-sensitive")
+      raise frame_base.WontImplementError('imposes ordering')

Review comment:
       maybe add `imposes ordering` to the catalog of wont-implement-reasons?




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