This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a change to branch h3-index in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from bab10b9 Removing H3WITHIN UDF and adding logic to use h3 index for st_distance udf add 561a905 Fixing license issues No new revisions were added by this update. Summary of changes: .../transform/function/ScalarFunctions.java | 14 ++++++++++++++ .../transform/function/StDistanceFunction.java | 4 ++-- .../request/context/predicate/GeoPredicate.java | 18 ++++++++++++++++++ .../core/segment/creator/GeoSpatialIndexCreator.java | 18 ++++++++++++++++++ .../creator/impl/geospatial/H3IndexCreator.java | 20 ++++++++++++++++++++ .../index/readers/geospatial/H3IndexReader.java | 18 ++++++++++++++++++ .../starbucksStores/starbucksStores_schema.json | 4 ++-- 7 files changed, 92 insertions(+), 4 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org