You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2022/06/27 13:08:00 UTC

[jira] [Created] (IOTDB-3666) Rename XXReq in ConfigNode to XXPlan

Jialin Qiao created IOTDB-3666:
----------------------------------

             Summary: Rename XXReq in ConfigNode to XXPlan
                 Key: IOTDB-3666
                 URL: https://issues.apache.org/jira/browse/IOTDB-3666
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Jialin Qiao
            Assignee: 伊丹翔


Currently, the read/write QueryPlans in ConfigNode all extend the ConfigRequest class.

Then, they all named as xxReq. However, this is duplicated with the Thrift rpc request, which called xxxReq and xxxResp.

 

We'd better change the ConfigRequest to ConfigPhysicalPlan and rename xxReq to xxPlan.

And rename ConfigRequestExecutor to ConfigPlanExecutor.

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)