-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include hash of result set metadata in prepared statement id #1222
Comments
@beltran we possibly could run them as a separate test with ccm running on trunk. |
I think fundamentally if C* are not going to port this to all V5 versions then they should reconsider how they've implemented it, I really don't want to have checks in the protocol layer like |
Or we just dont support v5beta anymore? |
I believe the approach other drivers have taken is to let v5 break for |
It's the same for the java driver. I haven't seen it officially stated anywhere but it seems like V5 just doesn't work for 3.11. It breaks with prepared statements. |
Maybe I could work on a patch for C* that wouldn't allow using V5 with 3.x :-) |
Now it's not relevant, Cassandra v3 uses native protocol v4 as it's highest-supported version. The native protocol v5 was introduced in Cassandra v4.0. |
This is being tracked in CASSGO-1 |
Implement the driver part of https://issues.apache.org/jira/browse/CASSANDRA-10786. This is a protocol 5 change. The problem with doing it is that it breaks protocol v5 against 3.11 so we wouldn't have a way of testing it in travis until Cassandra 4 is released.
The text was updated successfully, but these errors were encountered: