Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3117#discussion_r96651445 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java --- @@ -96,18 +98,19 @@ private CassandraSink(SingleOutputStreamOperator<IN> sink) { /** * Sets an additional, user provided hash for this operator. - * * <p/> * <p>The user provided hash is an alternative to the generated hashes, that is considered when identifying an * operator through the default hash mechanics fails (e.g. because of changes between Flink versions. --- End diff -- Ok, I misunderstood what closing bracket we were talking about :-). Fixed those typos.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---