TheNeuralBit commented on a change in pull request #14140:
URL: https://github.com/apache/beam/pull/14140#discussion_r587723645
##########
File path: sdks/python/apache_beam/dataframe/pandas_doctests_test.py
##########
@@ -411,6 +411,96 @@ def test_indexing_tests(self):
})
self.assertEqual(result.failed, 0)
+ def test_groupby_tests(self):
+ result = doctests.testmod(
Review comment:
1. Done.
2. You're right on both counts. That's actually why I recently switched our
pandas dependency to restrict the next minor version (and made myself the owner
of that dep so I'll know when we need to upgrade). In general bugfix releases
shouldn't break this suite, but it's likely minor releases will, as they can
add new functionality that we don't support.
----------------------------------------------------------------
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]