Skip to content

Commit

Permalink
expression: uncomment pushdown for JSONUnquote expression (#24504) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Jul 16, 2021
1 parent 56fd619 commit 7a4c020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ func scalarExprSupportedByTiKV(sf *ScalarFunction) bool {
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.JSONUnquote,

// date functions.
ast.DateFormat, ast.FromDays /*ast.ToDays,*/, ast.DayOfYear, ast.DayOfMonth, ast.Year, ast.Month,
Expand Down

0 comments on commit 7a4c020

Please sign in to comment.