Skip to content

Conversation

codluca
Copy link
Member

@codluca codluca commented Sep 21, 2025

Add support for row-level modification in Cassandra connector

Description

The WHERE clause in an UPDATE statement for Cassandra must specify the full primary key (all columns in the partition key and all columns in the clustering key, if any). The conditions in the WHERE clause must be EQ conditions.

Fixes #26489

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
(X) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`26489`)

@cla-bot cla-bot bot added the cla-signed label Sep 21, 2025
@github-actions github-actions bot added the cassandra Cassandra connector label Sep 21, 2025
@codluca codluca force-pushed the 26489-support-row-level-modification-in-cassandra branch 2 times, most recently from 769d200 to 7f1234d Compare September 21, 2025 17:58
The WHERE clause in an UPDATE statement for Cassandra must specify the full primary key (all columns in the partition key and all columns in the clustering key, if any). The conditions in the WHERE clause must be EQ conditions.
@codluca codluca force-pushed the 26489-support-row-level-modification-in-cassandra branch from 0d0df48 to ce1cf50 Compare September 21, 2025 18:01
@codluca codluca requested a review from ebyhr September 22, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cassandra Cassandra connector cla-signed
Development

Successfully merging this pull request may close these issues.

Support row-level modification in Cassandra connector
1 participant