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
This is because the current split only supports splitting delemiter, while spark supports regexp. If necessary, I can add a PR to fix this problem, because Velox already supports regexp_split.
This is because the current split only supports splitting delemiter, while spark supports regexp. If necessary, I can add a PR to fix this problem, because Velox already supports regexp_split.
Backend
VL (Velox)
Bug description
empty character
non-ASCII character
Spark version
Spark-3.2.x
Spark configurations
No response
System information
No response
Relevant logs
java.lang.RuntimeException: Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: (0 vs. 1) split only supports only single-character pattern Retriable: False Expression: patternString.size() == 1 Context: split(n0_0, :VARCHAR) Top-Level Context: Same as context. Function: apply File: ep/build-velox/build/velox_ep/velox/functions/sparksql/SplitFunctions.cpp
The text was updated successfully, but these errors were encountered: