5 commented on code in PR #15:
URL: 
https://github.com/apache/cassandra-analytics/pull/15#discussion_r1321844231


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/validation/StartupValidatable.java:
##########
@@ -0,0 +1,6 @@
+package org.apache.cassandra.spark.validation;
+
+public interface StartupValidatable

Review Comment:
   Added class-level JavaDocs to all newly added files.



##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/validation/CassandraValidator.java:
##########
@@ -0,0 +1,24 @@
+package org.apache.cassandra.spark.validation;
+
+import org.apache.cassandra.sidecar.client.SidecarClient;
+import org.apache.cassandra.sidecar.common.data.HealthResponse;
+
+public class CassandraValidator implements StartupValidator

Review Comment:
   Added class-level JavaDocs to all newly added files.



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