jahstreet opened a new pull request, #1379: URL: https://github.com/apache/cassandra-spark-connector/pull/1379
# Description ## How did the Spark Cassandra Connector Work or Not Work Before this Patch Cassandra driver 4.19.0 brings a a lot of improvements and bugfixes (see https://github.com/apache/cassandra-java-driver/releases/tag/4.19.0 ) which the connector can benefit from. In particular [JAVA-3168](https://datastax-oss.atlassian.net/browse/JAVA-3168) brings a fix to unlock connecting to Cassandra running on Kubernetes behind a LB reliably. ## General Design of the patch Fixes: [CASSANALYTICS-54](https://issues.apache.org/jira/browse/CASSANALYTICS-54) # How Has This Been Tested? There are no breaking changes in the patch. # Checklist: - [X] I have a ticket in the [CASSANALYTICS-54](https://issues.apache.org/jira/browse/CASSANALYTICS-54) - [X] I have performed a self-review of my own code - [ ] Locally all tests pass (make sure tests fail without your patch) -- 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]

