lucienlgl commented on PR #53291:
URL: https://github.com/apache/doris/pull/53291#issuecomment-3714747254

   When I was using version 2.1.8, I also encountered a situation where the 
json_contains function returned incorrect results. I would like to confirm if 
this is the same issue as this one? If so, is there any plan to fix version 
2.1.x?
   
   My test case:
   1. SELECT JSON_CONTAINS('{}', '{"key": "key1", "value": "value1"}');   --- 
return 1
   2. SELECT JSON_CONTAINS('{"2":"2","1":"1","3":"3"}', '{"key": "value"}');    
--- return 1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to