pvary commented on code in PR #15433:
URL: https://github.com/apache/iceberg/pull/15433#discussion_r3092693249


##########
docs/docs/flink-writes.md:
##########
@@ -483,11 +483,10 @@ We need the following information (DynamicRecord) for 
every record:
 | `Schema`           | The schema of the record.                               
                                  |
 | `Spec`             | The expected partitioning specification for the record. 
                                  |
 | `RowData`          | The actual row data to be written.                      
                                  |
-| `DistributionMode` | The distribution mode for writing the record (currently 
supports NONE or HASH).           |
+| `DistributionMode` | The distribution mode for writing the record (NONE, 
HASH or `null`). When `null`, the record won't be shuffled at all. |
 | `Parallelism`      | The maximum number of parallel writers for a given 
table/branch/schema/spec (WriteTarget). |
 | `UpsertMode`       | Overrides this table's write.upsert.enabled (optional). 
                                  |
 | `EqualityFields`   | The equality fields for the table(optional).            
                                            |
-

Review Comment:
   nit: unnecessary change. Please revert



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