TsukiokaKogane commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3361772278


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##########
@@ -872,6 +876,10 @@ public PlanFragment visitPhysicalOlapScan(PhysicalOlapScan 
olapScan, PlanTransla
     private PlanFragment computePhysicalOlapScan(PhysicalOlapScan olapScan, 
PlanTranslatorContext context) {
         List<Slot> slots = olapScan.getOutput();
         OlapTable olapTable = olapScan.getTable();
+        if (olapScan.isIncrementalScan() && 
!olapScan.getChangeScanInfo().isPresent()) {

Review Comment:
   因为stream可能查原表 底表可能是RowBinlogTableWrapper 也可能是OlapTableStreamWrapper
   OlapTableStreamWrapper 记录了增量信息进行位点消费



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