Mikita Hradovich

Results 7 issues of Mikita Hradovich

`BoundsError` can be thrown during processing of `test_cyclic_by_dfs` if ids of edges are not in order. The error is thrown in `Graphs/src/depth_first_visit.jl:28` which is: ``` e_color = edgecolormap[edge_index(v_edge, graph)] ```...

Merging upstream commit [63b6d78](https://github.com/apache/cassandra-gocql-driver/commit/63b6d7830710a0c6c5411c08bf16d38cb88d2a8a): > Native Protocol 5 was introduced with the release of C* 4.0. This PR provides full support for a newer version including new format frames (segments),...

…ion. # Issue [gocql#527](https://github.com/scylladb/gocql/issues/527) Prepared statements invalidation used to be completely broken, you can read details on it [here](https://github.com/scylladb/scylladb/issues/20860) Recently core merged [PR](https://github.com/scylladb/scylladb/pull/23292) that fixes problems for select statements. After...

Addresses #384. --- ## Problem LWT statements were routed by `CqlRequestHandler` using the raw replica set from the token map, without going through the configured `LoadBalancingPolicy`. In clusters using `TokenAwarePolicy`...

Follow up to #21 which in turn is a continuation of #12 ## Support for Collections and UDTs in Scylla CDC Source Connector This PR adds comprehensive support for ScyllaDB...

# Known limitation: non-frozen collections `[]/{}` vs `NULL` on INSERT ## Summary For **non-frozen collections in CDC delta mode**, ScyllaDB’s CDC log does not always provide enough information for the...

## Bug: Kafka Connect Standalone Registration Returns 500 but Connector Registers Successfully ### Affected Test - `StartConnectorIT.canRegisterScyllaConnector` - `ScyllaTypesIT.canReplicateAllPrimitiveTypes` ### Description When running the integration test for registering the Scylla...

bug