xintongsong commented on code in PR #23905:
URL: https://github.com/apache/flink/pull/23905#discussion_r1442654920
##########
pom.xml:
##########
@@ -2301,6 +2301,8 @@ under the License.
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.lang.Class,java.lang.Object[])</exclude>
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.util.Collection)</exclude>
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.util.Collection,org.apache.flink.api.common.typeinfo.TypeInformation)</exclude>
+
<exclude>org.apache.flink.api.common.functions.RuntimeContext</exclude>
+
<exclude>org.apache.flink.api.connector.source.SourceReaderContext</exclude>
Review Comment:
This should not be a hotfix commit. These change does not make sense by
itself without the subsequent commits.
--
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]