Skip to content

Commit

Permalink
Fixed the CP problem of measurement path in SRStatementGenerator (#14780
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Caideyipi authored Jan 26, 2025
1 parent c01583d commit 757064c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ public List<Statement> visitDatabaseMNode(
@Override
public List<Statement> visitMeasurementMNode(
AbstractMeasurementMNode<?, ? extends IMNode<?>> node, PartialPath path) {
path = new MeasurementPath(path.getNodes());
if (node.isLogicalView()) {
List<Statement> statementList = new ArrayList<>();
final CreateLogicalViewStatement stmt = new CreateLogicalViewStatement();
Expand Down

0 comments on commit 757064c

Please sign in to comment.