flink-table-api-scala-bridge missing source files

2021-12-25 Thread Yuval Itzchakov
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-so

Re: flink-table-api-scala-bridge missing source files

2021-12-26 Thread Zhipeng Zhang
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 c

Re: flink-table-api-scala-bridge missing source files

2021-12-31 Thread Timo Walther
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 cod