Details
-
Bug
-
Status: Resolved
-
P0
-
Resolution: Fixed
-
2.33.0
-
None
Description
It looks like possibly the restricted pandas version to 1.3.0 made the type error message contents change slightly. Looks like we should relax https://github.com/apache/beam/blame/faac725e98f8422b172a77e8c898af03c15b74c6/sdks/python/apache_beam/dataframe/frames_test.py#L98 to possibly be a substring test
AssertionError: Expected TypeError("mean() got an unexpected keyword argument 'bool_only'") to be raised, but got TypeError("DataFrame constructor called with incompatible data and dtype: mean() got an unexpected keyword argument 'bool_only'")
Attachments
Issue Links
- links to