schnappi17 commented on code in PR #2748: URL: https://github.com/apache/incubator-paimon/pull/2748#discussion_r1474117644
########## 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: Could we also verify the main branch is not affected? -- 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