You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Piotr Nowojski (Jira)" <ji...@apache.org> on 2021/03/19 12:41:00 UTC

[jira] [Created] (FLINK-21875) GSRKinesisPubsubClient is not compiling in IntelliJ

Piotr Nowojski created FLINK-21875:
--------------------------------------

             Summary: 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
             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)