starocean999 commented on code in PR #27768:
URL: https://github.com/apache/doris/pull/27768#discussion_r1463099228


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalTVFRelation.java:
##########
@@ -107,7 +107,7 @@ public String toString() {
     public List<Slot> computeOutput() {
         return function.getTable().getBaseSchema()
                 .stream()
-                .map(col -> SlotReference.fromColumn(col, ImmutableList.of()))
+                .map(col -> SlotReference.fromColumn(col, ImmutableList.of(), 
null))

Review Comment:
   This is different from computeOutput() in LogicalTVFRelation, which pass 
'this' as third param. Is this expected?



-- 
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]

Reply via email to