Github user kevinyu98 commented on the issue:

    https://github.com/apache/spark/pull/16337
  
    Hello All:
    I have divided the test case to small groups based the discussion, and this 
pr will be the first pr for the IN subquery, it covers the simple and group-by 
cases. 
    
    This the run time from running on my local macbook.
    
    $ build/sbt "~sql/test-only *SQLQueryTestSuite -- -z in-group-by.sql"
    [info] Run completed in 23 seconds, 876 milliseconds.
    [info] Total number of tests run: 1
    [info] Suites: completed 1, aborted 0
    [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
    [info] All tests passed.
    
    $ build/sbt "~sql/test-only *SQLQueryTestSuite -- -z simple-in.sql"
    [info] Run completed in 9 seconds, 986 milliseconds.
    [info] Total number of tests run: 1
    [info] Suites: completed 1, aborted 0
    [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
    [info] All tests passed.
     
    



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to