You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/10/24 11:51:12 UTC

[GitHub] [incubator-iotdb] HTHou opened a new pull request #474: [IOTDB-233] Keep metadata plan clear

HTHou opened a new pull request #474: [IOTDB-233] Keep metadata plan clear
URL: https://github.com/apache/incubator-iotdb/pull/474
 
 
   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.
   
   jira link: https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-233?filter=allopenissues

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services