yiguolei commented on code in PR #64694:
URL: https://github.com/apache/doris/pull/64694#discussion_r3458144389


##########
be/src/common/config.cpp:
##########
@@ -1456,6 +1456,8 @@ DEFINE_Bool(enable_snapshot_action, "false");
 DEFINE_mInt32(variant_max_merged_tablet_schema_size, "2048");
 
 DEFINE_mBool(enable_column_type_check, "true");
+DEFINE_mBool(enable_column_sanity_check, "false");
+DEFINE_mBool(enable_arrow_validate_full, "false");

Review Comment:
   这个默认是true吧,我们还是避免挂,而且这个影响不了多少性能



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