You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by GitBox <gi...@apache.org> on 2023/01/26 17:09:34 UTC

[GitHub] [flink-connector-cassandra]: Workflow run "CI" is working again!

The GitHub Actions job "CI" on flink-connector-cassandra.git has succeeded.
Run started by GitHub user echauchot (triggered by echauchot).

Head commit for run:
3b650eb6e7fe5e3a3feb9e3d6d37e937b65f378f / Etienne Chauchot <ec...@apache.org>
Simplify a lot SplitsGenerator: it is now based only on Cassandra min and max tokens per partitioner and generates (min,x][x, max) for 2 splits for example. It now supports all the Cassandra partitioners. Now a Cassandra split is just a ring range (a split of cassandra token range) and is processed as a whole which avoids the need for a mutable CassandraSplit to keep track of its processing. This also simplifies a lot the range query generation.

f

Report URL: https://github.com/apache/flink-connector-cassandra/actions/runs/4017423846

With regards,
GitHub Actions via GitBox