+1 (binding) I checked: - make - sudo make install - createdb test - psql test - *test=# *create extension datasketches; - *test=#* select cpc_sketch_to_string(cpc_sketch_build(1)); # Successful printout - *test=#* ^Z
On Fri, Jul 30, 2021 at 4:04 PM Jon Malkin <[email protected]> wrote: > +1 (binding) > > I checked: > - LICENSE and NOTICE present > - verified shasum and gpg signature > - make && sudo make install > - ran several example tests from README.md > > jon > > > On Thu, Jul 22, 2021 at 7:47 PM Alexander Saydakov > <[email protected]> wrote: > >> Dear Apache DataSketches PMC and Community, >> >> >> This is a call for a vote to release >> Apache DataSketches-postgresql version 1.5.0-rc2 >> >> >> This is an extension for PostgreSQL database based on the >> Apache DataSketches-cpp core library. >> >> >> Change since rc1: >> >> >> - updated META.json >> >> Changes in this release since 1.4.0: >> >> - Based on the latest datasketches-cpp 3.1.0 >> - Fixed bug in Theta union (in core 3.1.0) >> - Used new wrapped_compact_theta_sketch to avoid some cost of >> deserialization >> - Fixed handling of default parameters >> >> Source repository: https://github.com/apache/datasketches-postgresql >> >> >> Git tag for this release candidate: >> https://github.com/apache/datasketches-postgresql/tree/1.5.0-rc2 >> >> >> The release candidate repository: >> https://dist.apache.org/repos/dist/dev/datasketches/postgresql/1.5.0-rc2 >> >> >> How to build and install: >> https://github.com/apache/datasketches-postgresql/blob/1.5.0-rc2/README.md >> >> >> This vote will remain open for at least 72 hours and at least 3 (+1) >> PMC votes or a majority of (+1) are acquired. >> >> >> Please vote accordingly: >> >> >> [ ] +1 approve >> >> [ ] +0 no opinion >> >> [ ] -1 disapprove with the reason >> >> >> Thank you. >> >> Alexander Saydakov >> >> [email protected] >> >> >>
