Hi Dev,
Flink 1.11.2 has been released, (thanks ZhuZhu) But I found the site version on https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/#using-bundled-hive-jar is still 1.11.0. (1.10 is the same) For example: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-1.2.2_2.11/1.11.0/flink-sql-connector-hive-1.2.2_2.11-1.11.0.jar It seems that users will still use the earlier version, which has a lot of bugs. Do we need to change this site version after releasing minor/bugfix versions? Best, Jingsong |
> Do we need to change this site version after releasing minor/bugfix
versions? yes. On 9/18/2020 7:51 AM, Jingsong Li wrote: > Hi Dev, > > Flink 1.11.2 has been released, (thanks ZhuZhu) > But I found the site version on > https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/#using-bundled-hive-jar > is still 1.11.0. (1.10 is the same) > > For example: > https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-1.2.2_2.11/1.11.0/flink-sql-connector-hive-1.2.2_2.11-1.11.0.jar > > It seems that users will still use the earlier version, which has a lot of > bugs. > > Do we need to change this site version after releasing minor/bugfix > versions? > > Best, > Jingsong > |
Yes. We should update the "version" in docs/_config.yml in release-1.11
branch. Best, Jark On Fri, 18 Sep 2020 at 14:00, Chesnay Schepler <[hidden email]> wrote: > > Do we need to change this site version after releasing minor/bugfix > > versions? > > yes. > > > On 9/18/2020 7:51 AM, Jingsong Li wrote: > > Hi Dev, > > > > Flink 1.11.2 has been released, (thanks ZhuZhu) > > But I found the site version on > > > https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/#using-bundled-hive-jar > > is still 1.11.0. (1.10 is the same) > > > > For example: > > > https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-1.2.2_2.11/1.11.0/flink-sql-connector-hive-1.2.2_2.11-1.11.0.jar > > > > It seems that users will still use the earlier version, which has a lot > of > > bugs. > > > > Do we need to change this site version after releasing minor/bugfix > > versions? > > > > Best, > > Jingsong > > > > |
Thanks Chesnay and Jark for the reply,
I found that the minor versions from 1.8 have not changed the "version" in the docs/_config.yml. Maybe we need to update the release document of the minor version. Best, Jingsong On Fri, Sep 18, 2020 at 2:03 PM Jark Wu <[hidden email]> wrote: > Yes. We should update the "version" in docs/_config.yml in release-1.11 > branch. > > Best, > Jark > > On Fri, 18 Sep 2020 at 14:00, Chesnay Schepler <[hidden email]> wrote: > >> > Do we need to change this site version after releasing minor/bugfix >> >> versions? >> >> yes. >> >> >> On 9/18/2020 7:51 AM, Jingsong Li wrote: >> > Hi Dev, >> > >> > Flink 1.11.2 has been released, (thanks ZhuZhu) >> > But I found the site version on >> > >> https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/#using-bundled-hive-jar >> > is still 1.11.0. (1.10 is the same) >> > >> > For example: >> > >> https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-1.2.2_2.11/1.11.0/flink-sql-connector-hive-1.2.2_2.11-1.11.0.jar >> > >> > It seems that users will still use the earlier version, which has a lot >> of >> > bugs. >> > >> > Do we need to change this site version after releasing minor/bugfix >> > versions? >> > >> > Best, >> > Jingsong >> > >> >> -- Best, Jingsong Lee |
Thanks for reporting this Jingsong!
Yes we should update the "version" in "docs/_config.yml". Also agreed that we should add a section for it in the "Promote the release" part of the "Creating a Flink Release" doc. Although it is in the checklist, but it would be better to be emphasized since it has been ignored multiple times. Thanks, Zhu Jingsong Li <[hidden email]> 于2020年9月18日周五 下午2:10写道: > Thanks Chesnay and Jark for the reply, > > I found that the minor versions from 1.8 have not changed the "version" > in the docs/_config.yml. Maybe we need to update the release document of > the minor version. > > Best, > Jingsong > > On Fri, Sep 18, 2020 at 2:03 PM Jark Wu <[hidden email]> wrote: > > > Yes. We should update the "version" in docs/_config.yml in release-1.11 > > branch. > > > > Best, > > Jark > > > > On Fri, 18 Sep 2020 at 14:00, Chesnay Schepler <[hidden email]> > wrote: > > > >> > Do we need to change this site version after releasing minor/bugfix > >> > >> versions? > >> > >> yes. > >> > >> > >> On 9/18/2020 7:51 AM, Jingsong Li wrote: > >> > Hi Dev, > >> > > >> > Flink 1.11.2 has been released, (thanks ZhuZhu) > >> > But I found the site version on > >> > > >> > https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/#using-bundled-hive-jar > >> > is still 1.11.0. (1.10 is the same) > >> > > >> > For example: > >> > > >> > https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-1.2.2_2.11/1.11.0/flink-sql-connector-hive-1.2.2_2.11-1.11.0.jar > >> > > >> > It seems that users will still use the earlier version, which has a > lot > >> of > >> > bugs. > >> > > >> > Do we need to change this site version after releasing minor/bugfix > >> > versions? > >> > > >> > Best, > >> > Jingsong > >> > > >> > >> > > -- > Best, Jingsong Lee > |
I will fix the versions for 1.10 and 1.11.
Thanks, Zhu Zhu Zhu <[hidden email]> 于2020年9月18日周五 下午2:21写道: > Thanks for reporting this Jingsong! > Yes we should update the "version" in "docs/_config.yml". > Also agreed that we should add a section for it in the "Promote the > release" part of the "Creating a Flink Release" doc. > Although it is in the checklist, but it would be better to be emphasized > since it has been ignored multiple times. > > Thanks, > Zhu > > Jingsong Li <[hidden email]> 于2020年9月18日周五 下午2:10写道: > >> Thanks Chesnay and Jark for the reply, >> >> I found that the minor versions from 1.8 have not changed the "version" >> in the docs/_config.yml. Maybe we need to update the release document of >> the minor version. >> >> Best, >> Jingsong >> >> On Fri, Sep 18, 2020 at 2:03 PM Jark Wu <[hidden email]> wrote: >> >> > Yes. We should update the "version" in docs/_config.yml in release-1.11 >> > branch. >> > >> > Best, >> > Jark >> > >> > On Fri, 18 Sep 2020 at 14:00, Chesnay Schepler <[hidden email]> >> wrote: >> > >> >> > Do we need to change this site version after releasing minor/bugfix >> >> >> >> versions? >> >> >> >> yes. >> >> >> >> >> >> On 9/18/2020 7:51 AM, Jingsong Li wrote: >> >> > Hi Dev, >> >> > >> >> > Flink 1.11.2 has been released, (thanks ZhuZhu) >> >> > But I found the site version on >> >> > >> >> >> https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/#using-bundled-hive-jar >> >> > is still 1.11.0. (1.10 is the same) >> >> > >> >> > For example: >> >> > >> >> >> https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-1.2.2_2.11/1.11.0/flink-sql-connector-hive-1.2.2_2.11-1.11.0.jar >> >> > >> >> > It seems that users will still use the earlier version, which has a >> lot >> >> of >> >> > bugs. >> >> > >> >> > Do we need to change this site version after releasing minor/bugfix >> >> > versions? >> >> > >> >> > Best, >> >> > Jingsong >> >> > >> >> >> >> >> >> -- >> Best, Jingsong Lee >> > |
Free forum by Nabble | Edit this page |