jerqi commented on code in PR #9507:
URL: https://github.com/apache/gravitino/pull/9507#discussion_r2631106134


##########
core/src/main/java/org/apache/gravitino/connector/credential/PathContext.java:
##########
@@ -31,16 +34,35 @@ public class PathContext {
   private final String path;
 
   private final String credentialType;
+  private final String scheme;
 
   /**
    * Constructs a new {@code PathContext} instance with the given path and 
credential type.
    *
    * @param path The path string.
    * @param credentialType The type of the credential.
    */
+  @Deprecated
+  @InlineMe(replacement = "this(path, credentialType, null)")

Review Comment:
   Otherwise, errorprone will fail.



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