dongjoon-hyun commented on PR #49163: URL: https://github.com/apache/spark/pull/49163#issuecomment-2619570972
According to the CI results, this PR seems to introduce a binary compatibility issue. ``` [info] spark-examples: mimaPreviousArtifacts not set, not analyzing binary compatibility [error] java.lang.RuntimeException: Failed binary compatibility check against org.apache.spark:spark-core_2.13:3.5.0! Found 6 potential problems (filtered 4083) ``` FYI, if the change is a valid one, you can add the broken parts explicitly here, @steven-aerts . - https://github.com/apache/spark/blob/master/project/MimaExcludes.scala -- 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]
