-
Notifications
You must be signed in to change notification settings - Fork 3.8k
modify SecondaryIndexManager#indexPartition() to retrieve only columns for which indexes are actually being built #1098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it necessary to disable automatic compaction twice? it has been already done on line 816.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC @bdeggleston
I think this was a copy/paste, so I'm wondering if it was necessary to disable twice in the original tests like testTinyPartitions() et al
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: missing spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: missing spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be outside of the loop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Good catch :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
…s for which indexes are actually being built patch by Caleb Rackliffe and Sam Tunnicliffe; reviewed by Benedict Elliott Smith for CASSANDRA-16776
4f6c205 to
c7e6f47
Compare
patch by Caleb Rackliffe for CASSANDRA-16776