shuwenwei commented on code in PR #14617:
URL: https://github.com/apache/iotdb/pull/14617#discussion_r2055468215
##########
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:
Using treePathPatternName as treeDBName will result in failure to obtain
DataPartition later in `PushPredicateIntoTableScan.fetchDataPartitionByDevices`
--
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]