manuzhang commented on code in PR #12671:
URL: https://github.com/apache/iceberg/pull/12671#discussion_r2018758780


##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIOProperties.java:
##########
@@ -290,6 +290,10 @@ public class S3FileIOProperties implements Serializable {
 
   public static final boolean CHECKSUM_ENABLED_DEFAULT = false;
 
+  public static final String CHUNK_ENCODING_ENABLED = 
"s3.chunked-encoding.enabled";
+
+  public static final boolean CHUNK_ENCODING_ENABLED_DEFAULT = true;

Review Comment:
   I'm just thinking it's a new property and asking whether it should be 
documented.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to