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
Binary operations on strings are not supported by HDK.
Expected Behavior
a
0 a_sfx
a
0 pref_a
a
0 aaaaaaaaaa
Error Logs
modin/experimental/core/execution/native/implementations/hdk_on_native/expr.py", line 59, in _get_common_dtype
raiseTypeError(f"Cannot perform operation on types: {lhs_dtype}, {rhs_dtype}")
TypeError: Cannot perform operation on types: object, <U0
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered:
…t supported
Fall back to pandas in case of binary operations on strings.
Such operations are not supported by HDK.
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
Binary operations on strings are not supported by HDK.
Expected Behavior
Error Logs
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: