jackye1995 commented on code in PR #4479:
URL: https://github.com/apache/iceberg/pull/4479#discussion_r1120730692
##########
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java:
##########
@@ -77,4 +77,9 @@ private SparkReadOptions() {}
// Timestamp in milliseconds; start a stream from the snapshot that occurs
after this timestamp
public static final String STREAM_FROM_TIMESTAMP = "stream-from-timestamp";
+
+ // maximum file per micro_batch
+ public static final String MAX_FILES_PER_MICRO_BATCH =
"max-files-per-micro-batch";
Review Comment:
given this is a streaming feature, can we use `streaming-` prefix, and name
it something like `streaming-max-files-per-batch`?
--
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]