[jira] [Updated] (SPARK-44934) PushdownPredicatesAndPruneColumnsForCTEDef creates invalid plan when called over CTE with duplicate attributes

2023-08-23 Thread Wen Yuen Pang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wen Yuen Pang updated SPARK-44934: -- Description: When running the query {code:java} with cte as (  select c1, c1, c2, c3 from t

[jira] [Created] (SPARK-44934) PushdownPredicatesAndPruneColumnsForCTEDef creates invalid plan when called over CTE with duplicate attributes

2023-08-23 Thread Wen Yuen Pang (Jira)
Wen Yuen Pang created SPARK-44934: - Summary: PushdownPredicatesAndPruneColumnsForCTEDef creates invalid plan when called over CTE with duplicate attributes Key: SPARK-44934 URL: