未验证 提交 eb500c9d 编写于 作者: C Chen YZ 提交者: GitHub

Fix mods file contains writable view

上级 4be0aaaa
...@@ -2863,9 +2863,8 @@ public class AnalyzeVisitor extends StatementVisitor<Analysis, MPPQueryContext> ...@@ -2863,9 +2863,8 @@ public class AnalyzeVisitor extends StatementVisitor<Analysis, MPPQueryContext>
sourcePathOfAliasSeries = logicalViewSchema.getSourcePathIfWritable(); sourcePathOfAliasSeries = logicalViewSchema.getSourcePathIfWritable();
deletePatternSet.add(sourcePathOfAliasSeries); deletePatternSet.add(sourcePathOfAliasSeries);
deduplicatedDevicePaths.add(sourcePathOfAliasSeries.getDevice()); deduplicatedDevicePaths.add(sourcePathOfAliasSeries.getDevice());
} else {
deletePatternSet.remove(measurementPath);
} }
deletePatternSet.remove(measurementPath);
} else { } else {
deduplicatedDevicePaths.add(measurementPath.getDevice()); deduplicatedDevicePaths.add(measurementPath.getDevice());
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册