Skip to content

Conversation

@jmckenzie-dev
Copy link
Contributor

Patch by Chris Lohfink; reviewed by Marcus Eriksson and xxxx for CASSANDRA-17017

Co-authored by Chris Lohfink clohfink@apple.com
Co-authored by Josh McKenzie jmckenzie@apache.org

Copy link
Contributor

Choose a reason for hiding this comment

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

Make this the testDefaultCall() method better to avoid duplicate code?

CHANGES.txt Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

Should add sstableverify here as well now?

@smiklosovic smiklosovic changed the title Add required -f option to nodetool verify CASSANDRA-17017 Add required -f option to nodetool verify Mar 16, 2022
@jmckenzie-dev jmckenzie-dev force-pushed the cassandra-17017 branch 3 times, most recently from ec7b78e to 9a89782 Compare March 22, 2022 15:17
Patch by Josh McKenzie; reviewed by Marcus Eriksson, Berenguer Blasi, and Caleb Rackliffe for CASSANDRA-17017

Co-authored by Josh McKenzie <jmckenzie@apache.org>
Co-authored by Chris Lohfink <clohfink@apple.com>

String[] args = cmd.getArgs();
if (args.length != 2)
if (args.length < 2)
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this change buy you anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Arguably neutral. It's vestigial from when I had force as a positional argument rather than a - flagged optional and was tinkering a bit, and I ended up leaving it because I liked it a touch more. We could go back to != 2 and ternary if you have strong feelings about it.

michaeljmarshall pushed a commit to michaeljmarshall/cassandra that referenced this pull request Sep 3, 2024
…oup of SAI expressions (apache#1246)

NEQ is unhandled in this switch, leading to a NPE under certain query conditions where an Expression is created and no operation is set for this expression.
michaelsembwever pushed a commit to thelastpickle/cassandra that referenced this pull request Sep 25, 2024
…oup of SAI expressions (apache#1246)

NEQ is unhandled in this switch, leading to a NPE under certain query conditions where an Expression is created and no operation is set for this expression.
michaelsembwever pushed a commit to thelastpickle/cassandra that referenced this pull request Jan 7, 2026
…oup of SAI expressions (apache#1246)

NEQ is unhandled in this switch, leading to a NPE under certain query conditions where an Expression is created and no operation is set for this expression.
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.

4 participants