Re: [VOTE] Release Apache DataSketches-memory 4.0.0-RC1 (For Java 17)

2024-10-11 Thread Lee Rhodes
[VOTE RESULT] This vote is closed with three (+1) binding votes, and no other votes. On Fri, Oct 11, 2024 at 6:12 PM Lee Rhodes wrote: > +1 (binding) > > I checked: > - mvn clean test with 17 ok, fails with 21 > - Notice and License good > > > On Fri, Oct 11, 2024 at 8:26 AM Jon Malkin wrote:

Re: [VOTE] Release Apache DataSketches-memory 4.0.0-RC1 (For Java 17)

2024-10-11 Thread Lee Rhodes
+1 (binding) I checked: - mvn clean test with 17 ok, fails with 21 - Notice and License good On Fri, Oct 11, 2024 at 8:26 AM Jon Malkin wrote: > +1 (binding) > > I checked: > * LICENSE and NOTICE > * signatures and checksums for all files in dist > * mvn clean package works with java 17, fails

Re: [PR] Better flow [datasketches-bigquery]

2024-10-11 Thread via GitHub
AlexanderSaydakov merged PR #69: URL: https://github.com/apache/datasketches-bigquery/pull/69 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubs

Re: [PR] Better flow [datasketches-bigquery]

2024-10-11 Thread via GitHub
jmalkin commented on PR #69: URL: https://github.com/apache/datasketches-bigquery/pull/69#issuecomment-2408228341 I think the last `finally` block in `serialize()` is probably extraneous now but it shouldn't be harmful. -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Better flow [datasketches-bigquery]

2024-10-11 Thread via GitHub
jmalkin commented on code in PR #69: URL: https://github.com/apache/datasketches-bigquery/pull/69#discussion_r1797479544 ## theta/sqlx/theta_sketch_agg_int64_lgk_seed_p.sqlx: ## @@ -89,18 +81,19 @@ export function serialize(state) { } } else if (state.sketch != null

[ANNOUNCE] DataSketches Java 6.1.1 Bug-Fix Release

2024-10-11 Thread Lee Rhodes
Hello All, This is the core Java component of the DataSketches library that includes all the sketch algorithms in production-ready packages. These sketches can be called directly from this component or used in conjunction with the adaptor components such as Hadoop Pig, Hadoop Hive, or the aggregato

Re: [PR] Update javadocs [datasketches-website]

2024-10-11 Thread via GitHub
leerho merged PR #208: URL: https://github.com/apache/datasketches-website/pull/208 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@data

[PR] Update javadocs [datasketches-website]

2024-10-11 Thread via GitHub
leerho opened a new pull request, #208: URL: https://github.com/apache/datasketches-website/pull/208 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[PR] Better flow [datasketches-bigquery]

2024-10-11 Thread via GitHub
AlexanderSaydakov opened a new pull request, #69: URL: https://github.com/apache/datasketches-bigquery/pull/69 I think this is slightly better and less error-prone. In particular, the parameter "p" was not passed through serialize in sketch building functions, which is fixed now. -- This

Re: [PR] Update Downloads Table [datasketches-website]

2024-10-11 Thread via GitHub
leerho merged PR #207: URL: https://github.com/apache/datasketches-website/pull/207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@data

[PR] Update Downloads Table [datasketches-website]

2024-10-11 Thread via GitHub
leerho opened a new pull request, #207: URL: https://github.com/apache/datasketches-website/pull/207 Updates Downloads table for Java 6.1.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [PR] Update instructions. [datasketches-website]

2024-10-11 Thread via GitHub
leerho merged PR #206: URL: https://github.com/apache/datasketches-website/pull/206 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@data

Re: [PR] Update instructions. [datasketches-website]

2024-10-11 Thread via GitHub
leerho commented on code in PR #206: URL: https://github.com/apache/datasketches-website/pull/206#discussion_r1797249451 ## docs/Community/ReleaseProcessForJavaComponents.md: ## @@ -170,6 +170,7 @@ Also specifies line separator characters for text files. ### Check Primary Zi

Re: [E] Re: [VOTE] Release Apache DataSketches-java 6.1.1-RC1

2024-10-11 Thread Lee Rhodes
[VOTE RESULT] This vote is now closed as PASSED with 3 (+1 binding) votes, one (+1) non-binding vote and no other votes. On Fri, Oct 11, 2024 at 10:13 AM Lee Rhodes wrote: > +1 (binding) > Checked > - mvn clean test for both java8 and 11 > - NOTICE and LICENSE are OK > - checksums and signature

Re: [E] Re: [VOTE] Release Apache DataSketches-java 6.1.1-RC1

2024-10-11 Thread Lee Rhodes
+1 (binding) Checked - mvn clean test for both java8 and 11 - NOTICE and LICENSE are OK - checksums and signatures OK On Thu, Oct 10, 2024 at 8:56 AM Jon Malkin wrote: > +1 (binding) > > Checked: > * signatures and checksums for all release files > * NOTICE and LICENSE seem unchanged from befor

Re: [VOTE] Release Apache DataSketches-memory 4.0.0-RC1 (For Java 17)

2024-10-11 Thread Jon Malkin
+1 (binding) I checked: * LICENSE and NOTICE * signatures and checksums for all files in dist * mvn clean package works with java 17, fails with 8, 11, and 21, as expected jon On Tue, Oct 8, 2024 at 6:30 PM Lee Rhodes wrote: > *Hello Apache DataSketches PMC and Community,* > > 1. This is a c