lukasz-antoniak commented on code in PR #175:
URL: 
https://github.com/apache/cassandra-analytics/pull/175#discussion_r2877475260


##########
cassandra-analytics-common/src/main/java/org/apache/cassandra/cdc/msg/RangeTombstoneBuilder.java:
##########
@@ -28,37 +28,17 @@
  *
  * @param <T>
  */
-public abstract class RangeTombstoneBuilder<T>
+public interface RangeTombstoneBuilder<T>

Review Comment:
   Classloader clash when `FourZeroRangeTombstoneBuilder` is loaded by bridge 
classloader and `RangeTombstoneBuilder` (abstract parent class) by application 
classloader.



-- 
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]

Reply via email to