gavinchou commented on code in PR #66849:
URL: https://github.com/apache/doris/pull/66849#discussion_r3841914353


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##########
@@ -3121,12 +3121,14 @@ private void 
preserveRowBinlogSemanticSlots(OlapScanNode scanNode, Set<SlotId> r
             // are no before-image storage dependencies to preserve.
             return;
         }
+        boolean preserveCompleteRow = scanType == TBinlogScanType.MIN_DELTA;

Review Comment:
   from  csun5285: only min_delta ? how about detail and other types?



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