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 Yuval Itzchakov <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