yifan-c commented on code in PR #131:
URL: 
https://github.com/apache/cassandra-analytics/pull/131#discussion_r2274113593


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/BulkSparkConf.java:
##########
@@ -98,6 +98,7 @@ public class BulkSparkConf implements Serializable
     //       which will throw a configuration exception for each setting with 
that prefix it does not recognize
     public static final String SETTING_PREFIX = "spark.cassandra_analytics.";
 
+    public static final String CASSANDRA_VERSION                       = 
SETTING_PREFIX + "cassandra.version";

Review Comment:
   +1 on that. The static initialization issue can be addressed separately. 



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