sunchao commented on a change in pull request #2276:
URL: https://github.com/apache/iceberg/pull/2276#discussion_r596330441



##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java
##########
@@ -33,6 +33,9 @@ private SparkReadOptions() {
   // A timestamp in milliseconds; the snapshot used will be the snapshot 
current at this time.
   public static final String AS_OF_TIMESTAMP = "as-of-timestamp";
 
+  // Whether to combine splits by partition boundary or not.
+  public static final String BY_PARTITION = "by-partition";

Review comment:
       It seems this is only used by `DataFrameReader` from Spark? if so we may 
need another way to config this.




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

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