wuwenchi commented on code in PR #49489:
URL: https://github.com/apache/doris/pull/49489#discussion_r2020722793


##########
fe/fe-core/src/test/java/org/apache/doris/datasource/iceberg/IcebergUtilsTest.java:
##########
@@ -60,4 +81,126 @@ private boolean getListAllTables(HiveCatalog hiveCatalog) 
throws IllegalAccessEx
         declaredField.setAccessible(true);
         return declaredField.getBoolean(hiveCatalog);
     }
+
+    @Test
+    public void testGetMatchingManifest() {
+
+        // partition : 100 - 200
+        GenericManifestFile f1 = 
getGenericManifestFileForDataTypeWithPartitionSummary(
+                "manifest_f1.avro",

Review Comment:
   It is just to construct a name within the manifest object, and there is no 
real file. 



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to