You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
We recently published some additions to the APIs for query optimizer version and backups support. The generated PRs all fail on the binary compatibility check because we add methods to existing interfaces.
We recently published some additions to the APIs for query optimizer version and backups support. The generated PRs all fail on the binary compatibility check because we add methods to existing interfaces.
Examples are #84 and #97.
In #84, I added clirr-ignored-differences.xml to make the compatibility check happy. I will have to do the same for #97
If there's a way to exclude sub-directories from this check, that would work.