Copilot
Copilot
## Pre-review checklist - [x] I have split my patch into logically separate commits. - [x] All commit messages clearly explain what they change and why. - [x] I added...
## Description This PR fixes the issue where the Python driver incorrectly retries `TRUNCATE_ERROR` (0x1003), which should not be retried as it indicates a permanent failure rather than a transient...
## Pre-review checklist - [x] I have split my patch into logically separate commits. - [x] All commit messages clearly explain what they change and why. - [x] I added...
## Description This PR fixes the issue where internal queries to `system.peers` and `system.local` in ControlConnection were being executed without paging, causing them to show up as unpaged queries in...
## Pre-review checklist - [x] I have split my patch into logically separate commits. - [x] All commit messages clearly explain what they change and why. - [x] I added...
## Pre-review checklist - [x] I have split my patch into logically separate commits. - [x] All commit messages clearly explain what they change and why. - [ ] I...
## Description Applied code quality improvements to `tests/unit/test_cluster.py`: - **Fixed spelling**: `tring` → `string` in `test_port_str` docstring - **Removed typo**: Extra `t` character at end of comment in `test_event_delay_timing` -...
The version `4.19.0.5-SNAPSHOT` was hardcoded in 10 locations throughout `bom/pom.xml`, making version updates error-prone and difficult to maintain. ## Changes - Introduced `java.driver.version` property to centralize version definition - Replaced...
- [x] Understand the issue: When adding a new node without explicitly specifying data_center, the cassandra-rackdc.properties file is not properly updated - [x] Create a test to reproduce the issue...
## Fix pyproject.toml deprecation warnings **Issues to fix:** 1. Deprecated `project.license` table format causing setuptools warnings 2. Data directories incorrectly treated as packages causing build warnings **Minimal changes plan:** -...