prudhvimaharishi commented on code in PR #14333:
URL: https://github.com/apache/iceberg/pull/14333#discussion_r2446681906


##########
gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java:
##########
@@ -128,6 +132,8 @@ public GCPProperties(Map<String, String> properties) {
     gcsDeleteBatchSize =
         PropertyUtil.propertyAsInt(
             properties, GCS_DELETE_BATCH_SIZE, GCS_DELETE_BATCH_SIZE_DEFAULT);
+    gcsAnalyticsCoreEnabled =

Review Comment:
   This is a first iteration for the library, we dint want to change default 
functionality in this iteration. 
   
   Our end goal is to host many more optimizations, production test this on 
real world analytical workloads and enable this by default. 



-- 
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]

Reply via email to