jackye1995 commented on code in PR #5508:
URL: https://github.com/apache/iceberg/pull/5508#discussion_r944036770
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -389,6 +389,19 @@ public class AwsProperties implements Serializable {
*/
@Deprecated public static final boolean CLIENT_ENABLE_ETAG_CHECK_DEFAULT =
false;
+ /**
+ * This flag controls whether the S3 client will be initialized during the
S3FileIO
+ * initialization, instead of normal lazy initialization upon use. This is
needed for cases that
+ * the credentials to use might change and needs to be preloaded.
+ *
+ * <p>In {@link GlueCatalog#newTableOps}, we will set this flag to true if
1) this table exists
Review Comment:
this paragraph is not needed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]