dannycranmer commented on a change in pull request #13886:
URL: https://github.com/apache/flink/pull/13886#discussion_r517182787
##########
File path: tools/maven/suppressions.xml
##########
@@ -43,7 +43,11 @@ under the License.
<suppress
files="FlinkKinesisProducer.java|FlinkKinesisProducerTest.java"
checks="IllegalImport"/>
- <!-- Classes copied from Hadoop -->
+ <!-- Kinesis EFO consumer required to handle Netty
ReadTimeoutException -->
+ <suppress
+
files="FanOutRecordPublisherTest.java|FanOutShardSubscriber.java|FanOutShardSubscriberTest.java"
+ checks="IllegalImport"/>
Review comment:
Yes non-shaded at check time. The Netty deps are shaded in the final
build.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]