Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17928#discussion_r115636644
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-cte.sql.out
 ---
    @@ -190,11 +190,7 @@ WHERE  NOT EXISTS (SELECT dept_id,
                        HAVING count(*) < 1) 
     GROUP  BY emp_name
     -- !query 7 schema
    -struct<emp_name:string,sum(bonus_amt):double>
    +struct<>
     -- !query 7 output
    -emp 1      30.0
    -emp 2      400.0
    -emp 3      300.0
    -emp 4      100.0
    -emp 5      1000.0
    -emp 6 - no dept    500.0
    +org.apache.spark.SparkException
    +Exception thrown in awaitResult:
    --- End diff --
    
    oh, my bad. I'll check again.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to