aokolnychyi commented on pull request #30806:
URL: https://github.com/apache/spark/pull/30806#issuecomment-748969298
I think certain checks are expected to fail:
```
[error] spark-sql: Failed binary compatibility check against
org.apache.spark:spark-sql_2.12:3.0.0! Found 1 potential problems (filtered 914)
[error] * interface org.apache.spark.sql.connector.write.V1WriteBuilder
does not have a correspondent in current version
[error] filter with:
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.connector.write.V1WriteBuilder")
```
Per discussion
[here](https://github.com/apache/spark/pull/30806#discussion_r545052456).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]