Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: guo-shaoge <[email protected]>
  • Loading branch information
guo-shaoge committed Jun 25, 2021
1 parent 95a0650 commit 36c36ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions expression/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,7 @@ func canFuncBePushed(sf *ScalarFunction, storeType kv.StoreType) bool {
// json functions.
ast.JSONType,
ast.JSONExtract,
// FIXME: JSONUnquote is incompatible with Coprocessor
<<<<<<< HEAD
// ast.JSONUnquote,
ast.JSONUnquote,
ast.JSONObject,
ast.JSONArray,
ast.JSONMerge,
Expand All @@ -1034,9 +1032,6 @@ func canFuncBePushed(sf *ScalarFunction, storeType kv.StoreType) bool {
// ast.JSONReplace,
ast.JSONRemove,
ast.JSONLength,
=======
ast.JSONUnquote,
>>>>>>> bd8d3b1a8... expression: uncomment pushdown for JSONUnquote expression (#24504)

// date functions.
ast.DateFormat,
Expand Down

0 comments on commit 36c36ee

Please sign in to comment.