[
https://issues.apache.org/jira/browse/PHOENIX-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783902#comment-17783902
]
ASF GitHub Bot commented on PHOENIX-7099:
-----------------------------------------
ranganathg commented on code in PR #1732:
URL: https://github.com/apache/phoenix/pull/1732#discussion_r1386121678
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/json/JsonFunctionsIT.java:
##########
@@ -344,6 +344,68 @@ public void testJsonExpressionIndexInvalid() {
" (JSON_MODIFY(jsoncol, '$.info.tags[2]', '\"newValue\"'))
include (col)");
}
+ @Test
Review Comment:
sorry I didn't understand this part. Can you give an example? @tkhurana
> Implement JSON_EXISTS function on json object
> ---------------------------------------------
>
> Key: PHOENIX-7099
> URL: https://issues.apache.org/jira/browse/PHOENIX-7099
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Ranganath Govardhanagiri
> Assignee: Ranganath Govardhanagiri
> Priority: Major
>
> JSON_EXISTS determines whether a JSON value satisfies a search criterion.
> SELECT Col1 FROM Table WHERE JSON_EXISTS (jsonCol, '$.where')
--
This message was sent by Atlassian Jira
(v8.20.10#820010)