krishan1390 commented on code in PR #17678:
URL: https://github.com/apache/pinot/pull/17678#discussion_r2797446575
##########
pinot-spi/pom.xml:
##########
@@ -240,6 +240,10 @@
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.helix</groupId>
+ <artifactId>helix-core</artifactId>
Review Comment:
@yashmayya @Jackie-Jiang
Thanks updated the PR.
I've added a config record object which is very similar to the data
structure of ZNRecord. Technically it's coupled to ZNRecord, but there is no
Helix dependency now. This is now a much simpler change than any alternative I
could think of.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]