Poorvankbhatia commented on PR #37: URL: https://github.com/apache/flink-connector-cassandra/pull/37#issuecomment-3263796579
Hey @echauchot . Thanks for the diff. It makes sense to me. Added some comments. One issue, when I ran `mvn clean install` on my local Mac (on PR#37, passes on main branch) it failed because of: ``` org.apache.flink.connector.cassandra.source.CassandraSourceITCase.testSourceSingleSplit(TestEnvironment, DataStreamSourceExternalContext, CheckpointingMode)[1] Time elapsed: 0.188 s <<< ERROR! com.datastax.driver.core.exceptions.WriteFailureException: Cassandra failure during write query at consistency LOCAL_ONE (1 responses were required but only 0 replica responded, 1 failed) ``` Typically a timing/cluster-readiness problem in tests, not a logic bug—especially if CI is green. So i am unable to get the test running on my local, but since the CI is green maybe there is an issue with my setup. (I tried giving Docker more CPU/RAM but coudn't get it working). -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org