Re: [PR] rename KLL aggregate files [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin merged PR #15: URL: https://github.com/apache/datasketches-spark/pull/15 -- 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...@dataske

Re: [PR] rename KLL aggregate files [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin commented on PR #15: URL: https://github.com/apache/datasketches-spark/pull/15#issuecomment-2608606890 Yup. Fixed. -- 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.

Re: [PR] rename KLL aggregate files [datasketches-spark]

2025-01-22 Thread via GitHub
AlexanderSaydakov commented on PR #15: URL: https://github.com/apache/datasketches-spark/pull/15#issuecomment-2608604674 should it be AggBuild? must be a typo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[PR] rename KLL aggregate files [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin opened a new pull request, #15: URL: https://github.com/apache/datasketches-spark/pull/15 Just renamed 2 files -- 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 un

Re: [PR] Ci workflow [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin merged PR #14: URL: https://github.com/apache/datasketches-spark/pull/14 -- 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...@dataske

Re: [PR] Ci workflow [datasketches-spark]

2025-01-22 Thread via GitHub
AlexanderSaydakov commented on PR #14: URL: https://github.com/apache/datasketches-spark/pull/14#issuecomment-2608467398 The repo is very much work in progress now. So I don't think we need special precautions to try a new workflow. -- This is an automated message from the Apache Git Ser

Re: [PR] Ci workflow [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin commented on PR #14: URL: https://github.com/apache/datasketches-spark/pull/14#issuecomment-2608435542 I think the lack of an existing workflow means this didn't trigger a build. Should I try pushing to a branch first and then propose a merge into main from w/in the same repo? --

[PR] Ci workflow [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin opened a new pull request, #14: URL: https://github.com/apache/datasketches-spark/pull/14 Not sure if sbt is an allowed action source for apache yet. This seemed to run correctly in my own repo. I was only able to verify the spark version because of a warning, so it does seem

[ANNOUNCE] Apache Release DataSketches-Java 7.0.1 (for Java 17)

2025-01-22 Thread Lee Rhodes
Hello All, *About DataSketches-Java* 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, H

[ANNOUNCE] Apache DataSketches BigQuery 1.0.1 Released

2025-01-22 Thread Alexander Saydakov
Hello all, We are pleased to announce the release of datasketches-bigquery 1.0.1 This is a patch release with a few small changes: - added installation of wget and unzip in cloudbuild.yaml for deployment to BigQuery - updated dependency on datasketches-cpp to version 5.2.0 (Theta compression bu

Re: [PR] Rename for consistency [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin merged PR #13: URL: https://github.com/apache/datasketches-spark/pull/13 -- 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...@dataske

[PR] Rename for consistency [datasketches-spark]

2025-01-22 Thread via GitHub
jmalkin opened a new pull request, #13: URL: https://github.com/apache/datasketches-spark/pull/13 * rename all (in theory) public-facing functions to be in line with bigquery's SQL style * rename the underlying scala classes using CamelCase but with similar pattern -- This is an autom