FANNG1 opened a new pull request, #11579: URL: https://github.com/apache/gravitino/pull/11579
### What changes were proposed in this pull request? Remove the version guard from Lance table describe handling so `describeTable(version=...)` is treated the same as the latest-table describe path. Add a regression assertion that versioned describe succeeds and returns the same metadata as the latest describe call. ### Why are the changes needed? Spark Lance can send a versioned describe request during write/commit flows. Gravitino Lance REST currently rejected that request, which breaks namespace-backed writes even though latest-only describe works. Fix: #11578 ### Does this PR introduce _any_ user-facing change? Versioned Lance `describeTable` requests are now accepted instead of failing. The latest describe response shape is unchanged. ### How was this patch tested? Ran the Lance REST server integration test class covering `describeTable` behavior. -- 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]
