tvalentyn commented on code in PR #31185:
URL: https://github.com/apache/beam/pull/31185#discussion_r1592825680


##########
sdks/python/apache_beam/dataframe/pandas_doctests_test.py:
##########
@@ -103,6 +109,7 @@ def test_ndframe_tests(self):
             'pandas.core.generic.NDFrame.get': ['*'],
         },
         not_implemented_ok={

Review Comment:
   yes, that was the original intent. Order-sensitive ops are an example of 
'Won't implement', although there is a proposal 
https://s.apache.org/order-sensitive-dataframe-operations to possibly support 
them later. The 'Not implemented' ops raise an exception that says, we didn't 
get around to support it but let us know if you care. See: 
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/dataframe/frame_base.py#L426-L442



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