Skip to content

Commit

Permalink
Update existing integTest
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Jan 23, 2025
1 parent fe42887 commit b7cda99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"children": [
{
"name": "EvalOperator",
"name": "OpenSearchEvalOperator",
"description": {
"expressions": {
"balance": "ifnull(balance, -1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"children": [
{
"name": "EvalOperator",
"name": "OpenSearchEvalOperator",
"description": {
"expressions": {
"ageMinus": "-(age, 30)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"children": [
{
"name": "EvalOperator",
"name": "OpenSearchEvalOperator",
"description": {
"expressions": {
"age2": "+(avg_age, 2)"
Expand Down

0 comments on commit b7cda99

Please sign in to comment.