Skip to content

Commit

Permalink
Merge pull request #957 from wshao08/new_TsFile
Browse files Browse the repository at this point in the history
Change to use duplicated path and datatypes in LastQueryExecutor
  • Loading branch information
JackieTien97 committed Mar 30, 2020
2 parents 3286c98 + b472cf6 commit 7cd97bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public class LastQueryExecutor {
private List<TSDataType> dataTypes;

public LastQueryExecutor(LastQueryPlan lastQueryPlan) {
this.selectedSeries = lastQueryPlan.getPaths();
this.dataTypes = lastQueryPlan.getDataTypes();
this.selectedSeries = lastQueryPlan.getDeduplicatedPaths();
this.dataTypes = lastQueryPlan.getDeduplicatedDataTypes();
}

/**
Expand Down

0 comments on commit 7cd97bc

Please sign in to comment.