[GitHub] metron pull request #1291: METRON-1922: Escaping incorrectly handled in curr...

2018-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1291 ---

[GitHub] metron pull request #1291: METRON-1922: Escaping incorrectly handled in curr...

2018-12-06 Thread JonZeolla
Github user JonZeolla commented on a diff in the pull request: https://github.com/apache/metron/pull/1291#discussion_r239492672 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/common/shell/cli/StellarShellTest.java --- @@ -100,6 +100,12 @@ public vo

[GitHub] metron pull request #1291: METRON-1922: Escaping incorrectly handled in curr...

2018-12-05 Thread justinleet
GitHub user justinleet opened a pull request: https://github.com/apache/metron/pull/1291 METRON-1922: Escaping incorrectly handled in current aesh version ## Contributor Comments SPLIT('foo\\bar', '\\') doesn't work properly. It does after bumping the aesh version. Seems like s