Guosmilesmile commented on code in PR #12691:
URL: https://github.com/apache/iceberg/pull/12691#discussion_r2020081147


##########
docs/docs/flink-configuration.md:
##########
@@ -198,4 +198,42 @@ they are.
 This is only applicable to {@link StatisticsType#Map} for low-cardinality 
scenario. For
 {@link StatisticsType#Sketch} high-cardinality sort columns, they are usually 
not used as
 partition columns. Otherwise, too many partitions and small files may be 
generated during
-write. Sketch range partitioner simply splits high-cardinality keys into 
ordered ranges.
\ No newline at end of file
+write. Sketch range partitioner simply splits high-cardinality keys into 
ordered ranges.
+
+### Exec options

Review Comment:
   Even though these configurations start with table.exec, they can also 
directly be set by the Source and Sink in DataStream. That’s why I chose to use 
Exec options instead of Table options. If there’s a better suggestion, I think 
this can be changed.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to