haizhou-zhao commented on code in PR #11093:
URL: https://github.com/apache/iceberg/pull/11093#discussion_r1795881502


##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java:
##########
@@ -521,7 +524,7 @@ public void testFilesTableTimeTravelWithSchemaEvolution() 
throws Exception {
                 optional(3, "category", Types.StringType.get())));
 
     spark.createDataFrame(newRecords, 
newSparkSchema).coalesce(1).writeTo(tableName).append();
-
+    table.refresh();

Review Comment:
   Yes, RESTTableOperations and other TableOperations has different mechanisms 
of refreshing metadata.



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