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

Fix mods file contains writable view

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