FANNG1 commented on PR #4302:
URL: https://github.com/apache/gravitino/pull/4302#issuecomment-2257394835
we could exclude the Flink connector from Gravitino if the scala version is
2.13, like spark-connector in `setting.gradle.kts`
```
if (scalaVersion == "2.12") {
include("spark-connector:spark-3.3", "spark-connector:spark-runtime-3.3")
project(":spark-connector:spark-3.3").projectDir =
file("spark-connector/v3.3/spark")
project(":spark-connector:spark-runtime-3.3").projectDir =
file("spark-connector/v3.3/spark-runtime")
}
```
--
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]