jerryshao commented on code in PR #6985:
URL: https://github.com/apache/gravitino/pull/6985#discussion_r2048869936


##########
api/src/main/java/org/apache/gravitino/credential/Credential.java:
##########
@@ -29,6 +29,9 @@ public interface Credential {
   /** Credential expire time in ms since the epoch. */
   String EXPIRE_TIME_IN_MS = "expire-time-in-ms";
 
+  /** The HTTP header used to get the credential from fileset location */
+  String HTTP_HEADER_CURRENT_LOCATION_NAME = "CurrentLocationName";

Review Comment:
   No, it will break the compatibility, let me think more on this.



-- 
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]

Reply via email to