xiangfu0 merged PR #15352:
URL: https://github.com/apache/pinot/pull/15352
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot.apa
codecov-commenter commented on PR #15352:
URL: https://github.com/apache/pinot/pull/15352#issuecomment-2747525719
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15352?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
xiangfu0 opened a new pull request, #15352:
URL: https://github.com/apache/pinot/pull/15352
Extract an array of key-value maps to a map.
E.g.
- input: `[{"key": "k1", "value": "v1"}, {"key": "k2", "value": "v2"},
{"key": "k3", "value": "v3"}]`
- output: `{"k1": "v1", "k2": "v2", "k