Skip to content

Commit

Permalink
desc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonLiTree committed Jan 24, 2024
1 parent 1003204 commit e645296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ FROM data_source [data_source_properties]
Boolean type, True means that use partial column update, the default value is false, this parameter is only allowed to be set when the table model is Unique and Merge on Write is used. Multi-table does not support this parameter.
13. `max_filter_ratio`
The maximum allowed filtering rate within the sampling window. Must be between 0 and 1. The default value is 1.0.
The maximum allowed filtering rate within the sampling window. Must be between 0 and 1. The default value is 0.
The sampling window is `max_batch_rows * 10`. That is, if the number of error lines / total lines is greater than `max_filter_ratio` within the sampling window, the routine operation will be suspended, requiring manual intervention to check data quality problems.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ FROM data_source [data_source_properties]
13. `max_filter_ratio`
采样窗口内,允许的最大过滤率。必须在大于等于0到小于等于1之间。默认值是 1.0。
采样窗口内,允许的最大过滤率。必须在大于等于0到小于等于1之间。默认值是 0。
采样窗口为 `max_batch_rows * 10`。即如果在采样窗口内,错误行数/总行数大于 `max_filter_ratio`,则会导致例行作业被暂停,需要人工介入检查数据质量问题。
Expand Down

0 comments on commit e645296

Please sign in to comment.