skoppu22 commented on code in PR #169:
URL: 
https://github.com/apache/cassandra-analytics/pull/169#discussion_r3476314479


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/BulkSparkConf.java:
##########
@@ -117,6 +118,9 @@ public class BulkSparkConf implements Serializable
     // Cassandra version of target cluster. Configuration parameter is exposed 
to be able to correctly initialize static
     // components, before cluster version is discovered via Sidecar.
     public static final String CASSANDRA_VERSION                       = 
SETTING_PREFIX + "cassandra.version";
+    // Disable SSTable version-based bridge determination. When true, falls 
back to using cassandra.version for bridge selection.
+    // This provides a safety fallback mechanism if SSTable version detection 
fails or encounters issues.
+    public static final String DISABLE_SSTABLE_VERSION_BASED_BRIDGE   = 
SETTING_PREFIX + "bridge.disable_sstable_version_based";

Review Comment:
   Done



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