FANNG1 commented on code in PR #4250:
URL: https://github.com/apache/gravitino/pull/4250#discussion_r1699536044
##########
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/IcebergConfig.java:
##########
@@ -88,6 +89,45 @@ public class IcebergConfig extends Config implements
OverwriteDefaultConfig {
.booleanConf()
.createWithDefault(true);
+ public static final ConfigEntry<String> IO_IMPL =
+ new ConfigBuilder(IcebergConstants.IO_IMPL)
+ .doc("The io implementation for `FileIO` in Iceberg")
+ .version(ConfigConstants.VERSION_0_6_0)
+ .stringConf()
+ .create();
+
+ public static final ConfigEntry<String> S3_ENDPOINT =
+ new ConfigBuilder(IcebergConstants.GRAVITINO_S3_ENDPOINT)
+ .doc(
+ "An alternative endpoint of the S3 service, This could be used
to use S3FileIO with "
Review Comment:
done
--
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]