Copilot commented on code in PR #9438: URL: https://github.com/apache/gravitino/pull/9438#discussion_r2605095390
########## docs/docker-image-details.md: ########## @@ -125,8 +139,10 @@ Changelog You can deploy the standalone Gravitino Lance REST server with the Docker image. +Container startup commands + Review Comment: The heading 'Container startup commands' was added before the existing code block, but similar Docker image sections don't have this heading. For consistency with other sections (gravitino, gravitino-iceberg-rest, gravitino-mcp-server), this heading should be removed. ```suggestion ``` ########## docs/docker-image-details.md: ########## @@ -138,7 +154,12 @@ Currently, Gravitino Lance REST server supports setting the following environmen It's not advised to change `LANCE_REST_NAMESPACE_BACKEND`, `LANCE_REST_HOST` and `LANCE_REST_PORT` if you are not familiar with Gravitino Lance REST server and no special requirements. +Changelog Review Comment: This 'Changelog' heading is placed after the environment variables documentation, which is inconsistent with other sections where the Changelog immediately follows the container startup example. Move this heading to line 148 (right after the code block) to match the structure of other Docker image sections. -- 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]
