[jira] [Created] (SPARK-46743) Count bug introduced for scalar subquery when using TEMPORARY VIEW, as compared to using table

2024-01-16 Thread Andy Lam (Jira)
Andy Lam created SPARK-46743: Summary: Count bug introduced for scalar subquery when using TEMPORARY VIEW, as compared to using table Key: SPARK-46743 URL: https://issues.apache.org/jira/browse/SPARK-46743

[jira] [Created] (SPARK-46683) Write a subquery generator that generates subqueries of different variations to increase testing coverage in this area

2024-01-11 Thread Andy Lam (Jira)
Andy Lam created SPARK-46683: Summary: Write a subquery generator that generates subqueries of different variations to increase testing coverage in this area Key: SPARK-46683 URL:

[jira] [Created] (SPARK-46179) Generate golden files for SQLQueryTestSuites with Postgres

2023-11-29 Thread Andy Lam (Jira)
Andy Lam created SPARK-46179: Summary: Generate golden files for SQLQueryTestSuites with Postgres Key: SPARK-46179 URL: https://issues.apache.org/jira/browse/SPARK-46179 Project: Spark Issue

[jira] [Updated] (SPARK-45507) Correctness bug in correlated scalar subqueries with COUNT aggregates

2023-10-11 Thread Andy Lam (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Lam updated SPARK-45507: - Description: {code:java}   create view if not exists t1(a1, a2) as values (0, 1), (1, 2); create view

[jira] [Created] (SPARK-45507) Correctness bug in correlated scalar subqueries with COUNT aggregates

2023-10-11 Thread Andy Lam (Jira)
Andy Lam created SPARK-45507: Summary: Correctness bug in correlated scalar subqueries with COUNT aggregates Key: SPARK-45507 URL: https://issues.apache.org/jira/browse/SPARK-45507 Project: Spark