Details
-
Improvement
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
Description
I dug into this a bit and this is due to the MPack parser name-splitting logic for handling parser aggregation
SeeĀ https://github.com/apache/metron/commit/ebdaf5f905829d8ff59814bb3555666217f85abb#diff-07d6a1f0be049bf6ccf888ec32a0ec1fR74
The shlex library will split strings on hyphens and treat each part as an individual token. e.g. "hello-good-world" becomes "hello", "", "good", "", "world"
Attachments
Issue Links
- links to