rdblue commented on a change in pull request #2887:
URL: https://github.com/apache/iceberg/pull/2887#discussion_r680571693
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -47,6 +47,19 @@
* Metadata for a table.
*/
public class TableMetadata implements Serializable {
+
+ /**
+ * Iceberg always use the latest stable format version when creating a new
table.
Review comment:
This isn't correct after this commit. I think it should be "Reserved
table property for table format version. Iceberg will default a new table's
format version to the latest stable and recommended version."
Also, I think this should note that incomplete or unstable versions cannot
be selected using this property. When we add v3, this should not be able to set
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]