Re: [PR] Adding ArrowResponseEncoder implementation [pinot]

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

Re: [PR] Adding ArrowResponseEncoder implementation [pinot]

2025-04-02 Thread via GitHub
xiangfu0 merged PR #15410: URL: https://github.com/apache/pinot/pull/15410 -- 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

Re: [PR] Adding ArrowResponseEncoder implementation [pinot]

2025-04-02 Thread via GitHub
xiangfu0 commented on code in PR #15410: URL: https://github.com/apache/pinot/pull/15410#discussion_r2025630508 ## pom.xml: ## @@ -789,6 +790,22 @@ test-jar + +org.apache.arrow +arrow-vector +${arrow.version} + + +

Re: [PR] Adding ArrowResponseEncoder implementation [pinot]

2025-04-02 Thread via GitHub
Jackie-Jiang commented on code in PR #15410: URL: https://github.com/apache/pinot/pull/15410#discussion_r2025366657 ## pom.xml: ## @@ -789,6 +790,22 @@ test-jar + +org.apache.arrow +arrow-vector +${arrow.version} + + +

[PR] Adding ArrowResponseEncoder implementation [pinot]

2025-03-31 Thread via GitHub
xiangfu0 opened a new pull request, #15410: URL: https://github.com/apache/pinot/pull/15410 Use ARROW for the ResultTable Serde between BrokerGrpc client and server communication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH