forked from opensearch-project/opensearch-spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PPL support json_delete, append functions (opensearch-project#971)
* add the following JSON functions - json_delete - json_append - json_extend Signed-off-by: YANGDB <yang.db.dev@gmail.com> * add the following JSON functions & test for - json_delete - json_append - json_extend Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update tests & scala-fmt Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update IT tests for `json_delete` Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update IT tests for `json_delete` Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update IT tests for `json_append` Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update IT tests according to PR's comments Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update PR to only inclide json_delete json_append Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update PR to only inclide json_delete json_append Signed-off-by: YANGDB <yang.db.dev@gmail.com> * fix scalaFmt Signed-off-by: YANGDB <yang.db.dev@gmail.com> * fix tests Signed-off-by: YANGDB <yang.db.dev@gmail.com> * fix documentation Signed-off-by: YANGDB <yang.db.dev@gmail.com> --------- Signed-off-by: YANGDB <yang.db.dev@gmail.com>
- Loading branch information
Showing
12 changed files
with
847 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.