Skip to content

CASSANALYTICS-172 : Integration tests for missing test scenarios#215

Open
skoppu22 wants to merge 1 commit into
apache:trunkfrom
skoppu22:integ-tests
Open

CASSANALYTICS-172 : Integration tests for missing test scenarios#215
skoppu22 wants to merge 1 commit into
apache:trunkfrom
skoppu22:integ-tests

Conversation

@skoppu22

@skoppu22 skoppu22 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

@jmckenzie-dev jmckenzie-dev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One very low priority nit and one thing I'm not really sure of. Looks great otherwise. :)

table, partitionKey, clusteringKey, staticValue, regularValue));
}
}
flushKeyspace(table);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to flush after every static value write so you get SSTables w/competing values that will then exercise the LWW semantics here don't you?

* Verifies partition-key pushdown on the bulk reader, both single-value ({@code a = N}) and
* multi-value ({@code a IN (...)}) forms.
*
* <p>The OSS bulk reader's {@code CassandraDataSource} accepts partition-key predicates as

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super ultra-nit: why do we refer to this as "The OSS bulk reader" here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants