uschindler commented on issue #15909: URL: https://github.com/apache/lucene/issues/15909#issuecomment-4185438479
The reason for the failure after merge is quite simple: the branch of the PR that caused the issue was created long ago and was not merged up to main recently. The method failing was added in another PR two weeks ago, so it had the signature from that time. As it was not in the branch of the PR it failed to compile after merge. To avoid this main should have been merged into the PR, especially for such old branches. -- 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]
