You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the RFC to add JSON functions, the json_extract function would be useful to extract specific objects and scalars from an existing json_object.
Hi @YANG-DB@LantaoJin currently working on this ticket and was wondering if I could import the following library: https://github.com/json-path/JsonPath. It has APACHE 2.0 licence and would be ideal in handling the path traversal that needs to be done.
This would be more robust than implementing the functionality ourselves and would be useful to other json functions.
Is your feature request related to a problem?
As part of the RFC to add JSON functions, the
json_extract
function would be useful to extract specific objects and scalars from an existing json_object.JSON
extended functions support #3027JSON
extended functions support #3028JSON
functions: construction and extraction opensearch-spark#780What solution would you like?
What alternatives have you considered?
N/A
Do you have any additional context?
Related spark PPL PR: opensearch-project/opensearch-spark#780
The text was updated successfully, but these errors were encountered: