lukasz-antoniak opened a new pull request, #175: URL: https://github.com/apache/cassandra-analytics/pull/175
Fixes Analytics reader of Cassandra 5.0 commit logs (part of [CASSANALYTICS-60](https://issues.apache.org/jira/browse/CASSANALYTICS-60)). Using environment variable `CASSANDRA_VERSION=5.0.0` (or `4.0.0`), developers can run CDC unit tests with different Cassandra versions. Refactoring all tests to `@ParameterizedTest` requires more efforts, and will be performed in follow-up PR. Static variables like `CdcTests.BRIDGE` are references from multiple places in the code. -- 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]
