Thanks Dongjoon ! This is very helpful :)
On Fri, 11 Aug 2023 at 10:38, Dongjoon Hyun <dongjoon.h...@gmail.com> wrote: > All human activities are error-prone. If there is a mismatch, Git commit > log is our ground truth always. > > FYI, to improve developer and user experiences, the Apache ORC community > has been in the transition to take advantage of more GitHub features. > > For example, the milestone field inside the GitHub PR page is the best > recommended way to find that information (instead of ASF JIRA). > > https://github.com/apache/orc/pull/1519 > > [image: milestone_screenshot.png] > > However, the Apache ORC community is going to keep the ASF JIRA issue in > sync in principle. > > As a result, the only exception we don't recommend is the GitHub Merge > button. Instead of clicking Merge button from GitHub website, for the > Apache ORC committers, it's also highly recommended to use > `merge_orc_pr.py` script in order to keep ASF JIRA issues programmatically > and to prevent mistakes. > > https://github.com/apache/orc/blob/main/dev/merge_orc_pr.py > > If we use the provided merge script instead of the GitHub merge button, > - It resolves the JIRA issue properly. > - It fills the fixed versions properly. > > Dongjoon. > > > On Fri, Aug 11, 2023 at 9:23 AM mystic lama <mysticlama...@gmail.com> > wrote: > >> Thanks @Dongjoon :) >> >> What is the most reliable way to find the release for PR? I tried my way >> but didn't yield correct results, hence kept the information out of mail. >> Next time, if i encounter such JIRA's, shall add all the details. >> >> Thanks >> >> >> On Thu, 10 Aug 2023 at 22:08, Dongjoon Hyun <dongjoon.h...@gmail.com> >> wrote: >> >> > Thank you. I updated them like the following. >> > >> > ORC-794 was resolved via 1.6.8. >> > ORC-782 was resolved via 1.7.0. >> > ORC-830 was resolved via 1.8.0. >> > ORC-1309 was resolved via 1.9.0. >> > >> > Dongjoon >> > >> > >> > On Thu, Aug 10, 2023 at 5:14 PM mystic lama <mysticlama...@gmail.com> >> > wrote: >> > >> > > Hi, >> > > >> > > While browsing issues, found few JIRA's with merged PR's. >> > > They can be marked as Resolved >> > > >> > > https://issues.apache.org/jira/browse/ORC-782 >> > > >> > > https://issues.apache.org/jira/browse/ORC-794 >> > > >> > > https://issues.apache.org/jira/browse/ORC-1309 >> > > >> > > https://issues.apache.org/jira/browse/ORC-830 >> > > >> > > >> > > Thanks >> > > >> > >> >