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