We provide sufficient information in advance on our website and mailing
list.

Exactly one week ago, we also had the dev mailing threads about `Spark
4.0.0 timeline`.

https://lists.apache.org/thread/vq00tmwz6x4ddjypk2rmw8ktotty0pb6
(2025-01-07)

In addition, Apache Spark also complains about the proposed date,
`2025-01-15 24:00:00 PST`, is invalid.

```
spark-sql (default)> SELECT CAST('2025-01-15 23:59:59' AS TIMESTAMP);
2025-01-15 23:59:59
Time taken: 0.045 seconds, Fetched 1 row(s)
spark-sql (default)> SELECT CAST('2025-01-15 24:00:00' AS TIMESTAMP);
[CAST_INVALID_INPUT] The value '2025-01-15 24:00:00' of the
type "STRING" cannot be cast to "TIMESTAMP" because it is malformed.
```

BTW, after creating the `branch-4.0`, the following PR will be merged
in order to differentiate `master` from `branch-4.0`.

[SPARK-50822][BUILD] Setting version to 4.1.0-SNAPSHOT
https://github.com/apache/spark/pull/49495

Best regards,
Dongjoon.


On Tue, Jan 14, 2025 at 9:03 PM Wenchen Fan <cloud0...@gmail.com> wrote:

> I don't have specific PRs in mind, I'm just referring to the huge amount
> of commits we merge every day:
> https://github.com/apache/spark/commits/master
>
> BTW, 4 hours seems too short for a reminder, why not 2025-01-15 24:00:00
> PST? I can do it as it will be my afternoon at my timezone.
>
> On Wed, Jan 15, 2025 at 11:56 AM Hyukjin Kwon <gurwls...@apache.org>
> wrote:
>
>> I don't have any examples :-). Just wanted to make sure. +1 for cutting
>> soon as scheduled.
>>
>> On Wed, 15 Jan 2025 at 12:55, Dongjoon Hyun <dongjoon.h...@gmail.com>
>> wrote:
>>
>>> Thank you, Wenchen and Hyukjin.
>>>
>>> BTW, if you can, please provide specific PRs which you are referring to
>>> as active.
>>>
>>> I can help those PRs as much as possible if I can.
>>>
>>> For `branch-4.0`, as Hyukjin mentioned, I'm going to create it at
>>> midnight PST (Today, 2025-01-15 00:00:00 PST).
>>>
>>> In other words, we have about 4 hours from now.
>>>
>>> Dongjoon.
>>>
>>>
>>>
>>>
>>> On Tue, Jan 14, 2025 at 7:15 PM Hyukjin Kwon <gurwls...@apache.org>
>>> wrote:
>>>
>>>> one alternative would be to cut the branch at midnight in PST as
>>>> relatively more commits are coming in daytime in PST.
>>>>
>>>> On Wed, 15 Jan 2025 at 12:12, Hyukjin Kwon <gurwls...@apache.org>
>>>> wrote:
>>>>
>>>>> Yeah, I agree that cutting in the middle of week, e.g., commits are
>>>>> being merged, it might cause some confusions which branch committers 
>>>>> should
>>>>> target for a while.
>>>>>
>>>>> If we're all happy with that, I am fine going ahead as scheduled.
>>>>>
>>>>> On Wed, 15 Jan 2025 at 12:03, Wenchen Fan <cloud0...@gmail.com> wrote:
>>>>>
>>>>>> I don’t have a strong preference, as people can backport whatever
>>>>>> they need to the 4.0 branch before February 1. My intention was to avoid
>>>>>> interrupting others’ work in the middle of a week when PRs are actively
>>>>>> being merged, and I thought the weekend would be a better time. However,
>>>>>> I’m fine with either way.
>>>>>>
>>>>>> On Wed, Jan 15, 2025 at 10:40 AM Dongjoon Hyun <
>>>>>> dongjoon.h...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi, Wenchen.
>>>>>>>
>>>>>>> I'd not delay the branch cut. We had better stick to our plan and
>>>>>>> those week days to stablize branch-4.0.
>>>>>>>
>>>>>>> If you are busy, I'm going to cut the branch on schedule
>>>>>>> (2015-01-15) and help the on-going PR reviews.
>>>>>>>
>>>>>>> As you mentioned, we don't block feature backportings. There is no
>>>>>>> reason to break the community schedule.
>>>>>>>
>>>>>>> Sincerely,
>>>>>>> Dongjoon
>>>>>>>
>>>>>>> On Tue, Jan 14, 2025 at 17:52 Wenchen Fan <cloud0...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi all,
>>>>>>>>
>>>>>>>> According to the schedule
>>>>>>>> <https://spark.apache.org/versioning-policy.html>, the 4.0 branch
>>>>>>>> cut is set for January 15. I plan to cut the branch at the end of this 
>>>>>>>> week
>>>>>>>> so that folks can have a few more working days to complete the ongoing 
>>>>>>>> work.
>>>>>>>>
>>>>>>>> Note: While we can still merge PRs to the 4.0 branch after the cut,
>>>>>>>> code freeze will begin on February 1. After that date, only bug fixes 
>>>>>>>> can
>>>>>>>> be backported.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Wenchen
>>>>>>>>
>>>>>>>

Reply via email to