From 2fb5fda8a71e21ef93ca9aa22c80f4418d0b0c89 Mon Sep 17 00:00:00 2001 From: glorv Date: Wed, 28 Jul 2021 12:52:16 +0800 Subject: [PATCH] fix a typo for sync_diff_inspector (#6041) --- sync-diff-inspector/sync-diff-inspector-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-diff-inspector/sync-diff-inspector-overview.md b/sync-diff-inspector/sync-diff-inspector-overview.md index a2674c04f05e0..bcbecd9df8cb0 100644 --- a/sync-diff-inspector/sync-diff-inspector-overview.md +++ b/sync-diff-inspector/sync-diff-inspector-overview.md @@ -142,7 +142,7 @@ fix-sql-file = "fix.sql" # Specifies the column used to divide data into chunks. If you do not configure it, # sync-diff-inspector chooses an appropriate column (primary key, unique key, or a field with index). - index-field = "id" + index-fields = "id" # Specifies the range of the data to be checked # It needs to comply with the syntax of the WHERE clause in SQL.