Re: [I] Pyspark example [datasketches-spark]

2025-02-18 Thread via GitHub
jmalkin closed issue #5: Pyspark example URL: https://github.com/apache/datasketches-spark/issues/5 -- 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-

Re: [I] Pyspark example [datasketches-spark]

2025-02-18 Thread via GitHub
jmalkin commented on issue #5: URL: https://github.com/apache/datasketches-spark/issues/5#issuecomment-2667469020 Addressed by #19. Functions will need to be added to the python interface separately from scala -- perhaps it'd be possible to do generated code or something, but that'd be a s

Re: [PR] Update version.cfg.in [datasketches-python]

2025-02-18 Thread via GitHub
jmalkin merged PR #60: URL: https://github.com/apache/datasketches-python/pull/60 -- 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...@datask

Re: [PR] Pin version for 5.2.0 release [datasketches-python]

2025-02-18 Thread via GitHub
jmalkin closed pull request #61: Pin version for 5.2.0 release URL: https://github.com/apache/datasketches-python/pull/61 -- 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 uns

Re: [PR] Pin version for 5.2.0 release [datasketches-python]

2025-02-18 Thread via GitHub
jmalkin commented on PR #61: URL: https://github.com/apache/datasketches-python/pull/61#issuecomment-2667270513 Oops.. don't wanna merge this! -- 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

[PR] Pin version for 5.2.0 release [datasketches-python]

2025-02-18 Thread via GitHub
jmalkin opened a new pull request, #61: URL: https://github.com/apache/datasketches-python/pull/61 Need to kick off the release process -- 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 specifi

[PR] Update version.cfg.in [datasketches-python]

2025-02-18 Thread via GitHub
jmalkin opened a new pull request, #60: URL: https://github.com/apache/datasketches-python/pull/60 Release process: bump dev version in main -- 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 sp

[VOTE] Release Apache DataSketches-memory 6.0.0-RC3

2025-02-18 Thread Lee Rhodes
1. This is a call for vote to release Apache DataSketches-memory candidate version: 6.0.0-RC3. - This version of DataSketches-memory requires Java 21 and leverages the new Panama (FFM) preview release with Java 21 and JEP 442. As a result, you may need to add "--enable-preview" as a ru

Re: [PR] Python [datasketches-spark]

2025-02-18 Thread via GitHub
jmalkin merged PR #19: URL: https://github.com/apache/datasketches-spark/pull/19 -- 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] Python [datasketches-spark]

2025-02-18 Thread via GitHub
jmalkin commented on PR #19: URL: https://github.com/apache/datasketches-spark/pull/19#issuecomment-2667184220 Now there's a python workflow. I limited that to a single version of java, scala, and spark. We'll need to expand that when we want to build wheels to distribute, but since I was

[PR] Python [datasketches-spark]

2025-02-18 Thread via GitHub
jmalkin opened a new pull request, #19: URL: https://github.com/apache/datasketches-spark/pull/19 A bunch of changes in support of KLL via pyspark. Still needs documentation on the python methods and a workflow to test, but this seems sufficient for merging. -- This is an automated