Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: lizhenhuan <1916038084@qq.com>
  • Loading branch information
lizhenhuan committed Nov 17, 2022
1 parent 2a588be commit 0a5ce1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expression/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,6 @@ func scalarExprSupportedByTiKV(sf *ScalarFunction) bool {
// json functions.
ast.JSONType, ast.JSONExtract, ast.JSONObject, ast.JSONArray, ast.JSONMerge, ast.JSONSet,
ast.JSONInsert /*ast.JSONReplace,*/, ast.JSONRemove, ast.JSONLength,
// FIXME: JSONUnquote is incompatible with Coprocessor
ast.JSONUnquote, ast.JSONContains, ast.JSONValid,

// date functions.
Expand Down

0 comments on commit 0a5ce1e

Please sign in to comment.