PrestoConnection connection=DriverManager.getConnection(jdbcUrl,queryConfiguration.getUsername().orElse(null),queryConfiguration.getPassword().orElse(null)).unwrap(PrestoConnection.class); | PrestoConnection connection=DriverManager.getConnection(jdbcUrls.next(),queryConfiguration.getUsername().orElse(null),queryConfiguration.getPassword().orElse(null)).unwrap(PrestoConnection.class); | jdbcUrl | jdbcUrl.next() | presto | 76442b33ae4a6a45f649805d516ca405dc29ed06 | com.facebook.presto.verifier.prestoaction.JdbcPrestoAction | | | | | | Uses | True |