Fix handling of too many pending messages in SORT node (#1514)

* initial support of SORT node

minor fix of sort node

fixed error message of sort node

fixed error handling of SORT node

add test case for SORT node

make limit of messages count computed once in SORT node

* update type in message & info description

* fix handling of pending messages in SORT node
This commit is contained in:
Hiroyasu Nishiyama
2017-12-07 04:44:46 +09:00
committed by Dave Conway-Jones
parent b98d1216b1
commit d7c8adfd82
3 changed files with 60 additions and 6 deletions

View File

@@ -857,6 +857,7 @@
"descending" : "descending",
"as-number" : "as number",
"invalid-exp" : "invalid JSONata expression in sort node",
"too-many" : "too many pending messages in sort node"
"too-many" : "too many pending messages in sort node",
"clear" : "clear pending message in sort node"
}
}