This is an automated email from the ASF dual-hosted git repository. yupeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git.
from c6c407d Change build status badge to use github-action (#7201) add 7e6cd9e Add the support of geoToH3 function (#7182) No new revisions were added by this update. Summary of changes: .../common/function/TransformFunctionType.java | 5 +- .../transform/function/GeoToH3Function.java | 121 +++++++++++++++++++++ .../transform/function/ScalarFunctions.java | 13 +++ .../function/TransformFunctionFactory.java | 4 + .../core/geospatial/transform/GeoFunctionTest.java | 17 ++- ...lFunctionTest.java => GeoToH3FunctionTest.java} | 29 +++-- 6 files changed, 176 insertions(+), 13 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/geospatial/transform/function/GeoToH3Function.java copy pinot-core/src/test/java/org/apache/pinot/core/geospatial/transform/{StEqualFunctionTest.java => GeoToH3FunctionTest.java} (51%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org