Jialin Qiao created IOTDB-233:
---------------------------------
Summary: Keep MetadataPlan clear
Key: IOTDB-233
URL: https://issues.apache.org/jira/browse/IOTDB-233
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Jialin Qiao
The metadata operator and metadataPlan have both a path and a deletePathList,
which is confusing. It seems that they are used in different scenarios:
private Path path; (for set storage group, create timeseries)
private List<Path> deletePathList; (for delete timeseries)
It's better to make it clear. Maybe by using more types of physical plans.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)