Skip to content

Conversation

@ivakegg
Copy link
Collaborator

@ivakegg ivakegg commented Jan 7, 2026

No description provided.

foster33
foster33 previously approved these changes Jan 7, 2026
apmoriarty
apmoriarty previously approved these changes Jan 8, 2026
Comment on lines 37 to 38
Key end = r.getEndKey();
String endCf = (end == null || end.getColumnFamily() == null ? "" : end.getColumnFamily().toString());
Copy link
Collaborator

Choose a reason for hiding this comment

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

Neither end nor endCf are used outside of this block -- recommend leaving this code out

Comment on lines 593 to 594
} else if (fieldName.equals("QUERY_ID")) {
m.setQueryId(fieldValue);
Copy link
Collaborator

Choose a reason for hiding this comment

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

leave this code out -- it was correctly identified as duplicative

Comment on lines 695 to 696
} else if (fieldName.equals("YIELD_COUNT")) {
m.setYieldCount(Long.parseLong(fieldValue));
Copy link
Collaborator

Choose a reason for hiding this comment

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

leave this code out -- it was correctly identified as duplicative

…estorIndexBuildingVisitor.java

Co-authored-by: Bill Oley <bill.oley@gmail.com>
@ivakegg ivakegg dismissed stale reviews from apmoriarty and foster33 via 6f7eed1 January 8, 2026 19:36
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.

5 participants