Skip to content

Commit

Permalink
update it
Browse files Browse the repository at this point in the history
  • Loading branch information
YC27 committed Sep 26, 2024
1 parent eaf7d84 commit ee690a8
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ public class LoadTsFileNodeTest {
public void testLoadSingleTsFileNode() throws FileNotFoundException {
TsFileResource resource = new TsFileResource(new File("1"));
LoadSingleTsFileNode node =
new LoadSingleTsFileNode(
new PlanNodeId(""),
resource,
true,
0L,
new LoadTsFileStatement(resource.getTsFilePath()));
new LoadSingleTsFileNode(new PlanNodeId(""), resource, true, 0L, null);
Assert.assertTrue(node.isDeleteAfterLoad());
Assert.assertEquals(resource, node.getTsFileResource());
Assert.assertNull(node.getLocalRegionReplicaSet());
Expand Down

0 comments on commit ee690a8

Please sign in to comment.