Rui Wang created BEAM-8068:
------------------------------
Summary: Throw expected error when LIKE pattern ends with backslash
Key: BEAM-8068
URL: https://issues.apache.org/jira/browse/BEAM-8068
Project: Beam
Issue Type: Sub-task
Components: dsl-sql-zetasql
Reporter: Rui Wang
ZetaSQL expect returning a status code out_of_range with message "LIKE pattern
ends with a backslash" in that situation.
We do throw an error when this happens (a RuntimeException with that message),
but when it gets returned over gRPC to the framework for some reason it is
mapped to status code unknown with no message.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)