orenccl commented on code in PR #6025: URL: https://github.com/apache/gravitino/pull/6025#discussion_r1898537514
########## web/web/src/app/metalakes/metalake/MetalakeView.js: ########## @@ -124,7 +140,9 @@ const MetalakeView = () => { routeParams.schema ? `{{${routeParams.schema}}}` : '' }${routeParams.table ? `{{${routeParams.table}}}` : ''}${ routeParams.fileset ? `{{${routeParams.fileset}}}` : '' - }${routeParams.topic ? `{{${routeParams.topic}}}` : ''}` + }${routeParams.topic ? `{{${routeParams.topic}}}` : ''}${ + routeParams.model ? `{{${routeParams.model}}}` : '' + }${routeParams.version ? `{{${routeParams.version}}}` : ''}` Review Comment: This code is hard to read. Consider improving the formatting or simplifying it. But I am fine with current approach. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org