RocMarshal commented on pull request #16300: URL: https://github.com/apache/flink/pull/16300#issuecomment-869276692
> https://github.com/apache/flink/blob/2a7e7d7e92f0610502e59f6104391a83dc8b5692/flink-yarn/pom.xml#L44-L54 > > @RocMarshal nope. Our codebase is in the pattern `flink-runtime_${scala.binary.version}`. > > If you suffer from double underscore issue, you can provide minimal reproduce steps and seek the cause. @tisonkun Yes, our codebase is in the pattern `flink-runtime_${scala.binary.version}`. However, the value of variable `scala_version` in documentation configuration is `_2.11`. So, double underscore was shown in the [page](https://ci.apache.org/projects/flink/flink-docs-master/docs/connectors/table/overview/) . Thank you for your attention. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
