netudima commented on code in PR #4797: URL: https://github.com/apache/cassandra/pull/4797#discussion_r3243993898
########## src/java/org/apache/cassandra/db/rows/UnfilteredRowIterators.java: ########## Review Comment: for example, org.apache.cassandra.db.rows.RangeTombstoneMarker.Merger#bound is set in add and used in merge, so if add was no invoked we would get a NPE on bound dereference in the current logic already. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

