amaliujia commented on PR #40931:
URL: https://github.com/apache/spark/pull/40931#issuecomment-1520990871
ok looks like we also have compatibility checks on Spark-core
```
[error] spark-core: Failed binary compatibility check against
org.apache.spark:spark-core_2.12:3.4.0! Found 4 potential problems (filtered
4036)
[error] * interface org.apache.spark.QueryContext does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.QueryContext")
[error] * class org.apache.spark.SparkException does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.SparkException")
[error] * object org.apache.spark.SparkException does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.SparkException$")
[error] * interface org.apache.spark.SparkThrowable does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.SparkThrowable")
```
Are we ok to update the check?
--
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]