Piotr Grabowski
Piotr Grabowski
4.15.0.0 is released and has those commits. However, those changes were made only in `QueryBuilder` and it looks like the same changes should also be done in `Mapper/DAO` components of...
Some of the tests are failing. Those should be fixed by: https://github.com/zpp-2021-telemetry/java-driver/pull/10 - please look if this PR could be simplified (the reason it wasn't merged was that it was...
Minor nit: formatting of commit messages: there shouldn't be a `.` at the end and line length of the body of the commit message shouldn't be longer than 72 characters...
Is this issue urgent to fix? I'd rather plan syncing with upstream to the next sprint (~start of February) since we already have a lot of stuff planned around Rust...
I have not checked whether other drivers have the same problem, but if they do, they too should be fixed.
My try at documenting `IsDeleted` method in Java: https://github.com/scylladb/scylla-cdc-java/pull/51/commits/c085d362ea367cb952a601eeab516ff7d23a3f13
I don't think this issue is solveable for a case of two clients. Let's suppose that client A does this: 1. All nodes are on the old version 2. Driver...
/cc @jul-stas (I think you implemented printing of CDC options in `cqlsh`, was there a important reason for printing those options in a separate line?)
Small note: CDC options in server-side DESCRIBE were added only recently (5.2, 5.3 doesn't have it): https://github.com/scylladb/scylladb/commit/62ced6670231aa013acdfb2d1f4913a7b238e2db
> How come we did not get [apache@55e6e40](https://github.com/apache/cassandra-java-driver/commit/55e6e40afcd7df2be931285b323379f9ea8c6c82) from upstream? This commit is from `4.x` branch.