Re: [PR] jsonExtractIndex support array of default values [pinot]

2024-03-29 Thread via GitHub
Jackie-Jiang merged PR #12748: URL: https://github.com/apache/pinot/pull/12748 -- 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

Re: [PR] jsonExtractIndex support array of default values [pinot]

2024-03-28 Thread via GitHub
codecov-commenter commented on PR #12748: URL: https://github.com/apache/pinot/pull/12748#issuecomment-2026757577 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12748?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] jsonExtractIndex support array of default values [pinot]

2024-03-28 Thread via GitHub
saurabhd336 opened a new pull request, #12748: URL: https://github.com/apache/pinot/pull/12748 https://github.com/apache/pinot/pull/12532 added support for extracting multi value json fields using `jsonExtractIndex`. The default value was always an empty array `[]`. This PR enhances the fun