jiangxt2 opened a new pull request, #13135: URL: https://github.com/apache/gravitino/pull/13135
### What changes were proposed in this pull request? Update the standalone Lance REST Docker documentation to identify `http://localhost:9101/lance` as the service base URI instead of `http://localhost:9101`. ### Why are the changes needed? The standalone Lance REST server mounts its REST resources below the `/lance` path. The current Docker section omits this prefix even though the examples later in the same document include it, which can lead users to configure Spark or other Lance clients with a URL that returns HTTP 404. ### Does this PR introduce _any_ user-facing change? Yes. The documented Docker endpoint is corrected to include the required `/lance` path prefix. This change does not modify server behavior, APIs, configuration keys, or runtime compatibility. Fix: N/A (documentation-only correction) ### How was this patch tested? Verified with the fixed-version `apache/gravitino-lance-rest:1.3.0` Docker image: the root endpoint returned HTTP 404, while the `/lance/v1/namespace/list` endpoint returned HTTP 200. The existing `/lance` prefixes in the document were also checked for consistency. -- 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]
