RajaVinoth96 commented on code in PR #18751:
URL: https://github.com/apache/pinot/pull/18751#discussion_r3487591457
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/h3/H3IndexType.java:
##########
@@ -156,7 +169,7 @@ private ReaderFactory() {
@Override
protected H3IndexReader createIndexReader(PinotDataBuffer dataBuffer,
ColumnMetadata metadata,
- H3IndexConfig indexConfig) {
+ H3IndexConfig indexConfig) {
return new ImmutableH3IndexReader(dataBuffer);
Review Comment:
fixed
--
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]