You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2022/02/10 13:39:12 UTC

[GitHub] [calcite] rpuch commented on pull request #2718: [CALCITE-5008] Ignore synthetic and static methods in MetadataDef

rpuch commented on pull request #2718:
URL: https://github.com/apache/calcite/pull/2718#issuecomment-1034933140


   A test has failed.
   
   ```
   FAILURE   0.1sec, org.apache.calcite.test.DruidAdapter2IT > testAggOverStringToLong()
       java.lang.IllegalStateException: Unable to create connection: connectionFactory = org.apache.calcite.test.ConnectionFactories$MapConnectionFactory@f20d5180
           at org.apache.calcite.test.CalciteAssert$AssertQuery.createConnection(CalciteAssert.java:1375)
           at org.apache.calcite.test.CalciteAssert$AssertQuery.withConnection(CalciteAssert.java:1383)
           at org.apache.calcite.test.CalciteAssert$AssertQuery.queryContains(CalciteAssert.java:1699)
           at org.apache.calcite.test.DruidAdapter2IT.testAggOverStringToLong(DruidAdapter2IT.java:3463)
           Caused by: java.sql.SQLException: No suitable driver found for jdbc:calcite:
               at java.sql.DriverManager.getConnection(DriverManager.java:689)
               at java.sql.DriverManager.getConnection(DriverManager.java:208)
               at org.apache.calcite.test.ConnectionFactories$MapConnectionFactory.createConnection(ConnectionFactories.java:115)
               at org.apache.calcite.test.CalciteAssert$AssertQuery.createConnection(CalciteAssert.java:1373)
               ... 3 more
               Next exception 1: [CIRCULAR REFERENCE SQLException]
   ```
   
   It does not seem to be related to my changes. Is it possible to re-run just the failed sub-task? I did not find one, maybe I'm not looking at the correct place, or maybe I just don't have enough privileges.


-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org