May I get some helps in resolving this issue. My t...
# troubleshooting
t
May I get some helps in resolving this issue. My test for this PR is failing even though it is successful in local testing. Any suggestion would be really helpful.
Error: Failed to execute goal org.apache.maven.pluginsmaven compiler plugin3.8.0:testCompile (default-testCompile) on project pinot-jdbc-client: Compilation failure
Error: /home/runner/work/pinot/pinot/pinot-clients/pinot-jdbc-client/src/test/java/org/apache/pinot/client/PinotPreparedStatementTest.java:[41,73] error: constructor DummyPinotControllerTransport in class DummyPinotControllerTransport cannot be applied to given types;
Error: required: Map<String,String>,String,SSLContext
Error: found: no arguments
Error: reason: actual and formal argument lists differ in length
^ this is the error I am getting in the CI test