Skip to content

HCD 2.0 bridge#1

Open
lukasz-antoniak wants to merge 5 commits intomainfrom
hcd-2.0
Open

HCD 2.0 bridge#1
lukasz-antoniak wants to merge 5 commits intomainfrom
hcd-2.0

Conversation

@lukasz-antoniak
Copy link
Collaborator

@lukasz-antoniak lukasz-antoniak commented Feb 11, 2026

see CONTRIBUTING.md for how to use/test this…

public enum HcdVersion
{
HCD_1_0("4.0.11"),
HCD_2_0("5.0.4");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where are these used ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use it when bulk reader or writer is initialized, e.g. .set(BulkSparkConf.CASSANDRA_VERSION, HcdVersion.HCD_2_0.getCassandraVersion());. Bulk reader has to know Cassandra version to register KryoRegister from correct bridge module.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this to the class apidoc please

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaelsembwever
Copy link
Member

Is it worth upgrading this now to work with cassandra-analytics-0.3.0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants