[
https://issues.apache.org/jira/browse/SPARK-50441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan resolved SPARK-50441.
---------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 48994
[https://github.com/apache/spark/pull/48994]
> Parametrized identifiers not working when referencing CTEs
> ----------------------------------------------------------
>
> Key: SPARK-50441
> URL: https://issues.apache.org/jira/browse/SPARK-50441
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 4.0.0
> Reporter: Mihailo Timotic
> Assignee: Mihailo Timotic
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> Parametrized are not working when referencing a CTE:
> Example query that is failing:
> {code:java}
> sql("with tt1 as (select 1) select * from identifier(:cte)", Map("cte" ->
> "tt1")) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]