Re: [DISCUSS] Decouple PyFlink wheel package build from Azure

2025-05-29 Thread Ferenc Csaky
Hi Dian, This is awesome, thanks for the quick action on merging the backport PRs! I'll proceed with the release process based on this, and update the docs as well. Thanks, Ferenc On Thursday, May 29th, 2025 at 04:59, Dian Fu wrote: > > > Hi Ferenc, > > This should have already been suppo

Re: [DISCUSS] Decouple PyFlink wheel package build from Azure

2025-05-28 Thread Dian Fu
Hi Ferenc, This should have already been supported. See FLINK-34487 [1] for more details. I have checked the GHA nightly of the master branch and it works well. The problem is that the backport PRs for release branchs were not merged (which is not intended). I will follow up with the backport PRs.

Re: [DISCUSS] Decouple PyFlink wheel package build from Azure

2025-05-28 Thread Gabor Somogyi
Hi Ferenc, +1 from my side on directional perspective. Such job would be useful even for local python code testing (certain changes break wheel packaging and testing all platforms are horror). I've some questions/suggestions on the details though: * I see it build macos-13, macos-14 but can't see

[DISCUSS] Decouple PyFlink wheel package build from Azure

2025-05-28 Thread Ferenc Csaky
Hello devs, I am in the process of creating the 1.19.3 and 1.20.2 patch releases, and arriving to the step of preparing the PyFlink wheel files, I was surprised by the fact that the suggested way is to use the Azure Pipeline [1], which points to a deprecated doc on how to deploy a pipeline, etc. A