Open dimitarKiryakov opened 9 months ago
Can you paste the compiler error here? Also, I notice that you have a variable called scala.binary.version
that is set to 2.12
but you are using elasticsearch-spark-30_2.13
(that last part is the scala version, 2.13
). You might run into compatibility problems with scala 2.12 and 2.13.
What kind an issue is this?
The easier it is to track down the bug, the faster it is solved.
Often a solution already exists! Don’t send pull requests to implement new features without first getting our support. Sometimes we leave features out on purpose to keep the project small.
Issue description
When adding the following dependency with spark 3.5.0
mvn clean install
fails on compile stage:We use java 17 for the build.
Steps to reproduce
Code: Pom
org.apache.spark.sql.Row
ororg.apache.spark.sql.types.*
mvn clean install
and it will fail with a compile errorExcluding spark_catalyst resolves this issue, but still, the dependency should be fixed:
Version Info
OS: M1 Mac :
JVM : 17 Hadoop/Spark: 3.5.0 ES-Hadoop : 8.12.1 ES : 8.12.1