schnappi17 commented on code in PR #2748: URL: https://github.com/apache/incubator-paimon/pull/2748#discussion_r1474142991
########## paimon-core/src/test/java/org/apache/paimon/table/AppendOnlyFileStoreTableTest.java: ########## @@ -85,6 +85,30 @@ public void testBatchReadWrite() throws Exception { "2|21|201|binary|varbinary|mapKey:mapVal|multiset")); } + @Test + public void testBranchBatchReadWrite() throws Exception { Review Comment: Ok, see it's verified in the `FileStoreTableTestBase`, I think it's enough. Please ignore this comment. -- 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...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org