github-actions[bot] opened a new pull request, #8410: URL: https://github.com/apache/gravitino/pull/8410
### What changes were proposed in this pull request? This PR mainly fixes server things: 1. Fix the double encoding issue. Because Java and Python client will automatically encode the query parameters. Doing it manually will encode the string twice, which will lead to unexpected issues. 2. Add missing encoding in the URL. 3. Add a client version number in the header to let the server check and do the action based on the version. ### Why are the changes needed? Fix the double encoding problem. Fix: #8335 ### Does this PR introduce _any_ user-facing change? Yes, the change will break the backward compatibility for fileset related interfaces. ### How was this patch tested? Local test. -- 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]
