You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-38982][PYTHON][PS][TESTS] Skip categories setter test
### What changes were proposed in this pull request?
Since pandas-dev/pandas@126a19d, pandas changes behavior.
Before pandas 1.4, the pandas will refresh dtypes according to categories, since panda 1.4, `categories.setter` dtype refresh will not work. According to pandas-dev/pandas#46820 , the complete support of `categories.setter` will never back.
And also only categories is refreshed (but dtype not) is useless behavior so we'd better to only fix test and keep current PS behavior, then remove this setter support when we remove all deprecated methods.
### Why are the changes needed?
Make CI passed with pandas 1.4.x
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
test_categories_setter passed with 1.3.X and also 1.4.x
Closes#36355 from Yikun/SPARK-38982.
Authored-by: Yikun Jiang <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments