absurdfarce commented on PR #1981: URL: https://github.com/apache/cassandra-java-driver/pull/1981#issuecomment-2596975184
Kicked off DataStax CI build to test and I'm getting build errors from the test: ``` [2025-01-16T21:48:26.283Z] [INFO] ------------------------------------------------------------- [2025-01-16T21:48:26.283Z] [INFO] ------------------------------------------------------------- [2025-01-16T21:48:26.283Z] [ERROR] COMPILATION ERROR : [2025-01-16T21:48:26.283Z] [INFO] ------------------------------------------------------------- [2025-01-16T21:48:26.283Z] [ERROR] /home/jenkins/workspace/drivers_java_oss_PR-1981/driver-core/src/test/java/com/datastax/driver/core/ControlConnectionTest.java:[695,22] cannot find symbol [2025-01-16T21:48:26.283Z] symbol: method getManager() [2025-01-16T21:48:26.283Z] location: variable cluster of type com.datastax.driver.core.Cluster [2025-01-16T21:48:26.283Z] [INFO] 1 error ``` Haven't been able to repro locally as this branch is still using the old tcnative impl and I'm on an ARM processor. I'll see if I can work around that to try and repro (and fix) locally. -- 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]

