Serge Rielau created SPARK-55202:
------------------------------------
Summary: spark-sql raises UNEXPECTED_USE_OF_PARAMETER_MARKER
Key: SPARK-55202
URL: https://issues.apache.org/jira/browse/SPARK-55202
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 4.1.0
Reporter: Serge Rielau
when running spark-sql:
{noformat}
SEELCT :parm{noformat}
returns:
{noformat}
UNEXPECTED_USE_OF_PARAMETER_MARKERĀ {noformat}
This is an internal error caused by the spark CLI not calling the pre-parser to
substitute parameter markers. It should be returning:
{noformat}
UNBOUND_SQL_PARAMETER{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]