LuciferYang commented on PR #46794:
URL: https://github.com/apache/spark/pull/46794#issuecomment-2138611434

   thanks @cloud-fan but still a failing case in `SQLQueryTestSuite`
   
   - https://github.com/apache/spark/actions/runs/9292789942/job/25574476419
   
   ```
   [info] - identifier-clause.sql_analyzer_test *** FAILED *** (756 
milliseconds)
   [info]   identifier-clause.sql_analyzer_test
   [info]   Expected "...lse, LocalTempView, [UNSUPPORTED, ]true
   [info]      +- Aggregate...", but got "...lse, LocalTempView, []true
   [info]      +- Aggregate..." Result did not match for query #94
   [info]   create temporary view identifier('v1') as (select my_col from 
(values (1), (2), (1) as (my_col)) group by 1) (SQLQueryTestSuite.scala:876)
   [info]   org.scalatest.exceptions.TestFailedException:
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to