[ https://issues.apache.org/jira/browse/FLINK-21875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Danny Cranmer updated FLINK-21875: ---------------------------------- Comment: was deleted (was: Interesting this is not an issue for me, but agree code should not refer to the shaded classes, so I will fix that) > GSRKinesisPubsubClient is not compiling in IntelliJ > --------------------------------------------------- > > Key: FLINK-21875 > URL: https://issues.apache.org/jira/browse/FLINK-21875 > Project: Flink > Issue Type: Bug > Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) > Affects Versions: 1.13.0 > Reporter: Piotr Nowojski > Assignee: Danny Cranmer > Priority: Blocker > Fix For: 1.13.0 > > > When trying to compile Flink from IntelliJ: > {noformat} > (...)/flink/flink-end-to-end-tests/flink-glue-schema-registry-test/src/main/java/org/apache/flink/glue/schema/registry/test/GSRKinesisPubsubClient.java:21:76 > java: package > org.apache.flink.kinesis.shaded.com.amazonaws.services.kinesis.model does not > exist > (...)/flink/flink-end-to-end-tests/flink-glue-schema-registry-test/src/main/java/org/apache/flink/glue/schema/registry/test/GSRKinesisPubsubClient.java:22:76 > java: package > org.apache.flink.kinesis.shaded.com.amazonaws.services.kinesis.model does not > exist > {noformat} > IntelliJ is not applying shading, so code shouldn't be referring to shaded > classes. > CC [~mohitpaliwal] -- This message was sent by Atlassian Jira (v8.3.4#803005)