JingsongLi commented on code in PR #2239:
URL: https://github.com/apache/incubator-paimon/pull/2239#discussion_r1379687773
##########
paimon-core/src/test/java/org/apache/paimon/disk/InMemoryBufferTest.java:
##########
@@ -143,4 +147,70 @@ public void testEmpty() throws Exception {
RowBufferIterator iterator = buffer.newIterator();
assertThat(iterator.advanceNext()).isFalse();
}
+
+ @Test
+ public void testMemoryPoolWorksWellWithInMemoryBuffer() throws Exception {
Review Comment:
There are lots of code style issues, you can check your ide support.
--
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]