You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by Dongjoon Hyun <do...@gmail.com> on 2021/09/01 04:22:18 UTC

Release Apache ORC 1.5.13 as an EOL version

Hi, All.

According to the recent discussion on dev mailing list
and JIRA comments, it seems that we had better release
v1.5.13 as an EOL version for branch-1.5 explicitly and
mark it as `Archived` on our website officially.

The last release on branch-1.5 was ORC 1.5.12
almost one year ago (September 2020) and we have
21 patches.

  $ git log --oneline rel/release-1.5.12..HEAD | wc -l
  21

The following patches are notable ones.

  ORC-672: FIX ORC type conversion within arrays where array.length > 1024
  ORC-598: Unable to read ORC file with struct and array.length > 1024
  ORC-677: Add a deprecated legacy constructor SargApplier back
  ORC-673: PPD LTE Point equality comparison is wrong when RG MIN==MAX

What do you think about that?

Dongjoon.

Re: Release Apache ORC 1.5.13 as an EOL version

Posted by Dongjoon Hyun <do...@gmail.com>.
Yes, 1.6.x will be marked as `stable` on our website.

    https://orc.apache.org/docs/releases.html

If we release Apache ORC 1.7.0/1.6.11 together,
1.7.0 will be marked as `latest`.

Dongjoon.



On Thu, Sep 2, 2021 at 5:18 PM William Hyun <wi...@apache.org> wrote:

> It sounds good to me.
>
> Will 1.6.10 become the stable version then?
>
> Bests, William.
>
> On 2021/09/01 04:22:18, Dongjoon Hyun <do...@gmail.com> wrote:
> > Hi, All.
> >
> > According to the recent discussion on dev mailing list
> > and JIRA comments, it seems that we had better release
> > v1.5.13 as an EOL version for branch-1.5 explicitly and
> > mark it as `Archived` on our website officially.
> >
> > The last release on branch-1.5 was ORC 1.5.12
> > almost one year ago (September 2020) and we have
> > 21 patches.
> >
> >   $ git log --oneline rel/release-1.5.12..HEAD | wc -l
> >   21
> >
> > The following patches are notable ones.
> >
> >   ORC-672: FIX ORC type conversion within arrays where array.length >
> 1024
> >   ORC-598: Unable to read ORC file with struct and array.length > 1024
> >   ORC-677: Add a deprecated legacy constructor SargApplier back
> >   ORC-673: PPD LTE Point equality comparison is wrong when RG MIN==MAX
> >
> > What do you think about that?
> >
> > Dongjoon.
> >
>

Re: Release Apache ORC 1.5.13 as an EOL version

Posted by William Hyun <wi...@apache.org>.
It sounds good to me. 

Will 1.6.10 become the stable version then? 

Bests, William.

On 2021/09/01 04:22:18, Dongjoon Hyun <do...@gmail.com> wrote: 
> Hi, All.
> 
> According to the recent discussion on dev mailing list
> and JIRA comments, it seems that we had better release
> v1.5.13 as an EOL version for branch-1.5 explicitly and
> mark it as `Archived` on our website officially.
> 
> The last release on branch-1.5 was ORC 1.5.12
> almost one year ago (September 2020) and we have
> 21 patches.
> 
>   $ git log --oneline rel/release-1.5.12..HEAD | wc -l
>   21
> 
> The following patches are notable ones.
> 
>   ORC-672: FIX ORC type conversion within arrays where array.length > 1024
>   ORC-598: Unable to read ORC file with struct and array.length > 1024
>   ORC-677: Add a deprecated legacy constructor SargApplier back
>   ORC-673: PPD LTE Point equality comparison is wrong when RG MIN==MAX
> 
> What do you think about that?
> 
> Dongjoon.
>