yifan-c commented on code in PR #80: URL: https://github.com/apache/cassandra-analytics/pull/80#discussion_r1756080437
########## cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/CqlTable.java: ########## @@ -39,7 +39,7 @@ @SuppressWarnings({ "WeakerAccess", "unused" }) public class CqlTable implements Serializable { - public static final long serialVersionUID = 42L; + private static final long serialVersionUID = 1018995207366817661L; Review Comment: 42 is the ultimate answer, but likely a common one. Changed to a random value. -- 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: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org