From 629350ba4d219947984052f9466d39485f7a9347 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Mon, 10 Jul 2023 16:37:19 +0800 Subject: [PATCH] Update wording --- data-type-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-type-json.md b/data-type-json.md index 47eeb42b93979..6dfa2399342e5 100644 --- a/data-type-json.md +++ b/data-type-json.md @@ -27,7 +27,7 @@ For more information, see [JSON Functions](/functions-and-operators/json-functio ## Restrictions -- Currently, TiDB only supports pushing down some `JSON` functions to TiFlash. For more information, see [Push-down expressions](/tiflash/tiflash-supported-pushdown-calculations.md#push-down-expressions). +- Currently, TiDB only supports pushing down limited `JSON` functions to TiFlash. For more information, see [Push-down expressions](/tiflash/tiflash-supported-pushdown-calculations.md#push-down-expressions). - TiDB Backup & Restore (BR) versions earlier than v6.3.0 do not support recovering data containing JSON columns. No version of BR supports recovering data containing JSON columns to TiDB clusters earlier than v6.3.0. - Do not use any replication tool to replicate data containing non-standard `JSON` data types, such as `DATE`, `DATETIME`, and `TIME`.