-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: PPL - json_set function #3271
base: main
Are you sure you want to change the base?
Feature: PPL - json_set function #3271
Conversation
Signed-off-by: Kenrick Yap <14yapkc1@gmail.com>
Signed-off-by: Kenrick Yap <14yapkc1@gmail.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com> Signed-off-by: kenrickyap <121634635+kenrickyap@users.noreply.github.com>
….java Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com> Signed-off-by: kenrickyap <121634635+kenrickyap@users.noreply.github.com>
…nsearch-project-sql into feature/json-valid Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Kenrick Yap <kenrick.yap@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Hi @andy-k-improving |
Functionality wide, this is ready. |
core/src/main/java/org/opensearch/sql/expression/json/JsonFunctions.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
@normanj-bitquill Fixed above comments, would you mind to have another look? |
This PR depends on t he
json_valid
,json_object
andjson_extract
:#3262, #3242, #3230
Description
To introduce Json function
json_set
to perform insert || override with provided JsonPath String.Related Issues
Resolves: #3214
Partially resolves: #3028
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.