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)