Yes, for master branch, all related hotfix commits in dev-1.0.1 will be fixed 
in PR #10437,
which is still under developement.




--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
morning...@apache.org





在 2022-07-08 14:10:00,"ling miao" <lingm...@apache.org> 写道:
>It's great to see a breakthrough in the release of version 1.1.
>
>BTW, the master code will still be merged into pr #10437 (same logic as
>pr#10323),
>so do the related hot fix functions need to be sorted and mentioned in the
>master code at the same time?
>
>Mingyu Chen <morning...@163.com> 于2022年7月8日周五 12:27写道:
>
>> Hi all,
>> Over the past two days, we've fixed some serious issues with v1.1,
>> including:
>> 1. The runtime filter is missing due to changes in query planning, which
>> affects query efficiency.
>> 2. Outer join may cause BE core problems on the vectorization engine
>>
>>
>> These fixes are mainly caused by the PR #10323, which is not currently on
>> the master branch.
>> So the above fixes are only committed on the dev-1.0.1 branch and marked
>> with [hotfix] prefix.
>>
>>
>> If there are no other questions, I'll restart the release voting for
>> version 1.1 today.
>>
>>
>>
>> --
>>
>> 此致!Best Regards
>> 陈明雨 Mingyu Chen
>>
>> Email:
>> morning...@apache.org
>>
>>
>>
>>
>>
>> At 2022-06-30 17:36:20, "Mingyu Chen" <morning...@163.com> wrote:
>> >Hi all,
>> >In order to fix the problem when executing OUTER JOIN in vectorization
>> engine , I readjusted the commit of the dev-1.0.1 branch
>> >
>> >
>> >1. Deleted the following 3 commits
>> >[hotfix](dev-1.0.1) fix agg node produce nullable value bug (#10430)
>> >[bug] fix window function nullable type bug
>> >Revert "[fix](vectorized) Support outer join for vectorized exec engine
>> (#10323)"
>> >
>> >
>> >2. Added the following commits
>> >[hotfix](dev-1.0.1) fix inline view bug for vec engine
>> >[hotfix](dev-1.0.1) BE prevent core by nullable not suit in hash join node
>> >
>> >
>> >
>> >--
>> >
>> >此致!Best Regards
>> >陈明雨 Mingyu Chen
>> >
>> >Email:
>> >morning...@apache.org
>> >
>> >
>> >
>> >
>> >
>> >在 2022-06-29 21:19:20,"Mingyu Chen" <morning...@163.com> 写道:
>> >>There is a bug that may cause query stuck, which has been fix in master
>> branch[1].
>> >>So I cherry-pick part of it to dev-1.0.1 branch[2] and make a new tag
>> 1.1.0-rc02[3]
>> >>
>> >>
>> >>[1] https://github.com/apache/doris/pull/10214
>> >>[2]
>> https://github.com/apache/doris/commit/589b44eddf6eafcd55057468de828b2c222ceedd
>> >>[3] https://github.com/apache/doris/tree/1.1.0-rc02
>> >>
>> >>
>> >>
>> >>
>> >>--
>> >>
>> >>此致!Best Regards
>> >>陈明雨 Mingyu Chen
>> >>
>> >>Email:
>> >>morning...@apache.org
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>在 2022-06-29 15:09:25,"Mingyu Chen" <morning...@163.com> 写道:
>> >>>The first release candidate tag is:
>> https://github.com/apache/doris/tree/1.1.0-rc01
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>--
>> >>>
>> >>>此致!Best Regards
>> >>>陈明雨 Mingyu Chen
>> >>>
>> >>>Email:
>> >>>morning...@apache.org
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>在 2022-06-29 15:05:44,"Mingyu Chen" <morning...@163.com> 写道:
>> >>>>Hi all,
>> >>>>The outer join bug has been fixed in dev-1.0.1.
>> >>>>And also fix some other bugs.
>> >>>>
>> >>>>
>> >>>>This thread is closed and I will start vote for the v1.1 release.
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>--
>> >>>>
>> >>>>此致!Best Regards
>> >>>>陈明雨 Mingyu Chen
>> >>>>
>> >>>>Email:
>> >>>>morning...@apache.org
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>在 2022-06-27 09:52:53,"陈明雨" <morning...@163.com> 写道:
>> >>>>>Hi all,
>> >>>>>The dev-1.0.1 is now closed. I'm just waiting for one last PR to
>> resolve the outer join bug.
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>--
>> >>>>>
>> >>>>>此致!Best Regards
>> >>>>>陈明雨 Mingyu Chen
>> >>>>>
>> >>>>>Email:
>> >>>>>morning...@apache.org
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>在 2022-06-24 10:06:05,"zhg yang" <yangz...@gmail.com> 写道:
>> >>>>>>+1 we should maintain a version with bug fix but without new features
>> >>>>>>Thanks
>> >>>>>>Yang Zhengguo
>> >>>>>>
>> >>>>>>
>> >>>>>>陈明雨 <morning...@163.com> 于2022年6月2日周四 23:27写道:
>> >>>>>>
>> >>>>>>> Hi all,
>> >>>>>>> It has been more than two months since version 1.0 was released.
>> >>>>>>> During this period, the Doris community has updated a lot of
>> functions,
>> >>>>>>> and made a lot of bug fixes and stability and performance
>> improvements.
>> >>>>>>> And version 1.0 also has some serious bug that need to be fixed.
>> >>>>>>> So I recommend starting work on the 1.1 release. And a final
>> release date
>> >>>>>>> would be June 15th.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> Version 1.1 will be produced from the dev-1.0.1[1] branch, mainly
>> as an
>> >>>>>>> optimized version of version 1.0, which fixes and optimizes a
>> large number
>> >>>>>>> of vectorization engine-related problems.
>> >>>>>>> Compared with version 1.0, both performance and stability are
>> greatly
>> >>>>>>> improved.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> All changes related to version 1.1 can be seen here [2]. At the
>> same time,
>> >>>>>>> we also have some PRs waiting to be merged in this version[3].
>> >>>>>>> And I drafted a Release Note[4].
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> If you have a PR that needs to be merged into this release, please
>> reply
>> >>>>>>> in this thread, or simply label the PR with dev-1.0.1.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> [1] https://github.com/apache/incubator-doris/tree/dev-1.0.1
>> >>>>>>> [2]
>> >>>>>>>
>> https://github.com/apache/incubator-doris/issues?q=is%3Apr+is%3Aclosed+label%3Adev%2Fmerged-1.0.1
>> >>>>>>> [3]
>> >>>>>>>
>> https://github.com/apache/incubator-doris/pulls?q=is%3Apr+is%3Aopen+label%3Adev%2F1.0.1
>> >>>>>>> [4] https://github.com/apache/incubator-doris/issues/9949
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> --
>> >>>>>>>
>> >>>>>>> 此致!Best Regards
>> >>>>>>> 陈明雨 Mingyu Chen
>> >>>>>>>
>> >>>>>>> Email:
>> >>>>>>> chenmin...@apache.org
>>
>
>
>-- 
>Ling Miao | Apache Doris

Reply via email to