sachinnn99 commented on PR #10639: URL: https://github.com/apache/gravitino/pull/10639#issuecomment-4174763205
Hi @jerryshao, the METALAKE case currently uses the `metalakeName` parameter instead of `metadataObject.name()`. If the two differ (e.g., metalake name in the URL path vs. the metadata object parsed from the request body), the code resolves the wrong metalake. Every other type branch already uses the object's own name, so this aligns the METALAKE case with the rest. See #10621 for details. -- 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]
