ahmedabu98 commented on code in PR #38061:
URL: https://github.com/apache/beam/pull/38061#discussion_r3162017122
##########
sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/IcebergWriteSchemaTransformProvider.java:
##########
@@ -134,6 +135,12 @@ public static Builder builder() {
+ " please visit
https://iceberg.apache.org/docs/latest/configuration/#table-properties.")
public abstract @Nullable Map<String, String> getTableProperties();
+ @SchemaFieldDescription(
+ "Defines distribution of write data. Supported distributions:"
+ + "\n- none: don't shuffle rows (default)"
Review Comment:
Would rather keep it this way in case we add support for Range. More
straightforward to deal with one config option. This also mirrors how Flink
does it
--
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]