imay commented on a change in pull request #1677: Add strict mode in Routine 
load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315559611
 
 

 ##########
 File path: 
fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
 ##########
 @@ -1160,6 +1169,10 @@ public void readFields(DataInput in) throws IOException 
{
 
         origStmt = Text.readString(in);
 
+        if (Catalog.getCurrentCatalogJournalVersion() >= 
FeMetaVersion.VERSION_59) {
+            strictMode = in.readBoolean();
 
 Review comment:
   If you make all old routine load job to strict mode. This may cause many 
data to be filtered

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to