Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-19 Thread John Gemignani
Dear Apache Community,

We would like to thank everyone who participated in the voting process and
are now closing this vote and will be sending out the results shortly.

John Gemignani

On Tue, May 9, 2023 at 2:30 PM John Gemignani 
wrote:

> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent yourself or 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-17 Thread JawadAli Abbasi
 +1
Checked the following:
- Signature and hash
- LICENSE and NOTICE
- Tags & Links
- No unexpected binary files

Thank You
On Wednesday, May 10, 2023 at 02:38:47 AM GMT+5, John Gemignani 
 wrote:  
 
 Dear Apache Community,

Please carefully read all instructions as they may have changed since the
last vote thread.

This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.

To learn more about Apache AGE, please see http://age.apache.org/

Functionalities included and addressed in this release are:

*
Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11

Add additional comments for create_graph function. (#582)
Optimize age_exists function. (#586)
Implement plus-equal operator in SET clause. (#638)
Implement CI test for python driver. (#587)
Move from travis CI to github actions for build. (#673)
Update all driver CIs to Github actions.
Fix build warnings.
Fix golang driver workflow (#563)
Updated Readme for drivers folder. (#642)
Removed async from function definitions. (#680)
Barbell graph generation (#648) and Barbell regress tests. (#708)
Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
Modify docker url for JDBC driver tests (#716)
Fix WITH ignoring WHERE clause. (#646)
Implement isEmpty() predicate function. (#710)
Fix cypher function input argument checks. (#718)
Fix Issue 693 - server termination from return exists(path). (#721)
Update regression tests for cypher_with. (#725)
Fix issue 733 - create_complete_graph() terminates the server. (#734)
Prevent MATCH from following OPTIONAL MATCH. (#740)
Fix property constraints against resolved variables. (#724) (#751) (#701)
(#747)
Include invalid labels in reused variables. (#751) (#762)
Remove check for scalar agtypes in unwind. (#736)
Update PG11 CI workflows.
Update readme and version for python driver. (#780)
Update README.md
*

The git tag to be discussed and voted on:
https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0

The git commit hash:
commit 1a452595fe59975c1df4941e4f8eeb12c097bab7

The release files for 1.3.0, can be found at:
https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/age/KEYS

The fingerprint of key to sign release artifacts:
4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045

For information about the contents of this release see:
https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0

!!! IMPORTANT PLEASE READ !!!

Please note that Apache REQUIRES the following information to be in your
response to the vote, in order for it to be valid -

    - If you are a binding vote, a PMC, then you MUST state it in your
      response. Otherwise, leave it out. Do not mention it if you are
      not a PMC.

    - You MUST state what you checked to support your vote. See
      the samples given below for guidance.

    - You MUST, at a minimum, check the above tags, hash,
      links, and signatures for validity.

    - You CANNOT just say, +1 or 0. You need to state what items
      you checked.

If your vote DOES NOT follow the above guidelines or samples below, it may
be thrown out.

!!! IMPORTANT PLEASE READ !!!

Please vote as follows -

    +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
      0, I won't get in the way of the vote.
    -1, Do not release this package because 

    !!! Followed by what you checked !!!

Sample responses, two for PMCs (binding) and two for regular committers.
These are only samples, do not copy/paste.

Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
binding. If you are a PMC, you must state it.

  +1 (binding)                              +1
  Checked the following:              Checked the following:
      - Signature and Hash.              - Signature and Hash.
      - Tags and Links.                      - Tags and Links.
      - LICENSE and NOTICE.          - LICENSE and NOTICE.
      - No unexpected binary files.    - No unexpected binary files.

    -1, Failed due to             0 (binding)
    Checked the following:              Checked the following:
      - Signature and Hash.                - Signature and Hash.
      - Tags and Links.                        - Tags and Links.
      - BAD LICENSE and NOTICE.  - LICENSE and NOTICE.
      - No unexpected binary files.      - No unexpected binary files.

Again, those are just samples for guidance, DO NOT copy/paste. However,
your responses should be similar in form.

Please note that it is not a good practice to copy/paste someone else's
response, you may inadvertently misrepresent yourself or your vote.

This vote will be open for 72 hours.

Thank you for your time.

John Gemignani
  

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-17 Thread Dehowe Feng
+1 binding

checked:
- signature and hash
- tags and links
- license and notice
- no unexpected binary files

On Mon, May 15, 2023 at 2:14 AM Mahmudul Islam 
wrote:

> +1
> Checked below things:
> 1. signature
> 2. License & Notice
> 3. No unexpected binary files
> 4. Links
>
> On Mon, 15 May 2023 at 06:57, Bhaskar Sharma  >
> wrote:
>
> > +1
> >
> > Checked: -
> > - Signature, Hash
> > - Tags,  Links
> > - License and Notice
> > - Regression tests
> > - No unexpected binary files
> >
> > On Sun, May 14, 2023 at 3:11 PM Daniel John  wrote:
> >
> > > +1
> > >
> > > Checked:
> > > * Signature and Hash
> > > * Tags and Links
> > > * LICENSE and NOTICE
> > > * No unexpected binary files
> > >
> > > On Sun, May 14, 2023, 7:39 AM Rahimullah Shaheen <
> > > rahimullah.shaheen...@gmail.com> wrote:
> > >
> > > > +1
> > > >
> > > > Checked:
> > > >
> > > > - Signature and Hash
> > > >
> > > > - Tags and Links
> > > >
> > > > - LICENSE and NOTICE
> > > >
> > > > - Regression test
> > > >
> > > > - No unexpected binaries
> > > >
> > > > On Wed, 10 May 2023 at 02:38, John Gemignani <
> > john.gemign...@bitnine.net
> > > >
> > > > wrote:
> > > >
> > > > > Dear Apache Community,
> > > > >
> > > > > Please carefully read all instructions as they may have changed
> since
> > > the
> > > > > last vote thread.
> > > > >
> > > > > This is an official [VOTE] for Apache AGE release 1.3.0 for
> > PostgreSQL
> > > > 11.
> > > > >
> > > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > > >
> > > > > Functionalities included and addressed in this release are:
> > > > >
> > > > > *
> > > > > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> > > > >
> > > > > Add additional comments for create_graph function. (#582)
> > > > > Optimize age_exists function. (#586)
> > > > > Implement plus-equal operator in SET clause. (#638)
> > > > > Implement CI test for python driver. (#587)
> > > > > Move from travis CI to github actions for build. (#673)
> > > > > Update all driver CIs to Github actions.
> > > > > Fix build warnings.
> > > > > Fix golang driver workflow (#563)
> > > > > Updated Readme for drivers folder. (#642)
> > > > > Removed async from function definitions. (#680)
> > > > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > > > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > > > > Modify docker url for JDBC driver tests (#716)
> > > > > Fix WITH ignoring WHERE clause. (#646)
> > > > > Implement isEmpty() predicate function. (#710)
> > > > > Fix cypher function input argument checks. (#718)
> > > > > Fix Issue 693 - server termination from return exists(path). (#721)
> > > > > Update regression tests for cypher_with. (#725)
> > > > > Fix issue 733 - create_complete_graph() terminates the server.
> (#734)
> > > > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > > > Fix property constraints against resolved variables. (#724) (#751)
> > > (#701)
> > > > > (#747)
> > > > > Include invalid labels in reused variables. (#751) (#762)
> > > > > Remove check for scalar agtypes in unwind. (#736)
> > > > > Update PG11 CI workflows.
> > > > > Update readme and version for python driver. (#780)
> > > > > Update README.md
> > > > > *
> > > > >
> > > > > The git tag to be discussed and voted on:
> > > > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > > > >
> > > > > The git commit hash:
> > > > > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> > > > >
> > > > > The release files for 1.3.0, can be found at:
> > > > > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> > > > >
> > > > > Signatures used for AGE RCs can be found in this file:
> > > > > https://downloads.apache.org/age/KEYS
> > > > >
> > > > > The fingerprint of key to sign release artifacts:
> > > > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > > > >
> > > > > For information about the contents of this release see:
> > > > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > > > >
> > > > > !!! IMPORTANT PLEASE READ !!!
> > > > >
> > > > > Please note that Apache REQUIRES the following information to be in
> > > your
> > > > > response to the vote, in order for it to be valid -
> > > > >
> > > > > - If you are a binding vote, a PMC, then you MUST state it in
> > your
> > > > >   response. Otherwise, leave it out. Do not mention it if you
> are
> > > > >   not a PMC.
> > > > >
> > > > > - You MUST state what you checked to support your vote. See
> > > > >   the samples given below for guidance.
> > > > >
> > > > > - You MUST, at a minimum, check the above tags, hash,
> > > > >links, and signatures for validity.
> > > > >
> > > > > - You CANNOT just say, +1 or 0. You need to state what items
> > > > >   you checked.
> > > > >
> > > > > If your vote DOES NOT follow the above guidelines or 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-15 Thread Mahmudul Islam
+1
Checked below things:
1. signature
2. License & Notice
3. No unexpected binary files
4. Links

On Mon, 15 May 2023 at 06:57, Bhaskar Sharma 
wrote:

> +1
>
> Checked: -
> - Signature, Hash
> - Tags,  Links
> - License and Notice
> - Regression tests
> - No unexpected binary files
>
> On Sun, May 14, 2023 at 3:11 PM Daniel John  wrote:
>
> > +1
> >
> > Checked:
> > * Signature and Hash
> > * Tags and Links
> > * LICENSE and NOTICE
> > * No unexpected binary files
> >
> > On Sun, May 14, 2023, 7:39 AM Rahimullah Shaheen <
> > rahimullah.shaheen...@gmail.com> wrote:
> >
> > > +1
> > >
> > > Checked:
> > >
> > > - Signature and Hash
> > >
> > > - Tags and Links
> > >
> > > - LICENSE and NOTICE
> > >
> > > - Regression test
> > >
> > > - No unexpected binaries
> > >
> > > On Wed, 10 May 2023 at 02:38, John Gemignani <
> john.gemign...@bitnine.net
> > >
> > > wrote:
> > >
> > > > Dear Apache Community,
> > > >
> > > > Please carefully read all instructions as they may have changed since
> > the
> > > > last vote thread.
> > > >
> > > > This is an official [VOTE] for Apache AGE release 1.3.0 for
> PostgreSQL
> > > 11.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionalities included and addressed in this release are:
> > > >
> > > > *
> > > > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> > > >
> > > > Add additional comments for create_graph function. (#582)
> > > > Optimize age_exists function. (#586)
> > > > Implement plus-equal operator in SET clause. (#638)
> > > > Implement CI test for python driver. (#587)
> > > > Move from travis CI to github actions for build. (#673)
> > > > Update all driver CIs to Github actions.
> > > > Fix build warnings.
> > > > Fix golang driver workflow (#563)
> > > > Updated Readme for drivers folder. (#642)
> > > > Removed async from function definitions. (#680)
> > > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > > > Modify docker url for JDBC driver tests (#716)
> > > > Fix WITH ignoring WHERE clause. (#646)
> > > > Implement isEmpty() predicate function. (#710)
> > > > Fix cypher function input argument checks. (#718)
> > > > Fix Issue 693 - server termination from return exists(path). (#721)
> > > > Update regression tests for cypher_with. (#725)
> > > > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > > Fix property constraints against resolved variables. (#724) (#751)
> > (#701)
> > > > (#747)
> > > > Include invalid labels in reused variables. (#751) (#762)
> > > > Remove check for scalar agtypes in unwind. (#736)
> > > > Update PG11 CI workflows.
> > > > Update readme and version for python driver. (#780)
> > > > Update README.md
> > > > *
> > > >
> > > > The git tag to be discussed and voted on:
> > > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > > >
> > > > The git commit hash:
> > > > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> > > >
> > > > The release files for 1.3.0, can be found at:
> > > > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> > > >
> > > > Signatures used for AGE RCs can be found in this file:
> > > > https://downloads.apache.org/age/KEYS
> > > >
> > > > The fingerprint of key to sign release artifacts:
> > > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > > >
> > > > For information about the contents of this release see:
> > > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > > >
> > > > !!! IMPORTANT PLEASE READ !!!
> > > >
> > > > Please note that Apache REQUIRES the following information to be in
> > your
> > > > response to the vote, in order for it to be valid -
> > > >
> > > > - If you are a binding vote, a PMC, then you MUST state it in
> your
> > > >   response. Otherwise, leave it out. Do not mention it if you are
> > > >   not a PMC.
> > > >
> > > > - You MUST state what you checked to support your vote. See
> > > >   the samples given below for guidance.
> > > >
> > > > - You MUST, at a minimum, check the above tags, hash,
> > > >links, and signatures for validity.
> > > >
> > > > - You CANNOT just say, +1 or 0. You need to state what items
> > > >   you checked.
> > > >
> > > > If your vote DOES NOT follow the above guidelines or samples below,
> it
> > > may
> > > > be thrown out.
> > > >
> > > > !!! IMPORTANT PLEASE READ !!!
> > > >
> > > > Please vote as follows -
> > > >
> > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
> > > >   0, I won't get in the way of the vote.
> > > >  -1, Do not release this package because 
> > > >
> > > >  !!! Followed by what you checked !!!
> > > >
> > > > Sample responses, two for PMCs (binding) 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Bhaskar Sharma
+1

Checked: -
- Signature, Hash
- Tags,  Links
- License and Notice
- Regression tests
- No unexpected binary files

On Sun, May 14, 2023 at 3:11 PM Daniel John  wrote:

> +1
>
> Checked:
> * Signature and Hash
> * Tags and Links
> * LICENSE and NOTICE
> * No unexpected binary files
>
> On Sun, May 14, 2023, 7:39 AM Rahimullah Shaheen <
> rahimullah.shaheen...@gmail.com> wrote:
>
> > +1
> >
> > Checked:
> >
> > - Signature and Hash
> >
> > - Tags and Links
> >
> > - LICENSE and NOTICE
> >
> > - Regression test
> >
> > - No unexpected binaries
> >
> > On Wed, 10 May 2023 at 02:38, John Gemignani  >
> > wrote:
> >
> > > Dear Apache Community,
> > >
> > > Please carefully read all instructions as they may have changed since
> the
> > > last vote thread.
> > >
> > > This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL
> > 11.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and addressed in this release are:
> > >
> > > *
> > > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> > >
> > > Add additional comments for create_graph function. (#582)
> > > Optimize age_exists function. (#586)
> > > Implement plus-equal operator in SET clause. (#638)
> > > Implement CI test for python driver. (#587)
> > > Move from travis CI to github actions for build. (#673)
> > > Update all driver CIs to Github actions.
> > > Fix build warnings.
> > > Fix golang driver workflow (#563)
> > > Updated Readme for drivers folder. (#642)
> > > Removed async from function definitions. (#680)
> > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > > Modify docker url for JDBC driver tests (#716)
> > > Fix WITH ignoring WHERE clause. (#646)
> > > Implement isEmpty() predicate function. (#710)
> > > Fix cypher function input argument checks. (#718)
> > > Fix Issue 693 - server termination from return exists(path). (#721)
> > > Update regression tests for cypher_with. (#725)
> > > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > Fix property constraints against resolved variables. (#724) (#751)
> (#701)
> > > (#747)
> > > Include invalid labels in reused variables. (#751) (#762)
> > > Remove check for scalar agtypes in unwind. (#736)
> > > Update PG11 CI workflows.
> > > Update readme and version for python driver. (#780)
> > > Update README.md
> > > *
> > >
> > > The git tag to be discussed and voted on:
> > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> > >
> > > The release files for 1.3.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://downloads.apache.org/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > >
> > > For information about the contents of this release see:
> > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > >
> > > !!! IMPORTANT PLEASE READ !!!
> > >
> > > Please note that Apache REQUIRES the following information to be in
> your
> > > response to the vote, in order for it to be valid -
> > >
> > > - If you are a binding vote, a PMC, then you MUST state it in your
> > >   response. Otherwise, leave it out. Do not mention it if you are
> > >   not a PMC.
> > >
> > > - You MUST state what you checked to support your vote. See
> > >   the samples given below for guidance.
> > >
> > > - You MUST, at a minimum, check the above tags, hash,
> > >links, and signatures for validity.
> > >
> > > - You CANNOT just say, +1 or 0. You need to state what items
> > >   you checked.
> > >
> > > If your vote DOES NOT follow the above guidelines or samples below, it
> > may
> > > be thrown out.
> > >
> > > !!! IMPORTANT PLEASE READ !!!
> > >
> > > Please vote as follows -
> > >
> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
> > >   0, I won't get in the way of the vote.
> > >  -1, Do not release this package because 
> > >
> > >  !!! Followed by what you checked !!!
> > >
> > > Sample responses, two for PMCs (binding) and two for regular
> committers.
> > > These are only samples, do not copy/paste.
> > >
> > > Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> > > binding. If you are a PMC, you must state it.
> > >
> > >+1 (binding)   +1
> > >Checked the following:   Checked the following:
> > >- Signature and Hash.   - Signature and Hash.
> > >- Tags and Links.

RE: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Ahmed Mohamed
+1

- Signature and Hash. (Checked)

- Tags and Links. (Checked)

- License and Notice. (Checked)

- No Unexpected Binary Files. (Checked)




On 2023/05/09 21:30:37 John Gemignani wrote:
> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent yourself or your vote.
>
> This vote will be open for 72 hours.
>

RE: Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Ahmed Mohamed
+1

- Signature and Hash. (Checked) - Tags and Links. (Checked) - License and
Notice. (Checked) - No Unexpected Binary Files. (Checked)







On 2023/05/10 20:56:20 Nicholas Sorrell wrote:
> +1 (binding)
>
>
> Checked:
>
> - Signature and Hash
>
> - Tags and Links
>
> - LICENSE and NOTICE
>
> - No unexpected binary files
>
> - No unexpected files between git repo/apache release and all file
checksums match
>
>
> Performed smoke test which includes:
>
> - Build Dockerfile (which builds project)
>
> - Run Docker image
>
> - Runs commands (create graph/node) via psql verifying basic
functionality
>
> - Create new system user to run test suite
>
> - Verify tests pass (24 passed)
>
>
> --
> Nick Sorrell
>
>
> 
> From: John Gemignani 
> Sent: Tuesday, May 9, 2023 5:30 PM
> To: dev@age.apache.org 
> Subject: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11
>
> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Daniel John
+1

Checked:
* Signature and Hash
* Tags and Links
* LICENSE and NOTICE
* No unexpected binary files

On Sun, May 14, 2023, 7:39 AM Rahimullah Shaheen <
rahimullah.shaheen...@gmail.com> wrote:

> +1
>
> Checked:
>
> - Signature and Hash
>
> - Tags and Links
>
> - LICENSE and NOTICE
>
> - Regression test
>
> - No unexpected binaries
>
> On Wed, 10 May 2023 at 02:38, John Gemignani 
> wrote:
>
> > Dear Apache Community,
> >
> > Please carefully read all instructions as they may have changed since the
> > last vote thread.
> >
> > This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL
> 11.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> > *
> > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> >
> > Add additional comments for create_graph function. (#582)
> > Optimize age_exists function. (#586)
> > Implement plus-equal operator in SET clause. (#638)
> > Implement CI test for python driver. (#587)
> > Move from travis CI to github actions for build. (#673)
> > Update all driver CIs to Github actions.
> > Fix build warnings.
> > Fix golang driver workflow (#563)
> > Updated Readme for drivers folder. (#642)
> > Removed async from function definitions. (#680)
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > Modify docker url for JDBC driver tests (#716)
> > Fix WITH ignoring WHERE clause. (#646)
> > Implement isEmpty() predicate function. (#710)
> > Fix cypher function input argument checks. (#718)
> > Fix Issue 693 - server termination from return exists(path). (#721)
> > Update regression tests for cypher_with. (#725)
> > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > Fix property constraints against resolved variables. (#724) (#751) (#701)
> > (#747)
> > Include invalid labels in reused variables. (#751) (#762)
> > Remove check for scalar agtypes in unwind. (#736)
> > Update PG11 CI workflows.
> > Update readme and version for python driver. (#780)
> > Update README.md
> > *
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> > For information about the contents of this release see:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > !!! IMPORTANT PLEASE READ !!!
> >
> > Please note that Apache REQUIRES the following information to be in your
> > response to the vote, in order for it to be valid -
> >
> > - If you are a binding vote, a PMC, then you MUST state it in your
> >   response. Otherwise, leave it out. Do not mention it if you are
> >   not a PMC.
> >
> > - You MUST state what you checked to support your vote. See
> >   the samples given below for guidance.
> >
> > - You MUST, at a minimum, check the above tags, hash,
> >links, and signatures for validity.
> >
> > - You CANNOT just say, +1 or 0. You need to state what items
> >   you checked.
> >
> > If your vote DOES NOT follow the above guidelines or samples below, it
> may
> > be thrown out.
> >
> > !!! IMPORTANT PLEASE READ !!!
> >
> > Please vote as follows -
> >
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
> >   0, I won't get in the way of the vote.
> >  -1, Do not release this package because 
> >
> >  !!! Followed by what you checked !!!
> >
> > Sample responses, two for PMCs (binding) and two for regular committers.
> > These are only samples, do not copy/paste.
> >
> > Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> > binding. If you are a PMC, you must state it.
> >
> >+1 (binding)   +1
> >Checked the following:   Checked the following:
> >- Signature and Hash.   - Signature and Hash.
> >- Tags and Links.   - Tags and Links.
> >- LICENSE and NOTICE.  - LICENSE and NOTICE.
> >- No unexpected binary files. - No unexpected binary files.
> >
> > -1, Failed due to 0 (binding)
> > Checked the following:   Checked the following:
> >- Signature and Hash. - Signature and Hash.
> >- Tags and Links. - Tags and Links.
> >- 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Rahimullah Shaheen
+1

Checked:

- Signature and Hash

- Tags and Links

- LICENSE and NOTICE

- Regression test

- No unexpected binaries

On Wed, 10 May 2023 at 02:38, John Gemignani 
wrote:

> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent yourself or your vote.
>
> This vote will be open for 72 hours.
>
> Thank you 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-12 Thread Muhammad Shoaib
+1

Checked:
- Signature and Hash
- Tags and Links
- LICENSE and NOTICE
- No unexpected binary files

Ciao,
Shoaib


On Fri, May 12, 2023 at 4:59 PM Eya Badal  wrote:

> +1 (binding)
>
> Checked:
> - Signature and Hash
> - Tags and Links
> - LICENSE and NOTICE
> - No unexpected binary files
>
> Great job, as always!!
>
> On 2023/05/09 21:30:37 John Gemignani wrote:
> > Dear Apache Community,
> >
> > Please carefully read all instructions as they may have changed since the
> > last vote thread.
> >
> > This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL
> 11.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> > *
> > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> >
> > Add additional comments for create_graph function. (#582)
> > Optimize age_exists function. (#586)
> > Implement plus-equal operator in SET clause. (#638)
> > Implement CI test for python driver. (#587)
> > Move from travis CI to github actions for build. (#673)
> > Update all driver CIs to Github actions.
> > Fix build warnings.
> > Fix golang driver workflow (#563)
> > Updated Readme for drivers folder. (#642)
> > Removed async from function definitions. (#680)
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > Modify docker url for JDBC driver tests (#716)
> > Fix WITH ignoring WHERE clause. (#646)
> > Implement isEmpty() predicate function. (#710)
> > Fix cypher function input argument checks. (#718)
> > Fix Issue 693 - server termination from return exists(path). (#721)
> > Update regression tests for cypher_with. (#725)
> > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > Fix property constraints against resolved variables. (#724) (#751) (#701)
> > (#747)
> > Include invalid labels in reused variables. (#751) (#762)
> > Remove check for scalar agtypes in unwind. (#736)
> > Update PG11 CI workflows.
> > Update readme and version for python driver. (#780)
> > Update README.md
> > *
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> > For information about the contents of this release see:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > !!! IMPORTANT PLEASE READ !!!
> >
> > Please note that Apache REQUIRES the following information to be in your
> > response to the vote, in order for it to be valid -
> >
> > - If you are a binding vote, a PMC, then you MUST state it in your
> >   response. Otherwise, leave it out. Do not mention it if you are
> >   not a PMC.
> >
> > - You MUST state what you checked to support your vote. See
> >   the samples given below for guidance.
> >
> > - You MUST, at a minimum, check the above tags, hash,
> >links, and signatures for validity.
> >
> > - You CANNOT just say, +1 or 0. You need to state what items
> >   you checked.
> >
> > If your vote DOES NOT follow the above guidelines or samples below, it
> may
> > be thrown out.
> >
> > !!! IMPORTANT PLEASE READ !!!
> >
> > Please vote as follows -
> >
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
> >   0, I won't get in the way of the vote.
> >  -1, Do not release this package because 
> >
> >  !!! Followed by what you checked !!!
> >
> > Sample responses, two for PMCs (binding) and two for regular committers.
> > These are only samples, do not copy/paste.
> >
> > Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> > binding. If you are a PMC, you must state it.
> >
> >+1 (binding)   +1
> >Checked the following:   Checked the following:
> >- Signature and Hash.   - Signature and Hash.
> >- Tags and Links.   - Tags and Links.
> >- LICENSE and NOTICE.  - LICENSE and NOTICE.
> >- No unexpected binary files. - No unexpected binary files.
> >
> > -1, Failed due to 0 (binding)
> > Checked the following:   Checked the following:
> >- Signature and Hash. - Signature and Hash.
> >- Tags and Links. - Tags and Links.
> >- BAD LICENSE and NOTICE.   - 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-12 Thread Eya Badal
+1 (binding)

Checked:
- Signature and Hash
- Tags and Links
- LICENSE and NOTICE
- No unexpected binary files

Great job, as always!! 

On 2023/05/09 21:30:37 John Gemignani wrote:
> Dear Apache Community,
> 
> Please carefully read all instructions as they may have changed since the
> last vote thread.
> 
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionalities included and addressed in this release are:
> 
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> 
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
> 
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> 
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> 
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> 
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
> 
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> 
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> 
> !!! IMPORTANT PLEASE READ !!!
> 
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
> 
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
> 
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
> 
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
> 
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
> 
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
> 
> !!! IMPORTANT PLEASE READ !!!
> 
> Please vote as follows -
> 
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
> 
>  !!! Followed by what you checked !!!
> 
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
> 
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
> 
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
> 
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
> 
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
> 
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent yourself or your vote.
> 
> This vote will 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-12 Thread Mohamed Mokhtar
+1

Checked and passed:
- Signature and Hash.
- No unexpected binary files.
- Tags & links.
- Regression tests.

Regards,
Mohamed Mokhtar,

On Fri, May 12, 2023 at 2:20 AM Arunabh Das  wrote:

> +1
> Checked:
> - Signature and Hash
> - Tags and Links
> - Merged Pull requests
> - LICENSE and NOTICE
> - No unexpected binaries
>
> Regards,
> Arunabh
>
> On Wed, 10 May 2023, 03:38 John Gemignani, 
> wrote:
>
> > Dear Apache Community,
> >
> > Please carefully read all instructions as they may have changed since the
> > last vote thread.
> >
> > This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL
> 11.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> > *
> > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> >
> > Add additional comments for create_graph function. (#582)
> > Optimize age_exists function. (#586)
> > Implement plus-equal operator in SET clause. (#638)
> > Implement CI test for python driver. (#587)
> > Move from travis CI to github actions for build. (#673)
> > Update all driver CIs to Github actions.
> > Fix build warnings.
> > Fix golang driver workflow (#563)
> > Updated Readme for drivers folder. (#642)
> > Removed async from function definitions. (#680)
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > Modify docker url for JDBC driver tests (#716)
> > Fix WITH ignoring WHERE clause. (#646)
> > Implement isEmpty() predicate function. (#710)
> > Fix cypher function input argument checks. (#718)
> > Fix Issue 693 - server termination from return exists(path). (#721)
> > Update regression tests for cypher_with. (#725)
> > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > Fix property constraints against resolved variables. (#724) (#751) (#701)
> > (#747)
> > Include invalid labels in reused variables. (#751) (#762)
> > Remove check for scalar agtypes in unwind. (#736)
> > Update PG11 CI workflows.
> > Update readme and version for python driver. (#780)
> > Update README.md
> > *
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> > For information about the contents of this release see:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > !!! IMPORTANT PLEASE READ !!!
> >
> > Please note that Apache REQUIRES the following information to be in your
> > response to the vote, in order for it to be valid -
> >
> > - If you are a binding vote, a PMC, then you MUST state it in your
> >   response. Otherwise, leave it out. Do not mention it if you are
> >   not a PMC.
> >
> > - You MUST state what you checked to support your vote. See
> >   the samples given below for guidance.
> >
> > - You MUST, at a minimum, check the above tags, hash,
> >links, and signatures for validity.
> >
> > - You CANNOT just say, +1 or 0. You need to state what items
> >   you checked.
> >
> > If your vote DOES NOT follow the above guidelines or samples below, it
> may
> > be thrown out.
> >
> > !!! IMPORTANT PLEASE READ !!!
> >
> > Please vote as follows -
> >
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
> >   0, I won't get in the way of the vote.
> >  -1, Do not release this package because 
> >
> >  !!! Followed by what you checked !!!
> >
> > Sample responses, two for PMCs (binding) and two for regular committers.
> > These are only samples, do not copy/paste.
> >
> > Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> > binding. If you are a PMC, you must state it.
> >
> >+1 (binding)   +1
> >Checked the following:   Checked the following:
> >- Signature and Hash.   - Signature and Hash.
> >- Tags and Links.   - Tags and Links.
> >- LICENSE and NOTICE.  - LICENSE and NOTICE.
> >- No unexpected binary files. - No unexpected binary files.
> >
> > -1, Failed due to 0 (binding)
> > Checked the following:   Checked the following:
> >- Signature and Hash. - Signature and Hash.
> >- Tags and Links. - 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-11 Thread Arunabh Das
+1
Checked:
- Signature and Hash
- Tags and Links
- Merged Pull requests
- LICENSE and NOTICE
- No unexpected binaries

Regards,
Arunabh

On Wed, 10 May 2023, 03:38 John Gemignani, 
wrote:

> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent yourself or your vote.
>
> This vote will be open for 72 hours.

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-11 Thread Muneeb Khan
+1
Checked the following:
- Signature and Hash - Checked
- Tags and links - Checked
- No unexpected binary files - Checked
- LICENSE and NOTICE - Checked
- Merged Pull Requests - Checked

Regards,
Muneeb

On Wed, May 10, 2023 at 2:38 AM John Gemignani 
wrote:

> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-11 Thread Carla Sanches
+1

Checked:
- Signature and Hash;
- Tags and links;
- No unexpected binary files;
- Release notes;
- Regression tests (all passed).

Em ter., 9 de mai. de 2023 às 18:38, John Gemignani <
john.gemign...@bitnine.net> escreveu:

> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-11 Thread fatima raza
+1
Checked the following :

   - Signature and Hash. (Checked)

   - Tags and Links. (Checked)

   - License and Notice. (Checked)

   - No Unexpected Binary Files. (Checked)

On Thu, May 11, 2023 at 1:58 AM Nicholas Sorrell  wrote:

> +1 (binding)
>
>
> Checked:
>
> - Signature and Hash
>
> - Tags and Links
>
> - LICENSE and NOTICE
>
> - No unexpected binary files
>
> - No unexpected files between git repo/apache release and all file
> checksums match
>
>
> Performed smoke test which includes:
>
> - Build Dockerfile (which builds project)
>
> - Run Docker image
>
> - Runs commands (create graph/node) via psql verifying basic
> functionality
>
> - Create new system user to run test suite
>
> - Verify tests pass (24 passed)
>
>
> --
> Nick Sorrell
>
>
> 
> From: John Gemignani 
> Sent: Tuesday, May 9, 2023 5:30 PM
> To: dev@age.apache.org 
> Subject: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11
>
> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- 

Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-10 Thread Nicholas Sorrell
+1 (binding)


Checked:

- Signature and Hash

- Tags and Links

- LICENSE and NOTICE

- No unexpected binary files

- No unexpected files between git repo/apache release and all file 
checksums match


Performed smoke test which includes:

- Build Dockerfile (which builds project)

- Run Docker image

- Runs commands (create graph/node) via psql verifying basic functionality

- Create new system user to run test suite

- Verify tests pass (24 passed)


--
Nick Sorrell



From: John Gemignani 
Sent: Tuesday, May 9, 2023 5:30 PM
To: dev@age.apache.org 
Subject: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

Dear Apache Community,

Please carefully read all instructions as they may have changed since the
last vote thread.

This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.

To learn more about Apache AGE, please see http://age.apache.org/

Functionalities included and addressed in this release are:

*
Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11

Add additional comments for create_graph function. (#582)
Optimize age_exists function. (#586)
Implement plus-equal operator in SET clause. (#638)
Implement CI test for python driver. (#587)
Move from travis CI to github actions for build. (#673)
Update all driver CIs to Github actions.
Fix build warnings.
Fix golang driver workflow (#563)
Updated Readme for drivers folder. (#642)
Removed async from function definitions. (#680)
Barbell graph generation (#648) and Barbell regress tests. (#708)
Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
Modify docker url for JDBC driver tests (#716)
Fix WITH ignoring WHERE clause. (#646)
Implement isEmpty() predicate function. (#710)
Fix cypher function input argument checks. (#718)
Fix Issue 693 - server termination from return exists(path). (#721)
Update regression tests for cypher_with. (#725)
Fix issue 733 - create_complete_graph() terminates the server. (#734)
Prevent MATCH from following OPTIONAL MATCH. (#740)
Fix property constraints against resolved variables. (#724) (#751) (#701)
(#747)
Include invalid labels in reused variables. (#751) (#762)
Remove check for scalar agtypes in unwind. (#736)
Update PG11 CI workflows.
Update readme and version for python driver. (#780)
Update README.md
*

The git tag to be discussed and voted on:
https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0

The git commit hash:
commit 1a452595fe59975c1df4941e4f8eeb12c097bab7

The release files for 1.3.0, can be found at:
https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/age/KEYS

The fingerprint of key to sign release artifacts:
4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045

For information about the contents of this release see:
https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0

!!! IMPORTANT PLEASE READ !!!

Please note that Apache REQUIRES the following information to be in your
response to the vote, in order for it to be valid -

- If you are a binding vote, a PMC, then you MUST state it in your
  response. Otherwise, leave it out. Do not mention it if you are
  not a PMC.

- You MUST state what you checked to support your vote. See
  the samples given below for guidance.

- You MUST, at a minimum, check the above tags, hash,
   links, and signatures for validity.

- You CANNOT just say, +1 or 0. You need to state what items
  you checked.

If your vote DOES NOT follow the above guidelines or samples below, it may
be thrown out.

!!! IMPORTANT PLEASE READ !!!

Please vote as follows -

+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
  0, I won't get in the way of the vote.
 -1, Do not release this package because 

 !!! Followed by what you checked !!!

Sample responses, two for PMCs (binding) and two for regular committers.
These are only samples, do not copy/paste.

Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
binding. If you are a PMC, you must state it.

   +1 (binding)   +1
   Checked the following:   Checked the following:
   - Signature and Hash.   - Signature and Hash.
   - Tags and Links.   - Tags and Links.
   - LICENSE and NOTICE.  - LICENSE and NOTICE.
   - No unexpected binary files. - No unexpected binary files.

-1, Failed due to 0 (binding)
Checked the following:   Checked the following:
   - Signature and Hash. - Signature and Hash.
   - Tags and Links. - Tags and Links.
   - BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
   - No unexpected binary files.  - No unexpected binary files.