ColinLeeo commented on code in PR #13158:
URL: https://github.com/apache/iotdb/pull/13158#discussion_r1903207478
##########
iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanSerDeTest.java:
##########
@@ -576,7 +577,7 @@ public void AuthorPlanTest() throws IOException,
IllegalPathException {
// create user
req0 =
- new AuthorPlan(
+ new AuthorTreePlan(
Review Comment:
Their ser/de functions were tested at authOperationProcedureTest, which
ser/de itself and it's owned author plan.
--
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]