Hi Yuval,

feel free to open an issue for this. Looks like a bug in our release artifacts. We should definitely investigate how to solve this as the ScalaDocs are crucial for the development experience.

Regards,
Timo


On 27.12.21 03:22, Zhipeng Zhang wrote:
Hi Yuval,

It seems that scala code is not included in `flink-table-api-scala-bridge_2.12-1.14.2-sources.jar` for now. You can find all the compiled code in the compiled jar (flink-table-api-scala-bridge_2.12-1.14.2.jar) for debugging.

If we need to also include scala code in the sources.jar, we could try something like this[1].

[1] tttps://stackoverflow.com/questions/40553948/include-scala-classes-in-the-sources-jar-generated-by-maven-package <http://stackoverflow.com/questions/40553948/include-scala-classes-in-the-sources-jar-generated-by-maven-package>

Yuval Itzchakov <yuva...@gmail.com <mailto:yuva...@gmail.com>> 于2021年 12月26日周日 15:24写道:

    Hi,
    I'd like to debug something that happens inside the scala-bridge
    package. However, when trying to browse the classes in IntelliJ it
    seems like they are missing sources. When looking at the sources jar
    file, I see only two classes:

    jar -tf ~/Downloads/flink-table-api-scala-bridge_2.12-1.14.2-sources.jar
    META-INF/
    META-INF/MANIFEST.MF
    META-INF/NOTICE
    META-INF/LICENSE
    META-INF/DEPENDENCIES
    org/
    org/apache/
    org/apache/flink/
    org/apache/flink/table/
    org/apache/flink/table/operations/
    org/apache/flink/table/operations/ScalaExternalQueryOperation.java
    org/apache/flink/table/operations/ScalaDataStreamQueryOperation.java

    Would love some help with this.
-- Best Regards,
    Yuval Itzchakov.



--
best,
Zhipeng


Reply via email to