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


##########
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:
   I just follow the existing code style:
   
https://github.com/apache/gravitino/blob/bd5fad2adb0c4c2383fc03b812d132459ae6e4ca/common/src/main/java/org/apache/gravitino/audit/FilesetAuditConstants.java#L26-L30
   
   should I change them together in this PR or just change current header to 
`Current-Location-Name`?



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