[
https://issues.apache.org/jira/browse/METRON-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522766#comment-16522766
]
ASF GitHub Bot commented on METRON-1619:
----------------------------------------
Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/1064#discussion_r197929046
--- Diff: metron-stellar/stellar-common/README.md ---
@@ -54,6 +54,12 @@ The Stellar language supports the following:
* The ability to have parenthesis to make order of operations explicit
* User defined functions, including Lambda expressions
+### Boolean Expressions
+
+Similar to python and javascript, empty collections (e.g. `[]` and
--- End diff --
Yeah, what do people think about merging the two PRs into one and reviewing
them together? I split them up anticipating that the community might want one
or the other but not necessarily both. I am thinking that I close #1063 and
keep this one.
Thoughts?
> Stellar empty collections should be considered false in boolean expressions
> ---------------------------------------------------------------------------
>
> Key: METRON-1619
> URL: https://issues.apache.org/jira/browse/METRON-1619
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
> Priority: Major
>
> Similar to METRON-1618, we should follow the example of python and javascript
> and make empty collections evaluate to false in boolean expressions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)