You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/03 18:57:58 UTC

[GitHub] [flink] qingwei91 commented on a diff in pull request #20138: FLINK-16024 [jdbc-connector] JDBC Filter Pushdown

qingwei91 commented on code in PR #20138:
URL: https://github.com/apache/flink/pull/20138#discussion_r912524224


##########
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/common/config/PulsarClientFactory.java:
##########
@@ -153,8 +153,8 @@ public static PulsarClient createClient(PulsarConfiguration configuration) {
     }
 
     /**
-     * PulsarAdmin shares almost the same configuration with PulsarClient, we use this
-     * creating method for creating PulsarAdmin instead of using {@link ClientConfigurationData}.
+     * PulsarAdmin shares almost the same configuration with PulsarClient, we use this creating
+     * method for creating PulsarAdmin instead of using {@link ClientConfigurationData}.

Review Comment:
   This is unrelated to my change, but the CI complains about this



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org