Commit e2ac52d
### Rationale for this change
There is a bug that when column dtype is np.bytes,it will goto the final branch and run level=level.astype(dtype)
### Are these changes tested?
Yes
* GitHub Issue: #44188
Lead-authored-by: Piong1997 <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
1 parent d87bc99 commit e2ac52d
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
1166 | | - | |
| 1166 | + | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | 1169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5255 | 5255 | | |
5256 | 5256 | | |
5257 | 5257 | | |
| 5258 | + | |
| 5259 | + | |
| 5260 | + | |
| 5261 | + | |
| 5262 | + | |
| 5263 | + | |
| 5264 | + | |
5258 | 5265 | | |
5259 | 5266 | | |
5260 | 5267 | | |
| |||
0 commit comments