steveloughran commented on code in PR #15626:
URL: https://github.com/apache/iceberg/pull/15626#discussion_r2933655729
##########
gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java:
##########
@@ -73,6 +73,15 @@ public class GCPProperties implements Serializable {
/** Controls whether analytics core library is enabled or not. Defaults to
false. */
public static final String GCS_ANALYTICS_CORE_ENABLED =
"gcs.analytics-core.enabled";
+ /** Optional configuration for connection timeout in milliseconds for GCS
client. */
+ public static final String GCS_CONNECTION_TIMEOUT_MILLIS =
"gcs.connection.timeout-millis";
Review Comment:
needs documentation in whichever file others are written up
--
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]