sbp commented on issue #388: URL: https://github.com/apache/tooling-trusted-releases/issues/388#issuecomment-3730358329
Sorry for the delay. Here are some Scala specific patterns that I found: * `release/doris/spark-connector/1.1.0/apache-doris-spark-connector-3.2_2.12-1.1.0-src.tar.gz` (`2.12` is the Scala version; `3.2` is the Spark version and `1.1.0` is the connector version) * `release/flink/flink-1.18.1/flink-1.18.1-bin-scala_2.12.tgz` (`scala_2.12` is the Scala version) * `release/incubator/livy/0.8.0-incubating/apache-livy-0.8.0-incubating_2.12-bin.zip` (`2.12` is the Scala version) * `release/kafka/3.9.0/kafka_2.12-3.9.0.tgz` (`2.12` is the Scala version) * `release/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3-scala2.13.tgz` (`scala2.13` is the Scala version) And some other paths with multiple version numbers: * `release/carbondata/2.2.0/apache-carbondata-2.2.0-bin-spark3.1.1-hadoop2.7.2.jar` (Carbondata, Spark, and Hadoop versions respectively) * `release/flink/flink-1.19.2/python/apache_flink-1.19.2-cp311-cp311-macosx_11_0_arm64.whl` (Flink, CPython, CPython, and macOS versions respectively) * `release/flink/flink-table-store-0.3.0/flink-table-store-hive-connector-0.3.0_3.1.jar` (Connector and Hive versions respectively) This is just a selection of the most interesting. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
