5 commented on code in PR #15:
URL:
https://github.com/apache/cassandra-analytics/pull/15#discussion_r1332132261
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/BulkSparkConf.java:
##########
@@ -203,7 +203,7 @@ else if (!batchSizeIsZero && sstableBatchSize !=
DEFAULT_BATCH_SIZE_IN_ROWS)
/*
* This method Will throw if the SSL configuration is incorrect (PATH
provided w/o password, for example)
*/
- protected void validateSslConfiguration()
+ public void validateSslConfiguration()
Review Comment:
Added detailed description of possible failure scenarios and corresponding
exception types.
--
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]