Jialin Qiao created IOTDB-3461:
----------------------------------
Summary: Optimize interface of SchemaFetcher for new Standalone
Key: IOTDB-3461
URL: https://issues.apache.org/jira/browse/IOTDB-3461
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Jialin Qiao
We use PathPatternTree in SchemaFetcher to reduce the transmission in the new
cluster, thus we need to convert a List<Path> to PathPatternTree.
However, this is not needed in the new Standalone version, we could change the
SchemaFetcher interface to receive (String device, String[] measurements,
TSDataType[] datatypes).
--
This message was sent by Atlassian Jira
(v8.20.7#820007)