caneff opened a new pull request, #28422: URL: https://github.com/apache/beam/pull/28422
In Pandas 1, a few methods (cor, cov, and quantile being the implemented ones for Beam) had the default behavior of numeric_only=True if not specified. In Pandas 2 the default is numeric_only=False for these. So for tests to keep passing I need to explicitly pass the argument. Partially fixes #27221. -- 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]
