Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2101586284 Thank you, @HyukjinKwon ! -- 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

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
viirya commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2101276089 Thank you @dongjoon-hyun -- 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

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2101263605 For the record, the result looks clean and good to me. - https://github.com/apache/spark/actions/workflows/build_python_3.10.yml -

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun closed pull request #46477: [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs URL: https://github.com/apache/spark/pull/46477 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2100976472 Thank you so much, @viirya ! -- 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

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
viirya commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2100974388 Looks good to me. On Wed, May 8, 2024 at 9:33 AM Dongjoon Hyun ***@***.***> wrote: > Could you review this PR, @viirya ? > > — > Reply

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2100966088 Could you review this PR, @viirya ? -- 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

Re: [PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun commented on PR #46477: URL: https://github.com/apache/spark/pull/46477#issuecomment-2100955572 I realized that new pipeline is an error-prone style. This will choose [the alternative simplest one](https://github.com/apache/spark/pull/46407#discussion_r1591586209), cc

[PR] [SPARK-48200][INFRA] Split `build_python.yml` into per-version cron jobs [spark]

2024-05-08 Thread via GitHub
dongjoon-hyun opened a new pull request, #46477: URL: https://github.com/apache/spark/pull/46477 ### What changes were proposed in this pull request? This PR aims to split `build_python.yml` into per-version cron jobs. Technically, this is a revert of SPARK-48149 . ###