You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug report. If you’ve found a bug, please provide a code snippet or test to reproduce it below.
The easier it is to track down the bug, the faster it is solved.
Feature Request. Start by telling us what problem you’re trying to solve.
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:
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
The text was updated successfully, but these errors were encountered: