Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-24 Thread via GitHub
kevinjqliu commented on PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#issuecomment-2679610682 woot! I see 45.2.0 on https://pypi.org/project/datafusion/ thanks for working on the release! -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-24 Thread via GitHub
timsaucer merged PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024 -- 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: github-unsubscr...

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-23 Thread via GitHub
timsaucer commented on PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#issuecomment-2676857092 Thank you! I can take care of the pypi upload today -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-23 Thread via GitHub
alamb commented on PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#issuecomment-2676856559 Thanks @timsaucer ! I did the final upload / release here: The release is available here: https://dist.apache.org/repos/dist/release/datafusion/datafusion-python-45.2.

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-21 Thread via GitHub
timsaucer commented on PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#issuecomment-2675282815 Per the vote we have 3 PMCs with +1: https://lists.apache.org/thread/1nvpzpdkxjz17kmlg4wlty7pt5y6jvh4 I am moving this to ready, but I will need a PMC to do the final s

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-18 Thread via GitHub
timsaucer commented on PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#issuecomment-2665603000 > I noticed the latest commit (`639e2ab`) for this PR is used for the RC. Should we merge this PR to main? I'll merge it to main once the release is approved. I put thi

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-17 Thread via GitHub
timsaucer commented on code in PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#discussion_r1958743672 ## Cargo.toml: ## @@ -17,7 +17,7 @@ [package] name = "datafusion-python" -version = "44.0.0" +version = "45.1.0" Review Comment: Yes, unfortunately

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-17 Thread via GitHub
timsaucer commented on code in PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#discussion_r1958742717 ## python/tests/test_dataframe.py: ## @@ -755,13 +755,20 @@ def test_execution_plan(aggregate_df): assert "CsvExec:" in indent ctx = SessionCon

Re: [PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-17 Thread via GitHub
kevinjqliu commented on code in PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#discussion_r1958697079 ## python/tests/test_dataframe.py: ## @@ -755,13 +755,20 @@ def test_execution_plan(aggregate_df): assert "CsvExec:" in indent ctx = SessionCo

[PR] Chore: Release datafusion-python 45 [datafusion-python]

2025-02-17 Thread via GitHub
timsaucer opened a new pull request, #1024: URL: https://github.com/apache/datafusion-python/pull/1024 # Which issue does this PR close? This is to release DataFusion Python 45. # Rationale for this change Next release -- This is an automated message from the Apac