jerryshao commented on PR #8336: URL: https://github.com/apache/gravitino/pull/8336#issuecomment-3244315734
I added a client version to the header. If the version number exists, I will check the version number to do the decoding accordingly. But since the old client doesn't have the version number in the header, so the change here still breaks the compatibility. From my point, it is acceptable to break the compatibility: 1. It is 1.0 version, we can do a breaking change for major version. 2. This is a bug. We should fix it even if it breaks the compatibility. -- 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]
