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


##########
core/src/test/java/org/apache/iceberg/hadoop/TestTableSerialization.java:
##########
@@ -153,6 +163,22 @@ public void testSerializableMetadataTablesPlanning() 
throws IOException {
     }
   }
 
+  @Test
+  void testMetadataTableFromSerializedTable() {

Review Comment:
   Done



##########
core/src/main/java/org/apache/iceberg/SerializableTable.java:
##########
@@ -388,6 +388,12 @@ public Transaction newTransaction() {
     throw new UnsupportedOperationException(errorMsg("newTransaction"));
   }
 
+  @Override
+  public StaticTableOperations operations() {
+    // Never return an operations that is not static

Review Comment:
   Removed



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