zhaojintaozhao opened a new issue #4541: URL: https://github.com/apache/incubator-doris/issues/4541
Hi, All The default value of Max_filter_ratio is 0. In this case, if the data is irregulary, we need to set max_Filter_Ratio in each load statement, that is troublesome. Therefore, we put the default value of max_Filter_Ratio in the configuration file. The default value is no longer fixed at 0. Instead, you can set different values as required. In this way, max_Filter_Ratio is not required for most load statements in scenarios where data is irregulary. The default value is used only when max_Filter_Ratio is not set in the Load statement. I have implemented the feature of setting the default value of max_Filter_Ratio in the configuration file. I hope I can contribute to the community. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
