JingsongLi commented on code in PR #7337:
URL: https://github.com/apache/paimon/pull/7337#discussion_r2878388828
##########
paimon-common/src/main/java/org/apache/paimon/rest/RESTTokenFileIO.java:
##########
@@ -63,6 +64,12 @@ public class RESTTokenFileIO implements FileIO {
.defaultValue(false)
.withDescription("Whether to support data token provided
by the REST server.");
+ public static final ConfigOption<String> DLF_ACCESS_TRACKING_EXTENDED_INFO
=
+ ConfigOptions.key("dlf.access-tracking.extended-info")
Review Comment:
We don't need this option, enable or disable should be configured in remote
Rest server.
--
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]