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
Is your feature request related to a problem? Please describe.
PR #4714 adds support for GpuStringSplit with regular expressions but does not support limit of 0 or 1.
Describe the solution you'd like
I would like support for limit of 0 or 1 and the following tests in string_tests.py should be updated:
test_split_zero_limit_fallback
test_split_one_limit_fallback
test_split_re_zero_limit_fallback
test_split_re_one_limit_fallback
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
andygrove
changed the title
[FEA] GpuStringSplit: Add support for limit = 0 and limit =1 when used with regular expressions
[FEA] GpuStringSplit: Add support for limit = 0 and limit =1
Feb 8, 2022
Is your feature request related to a problem? Please describe.
PR #4714 adds support for GpuStringSplit with regular expressions but does not support limit of 0 or 1.
Describe the solution you'd like
I would like support for limit of 0 or 1 and the following tests in
string_tests.py
should be updated:test_split_zero_limit_fallback
test_split_one_limit_fallback
test_split_re_zero_limit_fallback
test_split_re_one_limit_fallback
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: