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.
Currently, regular expressions are testing with UTF-8 using the pre-merge CI build. However, these tests are not yet set up for the nightly testing environment. Regular expressions are disabled on the GPU when UTF-8 is not available in the JVM environment.
Describe the solution you'd like
We should have nightly CI coverage for all regular expression testing (including fallback for when UTF-8 is not available).
Additional context
See #6041 and #5776 as well as related issue #5629
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, regular expressions are testing with UTF-8 using the pre-merge CI build. However, these tests are not yet set up for the nightly testing environment. Regular expressions are disabled on the GPU when UTF-8 is not available in the JVM environment.
Describe the solution you'd like
We should have nightly CI coverage for all regular expression testing (including fallback for when UTF-8 is not available).
Additional context
See #6041 and #5776 as well as related issue #5629
The text was updated successfully, but these errors were encountered: