nastra merged PR #10528:
URL: https://github.com/apache/iceberg/pull/10528
--
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.ap
nastra commented on code in PR #10528:
URL: https://github.com/apache/iceberg/pull/10528#discussion_r1644157445
##
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##
@@ -74,11 +74,7 @@ public static TableMetadata newTableMetadata(
public static TableMetadata newTabl
nastra commented on code in PR #10528:
URL: https://github.com/apache/iceberg/pull/10528#discussion_r1644064255
##
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##
@@ -74,11 +74,7 @@ public static TableMetadata newTableMetadata(
public static TableMetadata newTabl
DaqianLiao commented on code in PR #10528:
URL: https://github.com/apache/iceberg/pull/10528#discussion_r1643939337
##
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##
@@ -74,11 +74,7 @@ public static TableMetadata newTableMetadata(
public static TableMetadata new
wangyinsheng commented on code in PR #10528:
URL: https://github.com/apache/iceberg/pull/10528#discussion_r1643914605
##
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##
@@ -74,11 +74,7 @@ public static TableMetadata newTableMetadata(
public static TableMetadata n
wangyinsheng commented on code in PR #10528:
URL: https://github.com/apache/iceberg/pull/10528#discussion_r1643914605
##
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##
@@ -74,11 +74,7 @@ public static TableMetadata newTableMetadata(
public static TableMetadata n
DaqianLiao opened a new pull request, #10528:
URL: https://github.com/apache/iceberg/pull/10528
This pr simplifies the newTableMetadata method call in Iceberg by removing
the redundant TableMetadata class.
We can create `TableMetadata` object by using method
'org.apache.iceberg.TableMeta