yuqi1129 commented on code in PR #8918: URL: https://github.com/apache/gravitino/pull/8918#discussion_r2464628395
########## conf/gravitino-lance-rest-server.conf.template: ########## @@ -43,6 +43,7 @@ gravitino.lance-rest.responseHeaderSize = 131072 # THE CONFIGURATION FOR Lance namespace backend # The backend Lance namespace for Lance REST service, it's recommended to use Gravitino gravitino.lance-rest.namespace-backend = gravitino -gravitino.lance-rest.uri = http://localhost:8090 -# replace metalake with your metalake name in Gravitino -# gravitino.lance-rest.metalake-name = metalake +# The uri of the Lance REST service gravitino namespace backend +gravitino.lance-rest.gravitino.uri = http://localhost:8090 +# The metalake name used for Lance REST service gravitino namespace backend +#gravitino.lance-rest.gravitino.metalake-name = Review Comment: Is the default value for `metalake` null? -- 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]
