This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch fix-legacy-compat-followup in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 4045b27f5e734b55397be0d521c9a9868f63d031 Author: Caideyipi <[email protected]> AuthorDate: Fri Jun 12 11:07:24 2026 +0800 Update PipeDataNodeThriftRequestTest.java --- .../org/apache/iotdb/db/pipe/sink/PipeDataNodeThriftRequestTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/sink/PipeDataNodeThriftRequestTest.java b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/sink/PipeDataNodeThriftRequestTest.java index 5e7c6f279bf..69c0c117d5e 100644 --- a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/sink/PipeDataNodeThriftRequestTest.java +++ b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/sink/PipeDataNodeThriftRequestTest.java @@ -1308,7 +1308,8 @@ public class PipeDataNodeThriftRequestTest { private static ByteBuffer serializeLegacyTabletBatchBody( final List<ByteBuffer> insertNodeBuffers, final List<ByteBuffer> tabletBuffers) throws IOException { - return serializeLegacyTabletBatchBody(Collections.emptyList(), insertNodeBuffers, tabletBuffers); + return serializeLegacyTabletBatchBody( + Collections.emptyList(), insertNodeBuffers, tabletBuffers); } private static ByteBuffer serializeLegacyTabletBatchBody(
