gortiz commented on code in PR #10184: URL: https://github.com/apache/pinot/pull/10184#discussion_r1150555533
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/inv/geospatial/BaseH3IndexCreator.java: ########## @@ -101,6 +102,11 @@ public abstract class BaseH3IndexCreator implements GeoSpatialIndexCreator { _lowestResolution = resolution.getLowestResolution(); } + @Override + public Geometry deserialize(byte[] bytes) { Review Comment: It isn't great. All indexes but forward always return a constant. But forward use different extensions depending on whether the column is multivalued, raw, sorted, etc. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org