在Apache IoTDB中创建模板遇到NPE问题

creating template in the Apache IoTDB encountered NPE problem

我在Apache IoTDB 中创建模板,但遇到了NPE 问题。我的模板只有自己定义的一级子节点。 代码在这里。

for(TemplateNode child : curNode.getChildren().values()) { curNode: CarTemplateNode(1282stack.push(new Pair一(fullPath.toString(,child)); //TemplateNode:return null public Map<String,TemplateNode> getchildren() {return null; }

IoTDB 会话版本:0.13.0 IoTDB 版本:0.13.0

没有子节点覆盖此方法。请尝试方法 public boolean isMeasurement() { return true; }