+1 Binding. Could we just update the release notes now and not restart the process?
V ________________________________ From: Ed Espino <esp...@apache.org> Sent: Wednesday, September 6, 2023 8:51 AM To: u...@madlib.apache.org <u...@madlib.apache.org> Cc: dev@madlib.apache.org <dev@madlib.apache.org> Subject: Re: [VOTE] Apache MADLib 2.1.0 Release (RC2) !! External Email Orhan, Thanks for confirming the minor issue. Let's see what others think as they vote on RC2. -=e -- Ed Espino Apache MADlib p.s. Wishing you a memorable and joyous vacation - Please give my best to Sezen and Hazel (In her tiny floaty boat). On Wed, Sep 6, 2023 at 3:40 AM Orhan Kislal <okis...@vmware.com> wrote: > Dear MADlib community, > > As Ed noticed, there is a minor issue with RELEASE_NOTES not being updated > within the RC2 src tarball. I believe the issue is minor and not a cause > for restarting the release process. If you feel this is not appropriate, I > would be happy to regenerate the artifacts as RC3. I apologize for this > mistake and thank Ed for pointing it out. > > Best, > > Orhan Kislal > ------------------------------ > *From:* Ed Espino <eesp...@gmail.com> > *Sent:* Wednesday, September 6, 2023 12:55 PM > *To:* dev@madlib.apache.org <dev@madlib.apache.org> > *Cc:* u...@madlib.apache.org <u...@madlib.apache.org> > *Subject:* Re: [VOTE] Apache MADLib 2.1.0 Release (RC2) > > !! External Email > > +1 [Binding] > > Despite a minor issue with the RELEASE_NOTES, I am voting +1. > The notes were not updated with the latest notes introduced with RC2 > (below). The RELEASE_NOTES file in the repository is updated. > > - Build: Remove PyXB as a packaged dependency and replace it with > external pyxb-x dependency. > - Build: Use PG15 in Jenkins CI > - CRF: Fix anyarray -> anycompatiblearray change for PG14 > > TL;DR - Apache MADlib v2.1.0 RC2 review results: > > - Reviewing Jira status - PASSED > - Apache MADlib v2.1.0 docs Review - PASSED ( > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmadlib.apache.org%2Fdocs%2Frc%2Findex.html&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=91bYyFGk5KtzvbfaJfmGmB8gyg0d2vT6wbxaPHMY5Ug%3D&reserved=0)<http://madlib.apache.org/docs/rc/index.html> > <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmadlib.apache.org%2Fdocs%2Frc%2Findex.html&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=91bYyFGk5KtzvbfaJfmGmB8gyg0d2vT6wbxaPHMY5Ug%3D&reserved=0<http://madlib.apache.org/docs/rc/index.html>> > - PGP signature verification - PASSED > - SHA512 checksum verification - PASSED > - RELEASE_NOTES reviewed - FAILED - The RC2 release notes were not > incorporated into the file included in the source tarball release. > - Copyright review in NOTICE file - PASSED > - Apache RAT (mvn apache-rat:check) - PASSED > > I confirmed I was able to get the install, install-check, & dev-check > passing in the following environments: > > Ubuntu 22.04.2 LTS: > - PG 15.4 (built from source) - PASSED > - PG 14.9 (built from source) - PASSED > - PG 13.12 (built from source) - PASSED > Python 3.10 > pip3 install protobuf==3.19.4 tensorflow==2.10.0 xgboost pyyaml scipy dill > pgsanity hyperopt==0.2.5 scikit-learn pandas numpy rtree mock pyyaml pyxb-x > > Rocky Linux release 9.2 (Blue Onyx): > - PG 15.4 (built from source) - PASSED > - PG 14.9 (built from source) - PASSED > - PG 13.12 (built from source) - PASSED > Python 3.9 > pip install protobuf==3.19.4 tensorflow==2.10.0 xgboost pyyaml scipy dill > pgsanity hyperopt==0.2.5 scikit-learn pandas numpy rtree mock pyyaml pyxb > > Rocky Linux release 8.8 (Green Obsidian): > - PG 15.4 (built from source) - PASSED > - PG 14.9 (built from source) - PASSED > - PG 13.12 (built from source) - PASSED > - Greenplum 6.25.1 (GA) - PASSED > - Greenplum 7 (Beta 5) - PASSED > Python 3.9 > pip3 install protobuf==3.19.4 tensorflow==2.10.0 xgboost pyyaml scipy dill > pgsanity hyperopt==0.2.5 scikit-learn pandas numpy rtree mock pyyaml pyxb > > > On Tue, Sep 5, 2023 at 10:13 AM Orhan Kislal <kislal.or...@gmail.com> > wrote: > > > Hello, Apache MADlib community, > > > > This is the call for vote for Apache MADlib 2.1.0 Release (RC2). > > > > Due to the disruptive nature of providing support for Python 3, > > upgrading from MADlib 1.X to MADlib 2.X is not supported. > > > > Highlights of this release are: > > > > Bug fixes: > > - Build: Fix PG 15 support > > - Assoc_rules: Fix SERIAL cache issue > > - DL: Remove SERIAL from load_keras_model > > - Build: Add ubuntu flag for PyXB installation > > - Build: Add the actual path of $libdir to dynamic_library_path > > - Build: Remove PyXB as a packaged dependency and replace it with > > external pyxb-x dependency. > > - Build: Use PG15 in Jenkins CI > > - CRF: Fix anyarray -> anycompatiblearray change for PG14 > > > > For additional information and release notes, please see: > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMADLIB%2FMADlib%2B2.1.0&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=TpccM%2B48ufJojFzbDPbbVw9jINK78bLbo3NQ0CYFILM%3D&reserved=0<https://cwiki.apache.org/confluence/display/MADLIB/MADlib+2.1.0> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMADLIB%2FMADlib%2B2.1.0&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=TpccM%2B48ufJojFzbDPbbVw9jINK78bLbo3NQ0CYFILM%3D&reserved=0<https://cwiki.apache.org/confluence/display/MADLIB/MADlib+2.1.0>> > > > > Apache MADlib 2.1.0 RC2 documentation can be found here: > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmadlib.apache.org%2Fdocs%2Frc%2Findex.html&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=91bYyFGk5KtzvbfaJfmGmB8gyg0d2vT6wbxaPHMY5Ug%3D&reserved=0<http://madlib.apache.org/docs/rc/index.html> > <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmadlib.apache.org%2Fdocs%2Frc%2Findex.html&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=91bYyFGk5KtzvbfaJfmGmB8gyg0d2vT6wbxaPHMY5Ug%3D&reserved=0<http://madlib.apache.org/docs/rc/index.html>> > > > > Here are the release artifact details: > > > > Source release tag to be voted on: rc/2.1.0-rc2, located here: > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fmadlib%2Ftree%2Frc%2F2.1.0-rc2&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=JQCWi3%2BgiIe4jAVjeCtycK2rsBjUmisadEHscxEiEWw%3D&reserved=0<https://github.com/apache/madlib/tree/rc/2.1.0-rc2> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fmadlib%2Ftree%2Frc%2F2.1.0-rc2&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=JQCWi3%2BgiIe4jAVjeCtycK2rsBjUmisadEHscxEiEWw%3D&reserved=0<https://github.com/apache/madlib/tree/rc/2.1.0-rc2>> > > > > Source release tarball: > > Package: > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=PSCYcRU2O%2FGxhLxlWDsEsMA8sKyR1S73f5xBptbFC8A%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=PSCYcRU2O%2FGxhLxlWDsEsMA8sKyR1S73f5xBptbFC8A%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz>> > > PGP Signature: > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz.asc&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ZHMcuVZXvfQuQR4wkJ5S%2FcxZQx6zZeC%2BI4sfSrqUc6Y%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz.asc> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz.asc&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ZHMcuVZXvfQuQR4wkJ5S%2FcxZQx6zZeC%2BI4sfSrqUc6Y%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz.asc>> > > SHA512 > > < > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz.ascSHA512&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HMcTMO3pwhYtvwX0gnKBhUb0tq82lXBo4MBsiecfiAA%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz.ascSHA512> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz.ascSHA512&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HMcTMO3pwhYtvwX0gnKBhUb0tq82lXBo4MBsiecfiAA%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz.ascSHA512>> > > > > Hash: > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz.sha512&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=1wDxRPlUmFb7W9TYhxTTZS1OMyDquFG1QUbNwPkbWQ4%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz.sha512> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2F2.1.0.RC2%2Fapache-madlib-2.1.0-src.tar.gz.sha512&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=1wDxRPlUmFb7W9TYhxTTZS1OMyDquFG1QUbNwPkbWQ4%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC2/apache-madlib-2.1.0-src.tar.gz.sha512>> > > > > The PGP KEYS file used to validate the signature of the release > > artifact is available here: > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2FKEYS&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=uEzPj%2BF2E912%2FjgauDQUqkiSLW9plKyiKPWhFQvClNg%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/KEYS> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fmadlib%2FKEYS&data=05%7C01%7Craghavanve%40vmware.com%7C8a387d5f040a490a551b08dbaef12de0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C638296123108328987%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=uEzPj%2BF2E912%2FjgauDQUqkiSLW9plKyiKPWhFQvClNg%3D&reserved=0<https://dist.apache.org/repos/dist/dev/madlib/KEYS>> > > > > The vote will close on Friday, September 8th, 2023 @ 5:30 PM UTC. A > minimum > > of 3 binding +1 votes and more binding +1 than binding -1 are required > > to pass. > > > > To help in tallying the vote, PMC members please be sure to indicate > > "(binding)" with your vote. > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > Regards, > > Orhan Kislal > > Apache MADlib > > > > > -- > Ed Espino > > !! External Email: This email originated from outside of the organization. > Do not click links or open attachments unless you recognize the sender. > !! External Email: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender.