Caideyipi commented on code in PR #14617:
URL: https://github.com/apache/iotdb/pull/14617#discussion_r2058043678
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/RelationPlanner.java:
##########
@@ -222,8 +222,8 @@ protected RelationPlan visitTable(final Table table, final
Void context) {
outputSymbols,
tableColumnSchema,
idAndAttributeIndexMap,
- treeDeviceViewSchema.getTreeDBName(),
- treeDeviceViewSchema.getMeasurementColumnNameMap()),
+ treeDeviceViewSchema.getTreePathPatternName(),
Review Comment:
This may require a comprehensive change in query process...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]