kbendick commented on code in PR #4865:
URL: https://github.com/apache/iceberg/pull/4865#discussion_r882337173
##########
docs/flink/flink-getting-started.md:
##########
@@ -547,6 +547,64 @@ RewriteDataFilesActionResult result =
Actions.forTable(table)
For more doc about options of the rewrite files action, please see
[RewriteDataFilesAction](../../../javadoc/{{% icebergVersion
%}}/org/apache/iceberg/flink/actions/RewriteDataFilesAction.html)
+## Type compatibility
+
+Flink and Iceberg support different set of types. Iceberg does the type
conversion automatically, but not for all combinations,
+so you may want to understand the type conversion in Iceberg in prior to
design the types of columns in your tables.
+
+### Flink type to Iceberg type
+
+This type conversion table describes how Spark types are converted to the
Iceberg types. The conversion applies on both creating Iceberg table and
writing to Iceberg table via Spark.
Review Comment:
Nit: this mentions Spark several times. Assuming a copy past issue?
--
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]