yifan-c commented on code in PR #34:
URL:
https://github.com/apache/cassandra-analytics/pull/34#discussion_r1465743668
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/BulkWriteValidator.java:
##########
@@ -99,7 +99,7 @@ public static void updateFailureHandler(CommitResult
commitResult,
LOGGER.warn("[{}]: {} failed on {} with message {}",
uuid,
phase,
- commitResult.instance.getNodeName(),
+ commitResult.instance.nodeName(),
Review Comment:
Renamed the methods since I changed the interface.
--
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]