tdunning / t-digest

A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The quality project in the main branch can not be compiled with org.apache.datasketches:1.4.0-SNAPSHOT

lihanhui opened this issue · comments

No jar 1.4.0-SNAPSHOT found! It should be replaced with 2.0.0

org.apache.datasketches
datasketches-java

  •        <version>1.4.0-SNAPSHOT</version>
    
  •        <version>2.0.0</version>
           <scope>test</scope>
       </dependency>
    

Fixed now.

Thanks for having eagle eyes!