morrySnow commented on code in PR #27025:
URL: https://github.com/apache/doris/pull/27025#discussion_r1393749087
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##########
@@ -725,13 +726,21 @@ public PlanFragment
visitPhysicalSchemaScan(PhysicalSchemaScan schemaScan, PlanT
Table table = schemaScan.getTable();
List<Slot> slots = ImmutableList.copyOf(schemaScan.getOutput());
TupleDescriptor tupleDescriptor = generateTupleDesc(slots, table,
context);
- SchemaScanNode scanNode = new
SchemaScanNode(schemaScan.translatePlanNodeId(), tupleDescriptor);
+ SchemaScanNode scanNode = null;
Review Comment:
please add comment to explain this logic
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]