未验证 提交 15a3202b 编写于 作者: M Marcos_Zyk 提交者: GitHub

[IOTDB-3938]Fix measurements check of batch insertion (#7022)

[IOTDB-3938]Fix measurements check of batch insertion #7022
上级 a0a4e006
......@@ -65,7 +65,7 @@ public class PathUtils {
return;
}
for (List<String> measurements : measurementLists) {
isLegalMeasurements(measurements);
isLegalSingleMeasurements(measurements);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册