This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 125c103abc Added timeouts to the resource deletion calls from SegmentDeletionManager (#15638) add b76b891f8a Adding CityHash support to scalar functions (#15655) No new revisions were added by this update. Summary of changes: .../common/function/scalar/HashFunctions.java | 58 +++ .../common/function/scalar/HashFunctionsTest.java | 60 +++ .../pinot/spi/utils/hash/CityHashFunctions.java | 557 +++++++++++++++++++++ 3 files changed, 675 insertions(+) create mode 100644 pinot-spi/src/main/java/org/apache/pinot/spi/utils/hash/CityHashFunctions.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org