bmeriaux commented on a change in pull request #6735: [FLINK-9126] New CassandraPojoInputFormat to output data as a custom annotated Cassandra Pojo URL: https://github.com/apache/flink/pull/6735#discussion_r222314062
########## File path: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/batch/connectors/cassandra/CassandraOutputFormatBase.java ########## @@ -41,7 +41,7 @@ * @param <OUT> Type of the elements to write. */ public abstract class CassandraOutputFormatBase<OUT> extends RichOutputFormat<OUT> { - private static final Logger LOG = LoggerFactory.getLogger(CassandraOutputFormatBase.class); + private final Logger logger = LoggerFactory.getLogger(getClass()); Review comment: ok ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services