panbingkun commented on PR #45702: URL: https://github.com/apache/spark/pull/45702#issuecomment-2018258385
I analyzed the root cause for the failure, which may be as follows: - https://github.com/apache/spark/pull/45688 and https://github.com/apache/spark/pull/45575 are both reviewing at the same time, so both local and the GA display that the all UT has passed. - At this point, the https://github.com/apache/spark/pull/45575 has been approved and merged, it has added a restriction in the following place: https://github.com/apache/spark/blob/b34178781fdd67dfcfc53e5a00eea0737ee01620/common/variant/src/main/java/org/apache/spark/types/variant/Variant.java#L40-L47 - Then the https://github.com/apache/spark/pull/45688 were approved, but they did not perceive the above restriction. - After being merged, the GA was broken. -- 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]
