Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-17 Thread John Gemignani
Dear Apache Community,

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

John Gemignani

On Sat, Apr 15, 2023 at 5:11 AM JawadAli Abbasi
 wrote:

> +1
> I've checked the following:
> Signature and HashNo unexpected binary filesLicense and NoticeTags and
> Links
>
> Sent from Yahoo Mail on Android
>
>   On Sat, Apr 15, 2023 at 1:44 AM, Omar Saad
> wrote:   +1
> checked :
> - Signature and Hash - checked
> - License and Notice - checked
> - Merged Pull Requests - checked
>
> On Wed, Apr 12, 2023 at 6:57 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-17 Thread Aditya Gupta
+1

I have checked the following to the best of my ability:


   -

   Graph names with the empty string ‘’ being no more allowed
   -

   Fix typos at multiple locations (#470)
   -

   Fix bug #339 - entities in WHERE clause have wrong Expr (#391)
   -

   Update SET clause to support assigning a map to a variable ( #468)


Regards
Aditya Gupta


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-15 Thread JawadAli Abbasi
+1
I've checked the following:
Signature and HashNo unexpected binary filesLicense and NoticeTags and Links

Sent from Yahoo Mail on Android 
 
  On Sat, Apr 15, 2023 at 1:44 AM, Omar Saad wrote:   +1
checked :
- Signature and Hash - checked
- License and Notice - checked
- Merged Pull Requests - checked

On Wed, Apr 12, 2023 at 6:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>      Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>      NOTE: Due to this being the first release for PostgreSQL 13, there
>                  is no upgrade path from other versions.
>
>      Implement CALL ...[YIELD] for cypher functions. (#630)
>      Graph names with the empty string '' are disallowed. (#251)
>      Fix typos at multiple locations. (#470)
>      Fix Bug with CALL... [YIELD], clause ignores WHERE.
>      Fix EXPLAIN to allow for nested cypher commands.
>      Fix delete_global_graphs and add regression tests. (#336)
>      Invalid labels now return NULL.
>      Update CONTRIBUTING.md (#348)
>      Fix null pointer on name compare. (#376)
>      Fix Travis CI warning messages.
>      Additional regression tests added for age_global_graph. (#341)
>      Readme Added for AGE-JDBC-Driver. (#383)
>      Updated volatility categories for many functions.
>      Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>      Create complete graph function. (#342) (#662)
>      Fix issue 317: Graph naming convention. (#349)
>      Update SET clause to support assigning a map to a variable. (#468)
>      Patch to address PR 203 that appears to be inactive. (#671)
>      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. (#709)
>      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)
>      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)
>      Fix update_entity_tuple to use correct CommandId. (#769)
>      Remove check for scalar agtypes in unwind. (#736)
>      Update PG13 CI workflows. (#775)
>      Update readme and version for python driver. (#780)
>      Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-14 Thread Omar Saad
+1
checked :
- Signature and Hash - checked
- License and Notice - checked
- Merged Pull Requests - checked

On Wed, Apr 12, 2023 at 6:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-14 Thread Hammad Saleem
+1

Checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Regards,

HAMMAD SALEEM

On Wed, 12 Apr 2023, 9:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
>   

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-14 Thread Abdul Manan
+1
Checked:
- Signature and Hash - checked
- License and Notice - checked
- Graph Names can not be empty - checked


On Fri, Apr 14, 2023, 20:57 Maaz Ahmad  wrote:

> +1
>
> Checked:
> -Signature and hash
> -tags and links
>
> On Wed, 12 Apr 2023 at 21:57, 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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
> >   

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-14 Thread Maaz Ahmad
+1

Checked:
-Signature and hash
-tags and links

On Wed, 12 Apr 2023 at 21:57, 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-14 Thread Eya Badal Abdisho
+1 (Binding) Checked the following: - Signature and hash - checked. - Tags
and links - checked. - LICENSE and NOTICE - checked. - No unexpected binary
files - checked. Thank you, John!!

On Wed, Apr 12, 2023 at 9:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
> 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread HUZAIFA
+1
Verified the following:

   - Signature verified
   - Hash verified
   - License verified
   - Binary files checked






On Wed, Apr 12, 2023 at 10:11 PM Humza Tareen 
wrote:

> +1
> Checked:
> - Verified hash
> - tags and links work
> - the signatures match
>
> On 2023/04/12 16:56:50 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Nicholas Sorrell
+1 (binding)


Checked:

- Signature and Hash

- Tags and Links

- LICENSE and NOTICE

- No unexpected binary files

- git history verified against RELEASE


Performed smoke test which includes:

- Build Dockerfile (which builds project)

- Run Docker image

- Connect to container, verify age location & version

- Manually run psql and cypher commands verifying basic functionality

- Create new system user to run test suite

- Verify tests pass (24 passed)



From: Marco . 
Sent: Thursday, April 13, 2023 5:30 PM
To: dev@age.apache.org 
Subject: RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

+1
Checked the following:
- Signature and hash.
- No unexpected binary files.
- Tags and links.
- LICENSE and NOTICE.
- Merged pull requests.


De: John Gemignani 
Enviado: quarta-feira, 12 de abril de 2023 13:56
Para: dev@age.apache.org 
Assunto: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

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 13.

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

Functionalities included and issues addressed in this release:
*
 Apache AGE 1.3.0 for PostgreSQL 13 Release Notes

 NOTE: Due to this being the first release for PostgreSQL 13, there
 is no upgrade path from other versions.

 Implement CALL ...[YIELD] for cypher functions. (#630)
 Graph names with the empty string '' are disallowed. (#251)
 Fix typos at multiple locations. (#470)
 Fix Bug with CALL... [YIELD], clause ignores WHERE.
 Fix EXPLAIN to allow for nested cypher commands.
 Fix delete_global_graphs and add regression tests. (#336)
 Invalid labels now return NULL.
 Update CONTRIBUTING.md (#348)
 Fix null pointer on name compare. (#376)
 Fix Travis CI warning messages.
 Additional regression tests added for age_global_graph. (#341)
 Readme Added for AGE-JDBC-Driver. (#383)
 Updated volatility categories for many functions.
 Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
 Create complete graph function. (#342) (#662)
 Fix issue 317: Graph naming convention. (#349)
 Update SET clause to support assigning a map to a variable. (#468)
 Patch to address PR 203 that appears to be inactive. (#671)
 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. (#709)
 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)
 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)
 Fix update_entity_tuple to use correct CommandId. (#769)
 Remove check for scalar agtypes in unwind. (#736)
 Update PG13 CI workflows. (#775)
 Update readme and version for python driver. (#780)
 Update README.md
*

!!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
!!!

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

The git commit hash:
commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe

The release files for 1.3.0, can be found at:
https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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

RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Marco .
+1
Checked the following:
- Signature and hash.
- No unexpected binary files.
- Tags and links.
- LICENSE and NOTICE.
- Merged pull requests.


De: John Gemignani 
Enviado: quarta-feira, 12 de abril de 2023 13:56
Para: dev@age.apache.org 
Assunto: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

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 13.

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

Functionalities included and issues addressed in this release:
*
 Apache AGE 1.3.0 for PostgreSQL 13 Release Notes

 NOTE: Due to this being the first release for PostgreSQL 13, there
 is no upgrade path from other versions.

 Implement CALL ...[YIELD] for cypher functions. (#630)
 Graph names with the empty string '' are disallowed. (#251)
 Fix typos at multiple locations. (#470)
 Fix Bug with CALL... [YIELD], clause ignores WHERE.
 Fix EXPLAIN to allow for nested cypher commands.
 Fix delete_global_graphs and add regression tests. (#336)
 Invalid labels now return NULL.
 Update CONTRIBUTING.md (#348)
 Fix null pointer on name compare. (#376)
 Fix Travis CI warning messages.
 Additional regression tests added for age_global_graph. (#341)
 Readme Added for AGE-JDBC-Driver. (#383)
 Updated volatility categories for many functions.
 Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
 Create complete graph function. (#342) (#662)
 Fix issue 317: Graph naming convention. (#349)
 Update SET clause to support assigning a map to a variable. (#468)
 Patch to address PR 203 that appears to be inactive. (#671)
 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. (#709)
 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)
 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)
 Fix update_entity_tuple to use correct CommandId. (#769)
 Remove check for scalar agtypes in unwind. (#736)
 Update PG13 CI workflows. (#775)
 Update readme and version for python driver. (#780)
 Update README.md
*

!!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
!!!

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

The git commit hash:
commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe

The release files for 1.3.0, can be found at:
https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
  0, I won't get in the way of the vote.
 -1, Do not release this package because 

 !!! Followed by 

RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Ahmar Zaidi
+1
I checked the following :
- The README files for all the drivers have been updated with clear and
correct usage instructions.

- Volatility of many functions changed.

- Any typos or errors in the documentation have been fixed.

- Build warnings fixed.

- A check has been performed to ensure that the license for the software
being used is valid and up to date.


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Ahmed Hisham
+1
Checked the following:
- Signature and Hash - checked
- License and Notice - checked
- No unexpected binary files - checked

On Wed, 12 Apr 2023 at 19:57, 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
>   0, I won't get in the way of the vote.
>   

RE: Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Sarthak Jaiswal
+1,

Checked the following:

- Updated readme for all the drivers with proper usage instructions

- No unexpected binaries , especially in src/backend (that are made during
compilation)

- Typos in documentations

- Tested for null pointer on name compare (#376)

-License check


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Waleed Ahmed Shahid
+1,

I have checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.
- Graph Names cannot be empty - checked

Regards
Waleed Ahmed Shahid

On Thu, Apr 13, 2023 at 9:59 PM Muneeb Khan 
wrote:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>
> I have checked the following:
>
> - Signature and Hash - checked
> - Tags and Links - checked
> - License and Notice - checked
> - No unexpected binary files - checked
> - Merged Pull Requests - checked
>
> Regards,
> Muneeb
>
> On Wed, Apr 12, 2023 at 9:57 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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. 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Fahad Zaheer
+1.

I have checked the following:

- Signature and Hash - checked
- Tags and Links - checked
- License and Notice - checked
- No unexpected binary files - checked
- Invalid Labels - checked
- Graph Names can not be empty - checked

Regards,
Fahad Zaheer

On Wed, Apr 12, 2023 at 9:57 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Muneeb Khan
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

I have checked the following:

- Signature and Hash - checked
- Tags and Links - checked
- License and Notice - checked
- No unexpected binary files - checked
- Merged Pull Requests - checked

Regards,
Muneeb

On Wed, Apr 12, 2023 at 9:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Arunesh Choudhary
+1

Checked the following:

- Signature and hash - checked
- Tags and links - checked
- LICENSE and NOTICE – checked


From: John Gemignani 
Date: Wednesday, April 12, 2023 at 12:57 PM
To: dev@age.apache.org 
Subject: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13
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 13.

To learn more about Apache AGE, please see 
https://can01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fage.apache.org%2F=05%7C01%7Cchoudh91%40uwindsor.ca%7Ca10a2041335f479349bd08db3b76f5ee%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638169154343997379%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=6%2B8H5ZcnBSBac0BY5ydUHL1qzZq6RgpTqR28xXhUnZ8%3D=0

Functionalities included and issues addressed in this release:
*
 Apache AGE 1.3.0 for PostgreSQL 13 Release Notes

 NOTE: Due to this being the first release for PostgreSQL 13, there
 is no upgrade path from other versions.

 Implement CALL ...[YIELD] for cypher functions. (#630)
 Graph names with the empty string '' are disallowed. (#251)
 Fix typos at multiple locations. (#470)
 Fix Bug with CALL... [YIELD], clause ignores WHERE.
 Fix EXPLAIN to allow for nested cypher commands.
 Fix delete_global_graphs and add regression tests. (#336)
 Invalid labels now return NULL.
 Update CONTRIBUTING.md (#348)
 Fix null pointer on name compare. (#376)
 Fix Travis CI warning messages.
 Additional regression tests added for age_global_graph. (#341)
 Readme Added for AGE-JDBC-Driver. (#383)
 Updated volatility categories for many functions.
 Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
 Create complete graph function. (#342) (#662)
 Fix issue 317: Graph naming convention. (#349)
 Update SET clause to support assigning a map to a variable. (#468)
 Patch to address PR 203 that appears to be inactive. (#671)
 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. (#709)
 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)
 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)
 Fix update_entity_tuple to use correct CommandId. (#769)
 Remove check for scalar agtypes in unwind. (#736)
 Update PG13 CI workflows. (#775)
 Update readme and version for python driver. (#780)
 Update README.md
*

!!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
!!!

The git tag to be discussed and voted on:
https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fage%2Freleases%2Ftag%2FPG13%2Fv1.3.0-rc0=05%7C01%7Cchoudh91%40uwindsor.ca%7Ca10a2041335f479349bd08db3b76f5ee%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638169154343997379%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=Ie2NWpa%2FjYHxoSXSO7wRityycgaaUgev7JEdzEsvm9w%3D=0

The git commit hash:
commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe

The release files for 1.3.0, can be found at:
https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fage%2FPG13%2F1.3.0.rc0%2F=05%7C01%7Cchoudh91%40uwindsor.ca%7Ca10a2041335f479349bd08db3b76f5ee%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638169154343997379%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=ClaNOZByEYG3VnZpaFK7PnEFYO%2BS3KhvTCphs2jcxWA%3D=0

Signatures used for AGE RCs can be found in this file:

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Hrishikesh Mallick
+1

Checked the following:
 - Signature and Hash
 - Graph names with empty strings (Not allowed )
 - Create complete_graph function
 - regression tests


On Thu, Apr 13, 2023 at 6:14 PM Mohamed Mokhtar  wrote:

> +1
>
> Checked the following:
>
> - Signature and hash - checked.
> - Tags and links - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked.
>
> Regards,
> Mohamed Mokhtar,
>
> On Thu, Apr 13, 2023 at 1:48 PM Muhammad Shoaib  >
> wrote:
>
> > +1 This is my vote for Apache AGE 1.3.0 for PostgreSQL 13.
> >
> >
> >- Signature and Hash - checked and confirmed
> >- Tags and Links - checked and confirmed
> >- License and Notice - checked and confirmed
> >- No unexpected binary files - checked and confirmed
> >- Merged Pull Requests - checked and confirmed
> >
> >
> > Ciao,
> > Shoaib
> >
> > On Thu, Apr 13, 2023 at 1:44 PM Muhammad Taha Naveed
> >  wrote:
> >
> > > +1
> > >
> > > Checked the following:
> > >
> > > - Signature and hash - checked.
> > > - Tags and links - checked.
> > > - LICENSE and NOTICE - checked.
> > > - No unexpected binary files - checked.
> > >
> > > Regards
> > > Muhammad Taha Naveed
> > >
> > > On Thu, Apr 13, 2023, 13:40 Tito Osadebey 
> > > wrote:
> > >
> > > > +1
> > > > I checked the following:
> > > > - Signature, hash, license and notice (passed)
> > > > - unexpected binary files (none).
> > > > - Installcheck (passed)
> > > > - Graph names with the empty string (not allowed).
> > > > - Regression Tests (passed)
> > > >
> > > >
> > > > Regards,
> > > > Tito Osadebey
> > > >
> > > > On Wed, Apr 12, 2023, 17:57 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
> > > 13.
> > > > >
> > > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > > >
> > > > > Functionalities included and issues addressed in this release:
> > > > > *
> > > > >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > > >
> > > > >  NOTE: Due to this being the first release for PostgreSQL 13,
> > there
> > > > >  is no upgrade path from other versions.
> > > > >
> > > > >  Implement CALL ...[YIELD] for cypher functions. (#630)
> > > > >  Graph names with the empty string '' are disallowed. (#251)
> > > > >  Fix typos at multiple locations. (#470)
> > > > >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > > >  Fix EXPLAIN to allow for nested cypher commands.
> > > > >  Fix delete_global_graphs and add regression tests. (#336)
> > > > >  Invalid labels now return NULL.
> > > > >  Update CONTRIBUTING.md (#348)
> > > > >  Fix null pointer on name compare. (#376)
> > > > >  Fix Travis CI warning messages.
> > > > >  Additional regression tests added for age_global_graph. (#341)
> > > > >  Readme Added for AGE-JDBC-Driver. (#383)
> > > > >  Updated volatility categories for many functions.
> > > > >  Fix issue 339 - entities in WHERE clause have wrong Expr.
> (#391)
> > > > >  Create complete graph function. (#342) (#662)
> > > > >  Fix issue 317: Graph naming convention. (#349)
> > > > >  Update SET clause to support assigning a map to a variable.
> > (#468)
> > > > >  Patch to address PR 203 that appears to be inactive. (#671)
> > > > >  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. (#709)
> > > > >  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)
> > > > >  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)
> > > 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Mohamed Mokhtar
+1

Checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Regards,
Mohamed Mokhtar,

On Thu, Apr 13, 2023 at 1:48 PM Muhammad Shoaib 
wrote:

> +1 This is my vote for Apache AGE 1.3.0 for PostgreSQL 13.
>
>
>- Signature and Hash - checked and confirmed
>- Tags and Links - checked and confirmed
>- License and Notice - checked and confirmed
>- No unexpected binary files - checked and confirmed
>- Merged Pull Requests - checked and confirmed
>
>
> Ciao,
> Shoaib
>
> On Thu, Apr 13, 2023 at 1:44 PM Muhammad Taha Naveed
>  wrote:
>
> > +1
> >
> > Checked the following:
> >
> > - Signature and hash - checked.
> > - Tags and links - checked.
> > - LICENSE and NOTICE - checked.
> > - No unexpected binary files - checked.
> >
> > Regards
> > Muhammad Taha Naveed
> >
> > On Thu, Apr 13, 2023, 13:40 Tito Osadebey 
> > wrote:
> >
> > > +1
> > > I checked the following:
> > > - Signature, hash, license and notice (passed)
> > > - unexpected binary files (none).
> > > - Installcheck (passed)
> > > - Graph names with the empty string (not allowed).
> > > - Regression Tests (passed)
> > >
> > >
> > > Regards,
> > > Tito Osadebey
> > >
> > > On Wed, Apr 12, 2023, 17:57 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
> > 13.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionalities included and issues addressed in this release:
> > > > *
> > > >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > >
> > > >  NOTE: Due to this being the first release for PostgreSQL 13,
> there
> > > >  is no upgrade path from other versions.
> > > >
> > > >  Implement CALL ...[YIELD] for cypher functions. (#630)
> > > >  Graph names with the empty string '' are disallowed. (#251)
> > > >  Fix typos at multiple locations. (#470)
> > > >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > >  Fix EXPLAIN to allow for nested cypher commands.
> > > >  Fix delete_global_graphs and add regression tests. (#336)
> > > >  Invalid labels now return NULL.
> > > >  Update CONTRIBUTING.md (#348)
> > > >  Fix null pointer on name compare. (#376)
> > > >  Fix Travis CI warning messages.
> > > >  Additional regression tests added for age_global_graph. (#341)
> > > >  Readme Added for AGE-JDBC-Driver. (#383)
> > > >  Updated volatility categories for many functions.
> > > >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> > > >  Create complete graph function. (#342) (#662)
> > > >  Fix issue 317: Graph naming convention. (#349)
> > > >  Update SET clause to support assigning a map to a variable.
> (#468)
> > > >  Patch to address PR 203 that appears to be inactive. (#671)
> > > >  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. (#709)
> > > >  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)
> > > >  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)
> > > >  Fix update_entity_tuple to use correct CommandId. (#769)
> > > >  Remove check for scalar agtypes in unwind. (#736)
> > > >  Update PG13 CI workflows. (#775)
> > > >  Update readme and version for python driver. (#780)
> > > >  Update README.md
> > > > *
> > > >
> > > > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> > > keys
> > > > !!!
> > > >
> > > > The git tag to be discussed 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Mohayu Din
+1

- Checked the git tag
- Checked the git hash commit
- Verified the release files
- Verified the signature

On Thu, Apr 13, 2023, 4:48 PM Muhammad Shoaib 
wrote:

> +1 This is my vote for Apache AGE 1.3.0 for PostgreSQL 13.
>
>
>- Signature and Hash - checked and confirmed
>- Tags and Links - checked and confirmed
>- License and Notice - checked and confirmed
>- No unexpected binary files - checked and confirmed
>- Merged Pull Requests - checked and confirmed
>
>
> Ciao,
> Shoaib
>
> On Thu, Apr 13, 2023 at 1:44 PM Muhammad Taha Naveed
>  wrote:
>
> > +1
> >
> > Checked the following:
> >
> > - Signature and hash - checked.
> > - Tags and links - checked.
> > - LICENSE and NOTICE - checked.
> > - No unexpected binary files - checked.
> >
> > Regards
> > Muhammad Taha Naveed
> >
> > On Thu, Apr 13, 2023, 13:40 Tito Osadebey 
> > wrote:
> >
> > > +1
> > > I checked the following:
> > > - Signature, hash, license and notice (passed)
> > > - unexpected binary files (none).
> > > - Installcheck (passed)
> > > - Graph names with the empty string (not allowed).
> > > - Regression Tests (passed)
> > >
> > >
> > > Regards,
> > > Tito Osadebey
> > >
> > > On Wed, Apr 12, 2023, 17:57 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
> > 13.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionalities included and issues addressed in this release:
> > > > *
> > > >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > >
> > > >  NOTE: Due to this being the first release for PostgreSQL 13,
> there
> > > >  is no upgrade path from other versions.
> > > >
> > > >  Implement CALL ...[YIELD] for cypher functions. (#630)
> > > >  Graph names with the empty string '' are disallowed. (#251)
> > > >  Fix typos at multiple locations. (#470)
> > > >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > >  Fix EXPLAIN to allow for nested cypher commands.
> > > >  Fix delete_global_graphs and add regression tests. (#336)
> > > >  Invalid labels now return NULL.
> > > >  Update CONTRIBUTING.md (#348)
> > > >  Fix null pointer on name compare. (#376)
> > > >  Fix Travis CI warning messages.
> > > >  Additional regression tests added for age_global_graph. (#341)
> > > >  Readme Added for AGE-JDBC-Driver. (#383)
> > > >  Updated volatility categories for many functions.
> > > >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> > > >  Create complete graph function. (#342) (#662)
> > > >  Fix issue 317: Graph naming convention. (#349)
> > > >  Update SET clause to support assigning a map to a variable.
> (#468)
> > > >  Patch to address PR 203 that appears to be inactive. (#671)
> > > >  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. (#709)
> > > >  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)
> > > >  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)
> > > >  Fix update_entity_tuple to use correct CommandId. (#769)
> > > >  Remove check for scalar agtypes in unwind. (#736)
> > > >  Update PG13 CI workflows. (#775)
> > > >  Update readme and version for python driver. (#780)
> > > >  Update README.md
> > > > *
> > > >
> > > > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> > > keys
> > > > !!!
> > > >
> > > > The git tag to be discussed and voted on:
> > > > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Muhammad Shoaib
+1 This is my vote for Apache AGE 1.3.0 for PostgreSQL 13.


   - Signature and Hash - checked and confirmed
   - Tags and Links - checked and confirmed
   - License and Notice - checked and confirmed
   - No unexpected binary files - checked and confirmed
   - Merged Pull Requests - checked and confirmed


Ciao,
Shoaib

On Thu, Apr 13, 2023 at 1:44 PM Muhammad Taha Naveed
 wrote:

> +1
>
> Checked the following:
>
> - Signature and hash - checked.
> - Tags and links - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked.
>
> Regards
> Muhammad Taha Naveed
>
> On Thu, Apr 13, 2023, 13:40 Tito Osadebey 
> wrote:
>
> > +1
> > I checked the following:
> > - Signature, hash, license and notice (passed)
> > - unexpected binary files (none).
> > - Installcheck (passed)
> > - Graph names with the empty string (not allowed).
> > - Regression Tests (passed)
> >
> >
> > Regards,
> > Tito Osadebey
> >
> > On Wed, Apr 12, 2023, 17:57 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
> 13.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and issues addressed in this release:
> > > *
> > >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > >
> > >  NOTE: Due to this being the first release for PostgreSQL 13, there
> > >  is no upgrade path from other versions.
> > >
> > >  Implement CALL ...[YIELD] for cypher functions. (#630)
> > >  Graph names with the empty string '' are disallowed. (#251)
> > >  Fix typos at multiple locations. (#470)
> > >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > >  Fix EXPLAIN to allow for nested cypher commands.
> > >  Fix delete_global_graphs and add regression tests. (#336)
> > >  Invalid labels now return NULL.
> > >  Update CONTRIBUTING.md (#348)
> > >  Fix null pointer on name compare. (#376)
> > >  Fix Travis CI warning messages.
> > >  Additional regression tests added for age_global_graph. (#341)
> > >  Readme Added for AGE-JDBC-Driver. (#383)
> > >  Updated volatility categories for many functions.
> > >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> > >  Create complete graph function. (#342) (#662)
> > >  Fix issue 317: Graph naming convention. (#349)
> > >  Update SET clause to support assigning a map to a variable. (#468)
> > >  Patch to address PR 203 that appears to be inactive. (#671)
> > >  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. (#709)
> > >  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)
> > >  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)
> > >  Fix update_entity_tuple to use correct CommandId. (#769)
> > >  Remove check for scalar agtypes in unwind. (#736)
> > >  Update PG13 CI workflows. (#775)
> > >  Update readme and version for python driver. (#780)
> > >  Update README.md
> > > *
> > >
> > > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> > keys
> > > !!!
> > >
> > > The git tag to be discussed and voted on:
> > > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> > >
> > > The release files for 1.3.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Muhammad Taha Naveed
+1

Checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Regards
Muhammad Taha Naveed

On Thu, Apr 13, 2023, 13:40 Tito Osadebey  wrote:

> +1
> I checked the following:
> - Signature, hash, license and notice (passed)
> - unexpected binary files (none).
> - Installcheck (passed)
> - Graph names with the empty string (not allowed).
> - Regression Tests (passed)
>
>
> Regards,
> Tito Osadebey
>
> On Wed, Apr 12, 2023, 17:57 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-13 Thread Tito Osadebey
+1
I checked the following:
- Signature, hash, license and notice (passed)
- unexpected binary files (none).
- Installcheck (passed)
- Graph names with the empty string (not allowed).
- Regression Tests (passed)


Regards,
Tito Osadebey

On Wed, Apr 12, 2023, 17:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Muhammad Farooq
+1

Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

- The configuration was very smooth

- Passed 24/24 regression tests.

- Graph names with the empty string '' are no more allowed. (checked and
passed)

- Signature & Hash checking (Passed)

- WITH clause no longer ignore WHERE (Passeed)

- Return NULL for Invalid labels (Passed)


Regards:

Muhammad Farooq


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread fatima raza
+1 (binding)
I checked for following
 -  License and Notice.
 -  Tags and links.
 -  Unexpected binary file.

On Thu, Apr 13, 2023 at 8:24 AM Marcos Silva 
wrote:

> +1
>   - Signature and hash - checked
>   - Tags and links - checked
>   - Licence and notice - checked
>   - Merged Pull Requests - checked
> 
> From: John Gemignani 
> Sent: Wednesday, April 12, 2023 1:56:50 PM
> To: dev@age.apache.org 
> Subject: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13
>
> 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Marcos Silva
+1
  - Signature and hash - checked
  - Tags and links - checked
  - Licence and notice - checked
  - Merged Pull Requests - checked

From: John Gemignani 
Sent: Wednesday, April 12, 2023 1:56:50 PM
To: dev@age.apache.org 
Subject: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

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 13.

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

Functionalities included and issues addressed in this release:
*
 Apache AGE 1.3.0 for PostgreSQL 13 Release Notes

 NOTE: Due to this being the first release for PostgreSQL 13, there
 is no upgrade path from other versions.

 Implement CALL ...[YIELD] for cypher functions. (#630)
 Graph names with the empty string '' are disallowed. (#251)
 Fix typos at multiple locations. (#470)
 Fix Bug with CALL... [YIELD], clause ignores WHERE.
 Fix EXPLAIN to allow for nested cypher commands.
 Fix delete_global_graphs and add regression tests. (#336)
 Invalid labels now return NULL.
 Update CONTRIBUTING.md (#348)
 Fix null pointer on name compare. (#376)
 Fix Travis CI warning messages.
 Additional regression tests added for age_global_graph. (#341)
 Readme Added for AGE-JDBC-Driver. (#383)
 Updated volatility categories for many functions.
 Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
 Create complete graph function. (#342) (#662)
 Fix issue 317: Graph naming convention. (#349)
 Update SET clause to support assigning a map to a variable. (#468)
 Patch to address PR 203 that appears to be inactive. (#671)
 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. (#709)
 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)
 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)
 Fix update_entity_tuple to use correct CommandId. (#769)
 Remove check for scalar agtypes in unwind. (#736)
 Update PG13 CI workflows. (#775)
 Update readme and version for python driver. (#780)
 Update README.md
*

!!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
!!!

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

The git commit hash:
commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe

The release files for 1.3.0, can be found at:
https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
  0, I won't get in the way of the vote.
 -1, Do not release this package because 

 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Bhaskar Sharma
+1
Checked:
- Signature and Hash : checked
- Tags and Links : checked
- License and Notice : checked
- No unexpected binary files : checked
- Merged Pull Requests : checked

On Wed, 12 Apr, 2023, 23:47 Dehowe Feng,  wrote:

> +1 (binding)
> Did all of the usual checks, looks good.
>
>  - checked the signature and hash
>  - checked tags and links
>  - License and Notice looks good
>  - checked for unexpected binary files
>
> On Wed, Apr 12, 2023 at 9:57 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Ahmed Mohamed
+1
Checked the following

- License and Notice
- Signature and Hash
- Tags and Links
- No unexpected binary files




On 2023/04/10 23:42:02 John Gemignani wrote:
> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Dehowe Feng
+1 (binding)
Did all of the usual checks, looks good.

 - checked the signature and hash
 - checked tags and links
 - License and Notice looks good
 - checked for unexpected binary files

On Wed, Apr 12, 2023 at 9:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Arunabh Das
+1
* Signature and Hash -> Checked
* License and Notice - Checked
* Merged Pull Requests - Checked
* No unexpected binary files - Checked


LinkedIn: https://www.linkedin.com/in/arunabh-das-b9959720b

On Wed, 12 Apr 2023, 22:57 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Farias de Oliveira
+1
Checked the following:
- Signature and Hash - checked
- Tags and Links - checked
- License and Notice - checked
- No unexpected binary files - checked
- Merged Pull Requests - checked

Em qua., 12 de abr. de 2023 às 13:57, 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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, 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Moiez Ibrar
+1
I checked the following:
   - Signature and hash - check.
   - Tags and links - check.
   - LICENSE and NOTICE - check.
   - No unexpected binary files - check.

On Wed, 12 Apr 2023 at 10:10 PM, Humza Tareen 
wrote:

> +1
> Checked:
> - Verified hash
> - tags and links work
> - the signatures match
>
> On 2023/04/12 16:56:50 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 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> >  is no upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  Update readme and version for python driver. (#780)
> >  Update README.md
> > *
> >
> > !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and
> keys
> > !!!
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 

RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Humza Tareen
+1
Checked:
- Verified hash
- tags and links work
- the signatures match

On 2023/04/12 16:56:50 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 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there
>  is no upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> !!! PLEASE VERIFY ALL of the below tags, hash, links, signatures, and keys
> !!!
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/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 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread John Gemignani
This thread has been canceled i.e. closed; please do not reply to it.

Thank you!

John Gemignani

On Tue, Apr 11, 2023 at 9:19 PM Nimra Tahir 
wrote:

> +1  Release this package as Apache age 1.3.0 for Postgresql 13.
> I did the usual checks, all looks good to me!
>
>
>1. Tags and links are checked
>2. License and Notice checked
>3. Checked for unexpected binary files
>
> Regards,
> Nimra Tahir
>
> On Wed, Apr 12, 2023 at 3:39 AM John Gemignani  >
> wrote:
>
> > Dear Apache Community,
> >
> > Due to multiple issues and errors with the voting process for this
> release
> > (AGE 1.3.0 for PG13) -
> >
> > 1) Community members not stating what they checked or not checking
> > everything. This is not optional.
> > 2) Community members who are PMCs, not stating that they are binding.
> > This is not optional.
> > 3) Community members who are NOT PMCs, stating that they are binding.
> > Only PMCs are binding.
> >
> > It is necessary to cancel this vote and resubmit it later. Please
> > understand that your vote is important but Apache needs it to be done
> > correctly. The Apache board reviews these votes and gives us feedback on
> > them. It is important for the community to do its best to look good.
> >
> > Still, I do thank everyone who took part in the vote! We just need to
> > strive to do it better.
> >
> > John Gemignani
> >
> > On Tue, Apr 11, 2023 at 1:31 PM Waleed Ahmed Shahid
> >  wrote:
> >
> > > +1 (Binding)
> > >  Checked the following:
> > >   Signature and hash-checked.
> > > - Tags and links - checked.
> > > - LICENSE and NOTICE - checked.
> > > - No unexpected binary files - checked.
> > >
> > > Good to go
> > >
> > > On Tue, Apr 11, 2023 at 12:41 PM Waleed Ahmed Shahid <
> > > wshahid.bscs19se...@seecs.edu.pk> wrote:
> > >
> > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > >
> > > > On Tue, 11 Apr 2023, 12:37 Daniel John,  wrote:
> > > >
> > > >> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > >>
> > > >> On Tue, Apr 11, 2023, 8:15 AM Hammad Saleem <
> > hammadsaleem1...@gmail.com
> > > >
> > > >> wrote:
> > > >>
> > > >> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > >> >
> > > >> > On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
> > > >> > rahimullah.shaheen...@gmail.com> wrote:
> > > >> >
> > > >> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > >> > >
> > > >> > > On Tue, 11 Apr 2023 at 11:21, Steve Shin 
> > > wrote:
> > > >> > >
> > > >> > > > +1
> > > >> > > >
> > > >> > > >
> > > >> > > > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid <
> > > >> zahidmuhammad...@gmail.com
> > > >> > >님이
> > > >> > > > 작성:
> > > >> > > >
> > > >> > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL
> > 13.
> > > >> > > > >
> > > >> > > > > On Tue, 11 Apr 2023, 6:43 am fatima raza, <
> > > >> fatimaraza...@gmail.com>
> > > >> > > > wrote:
> > > >> > > > >
> > > >> > > > > > +1, Release this package as Apache AGE 1.3.0 for
> > > PostgreSQL
> > > >> 13.
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > > >
> > >
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Nimra Tahir
+1  Release this package as Apache age 1.3.0 for Postgresql 13.
I did the usual checks, all looks good to me!


   1. Tags and links are checked
   2. License and Notice checked
   3. Checked for unexpected binary files

Regards,
Nimra Tahir

On Wed, Apr 12, 2023 at 3:39 AM John Gemignani 
wrote:

> Dear Apache Community,
>
> Due to multiple issues and errors with the voting process for this release
> (AGE 1.3.0 for PG13) -
>
> 1) Community members not stating what they checked or not checking
> everything. This is not optional.
> 2) Community members who are PMCs, not stating that they are binding.
> This is not optional.
> 3) Community members who are NOT PMCs, stating that they are binding.
> Only PMCs are binding.
>
> It is necessary to cancel this vote and resubmit it later. Please
> understand that your vote is important but Apache needs it to be done
> correctly. The Apache board reviews these votes and gives us feedback on
> them. It is important for the community to do its best to look good.
>
> Still, I do thank everyone who took part in the vote! We just need to
> strive to do it better.
>
> John Gemignani
>
> On Tue, Apr 11, 2023 at 1:31 PM Waleed Ahmed Shahid
>  wrote:
>
> > +1 (Binding)
> >  Checked the following:
> >   Signature and hash-checked.
> > - Tags and links - checked.
> > - LICENSE and NOTICE - checked.
> > - No unexpected binary files - checked.
> >
> > Good to go
> >
> > On Tue, Apr 11, 2023 at 12:41 PM Waleed Ahmed Shahid <
> > wshahid.bscs19se...@seecs.edu.pk> wrote:
> >
> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >
> > > On Tue, 11 Apr 2023, 12:37 Daniel John,  wrote:
> > >
> > >> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >>
> > >> On Tue, Apr 11, 2023, 8:15 AM Hammad Saleem <
> hammadsaleem1...@gmail.com
> > >
> > >> wrote:
> > >>
> > >> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >> >
> > >> > On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
> > >> > rahimullah.shaheen...@gmail.com> wrote:
> > >> >
> > >> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >> > >
> > >> > > On Tue, 11 Apr 2023 at 11:21, Steve Shin 
> > wrote:
> > >> > >
> > >> > > > +1
> > >> > > >
> > >> > > >
> > >> > > > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid <
> > >> zahidmuhammad...@gmail.com
> > >> > >님이
> > >> > > > 작성:
> > >> > > >
> > >> > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL
> 13.
> > >> > > > >
> > >> > > > > On Tue, 11 Apr 2023, 6:43 am fatima raza, <
> > >> fatimaraza...@gmail.com>
> > >> > > > wrote:
> > >> > > > >
> > >> > > > > > +1, Release this package as Apache AGE 1.3.0 for
> > PostgreSQL
> > >> 13.
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread John Gemignani
Dear Apache Community,

Due to multiple issues and errors with the voting process for this release
(AGE 1.3.0 for PG13) -

1) Community members not stating what they checked or not checking
everything. This is not optional.
2) Community members who are PMCs, not stating that they are binding.
This is not optional.
3) Community members who are NOT PMCs, stating that they are binding.
Only PMCs are binding.

It is necessary to cancel this vote and resubmit it later. Please
understand that your vote is important but Apache needs it to be done
correctly. The Apache board reviews these votes and gives us feedback on
them. It is important for the community to do its best to look good.

Still, I do thank everyone who took part in the vote! We just need to
strive to do it better.

John Gemignani

On Tue, Apr 11, 2023 at 1:31 PM Waleed Ahmed Shahid
 wrote:

> +1 (Binding)
>  Checked the following:
>   Signature and hash-checked.
> - Tags and links - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked.
>
> Good to go
>
> On Tue, Apr 11, 2023 at 12:41 PM Waleed Ahmed Shahid <
> wshahid.bscs19se...@seecs.edu.pk> wrote:
>
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >
> > On Tue, 11 Apr 2023, 12:37 Daniel John,  wrote:
> >
> >> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >>
> >> On Tue, Apr 11, 2023, 8:15 AM Hammad Saleem  >
> >> wrote:
> >>
> >> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >> >
> >> > On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
> >> > rahimullah.shaheen...@gmail.com> wrote:
> >> >
> >> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >> > >
> >> > > On Tue, 11 Apr 2023 at 11:21, Steve Shin 
> wrote:
> >> > >
> >> > > > +1
> >> > > >
> >> > > >
> >> > > > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid <
> >> zahidmuhammad...@gmail.com
> >> > >님이
> >> > > > 작성:
> >> > > >
> >> > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >> > > > >
> >> > > > > On Tue, 11 Apr 2023, 6:43 am fatima raza, <
> >> fatimaraza...@gmail.com>
> >> > > > wrote:
> >> > > > >
> >> > > > > > +1, Release this package as Apache AGE 1.3.0 for
> PostgreSQL
> >> 13.
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Wendel Fernandes
+1
I did the usual checks, all looks good to me!
 - Checked the signature and hash
 - Checked tags and links
 - License and Notice looks good
 - Checked for unexpected binary files


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Waleed Ahmed Shahid
+1 (Binding)
 Checked the following:
  Signature and hash-checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Good to go

On Tue, Apr 11, 2023 at 12:41 PM Waleed Ahmed Shahid <
wshahid.bscs19se...@seecs.edu.pk> wrote:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>
> On Tue, 11 Apr 2023, 12:37 Daniel John,  wrote:
>
>> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>>
>> On Tue, Apr 11, 2023, 8:15 AM Hammad Saleem 
>> wrote:
>>
>> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>> >
>> > On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
>> > rahimullah.shaheen...@gmail.com> wrote:
>> >
>> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>> > >
>> > > On Tue, 11 Apr 2023 at 11:21, Steve Shin  wrote:
>> > >
>> > > > +1
>> > > >
>> > > >
>> > > > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid <
>> zahidmuhammad...@gmail.com
>> > >님이
>> > > > 작성:
>> > > >
>> > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>> > > > >
>> > > > > On Tue, 11 Apr 2023, 6:43 am fatima raza, <
>> fatimaraza...@gmail.com>
>> > > > wrote:
>> > > > >
>> > > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL
>> 13.
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>


RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Abdul Samad
+1 (Binding)
 Checked the following:
  Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Good to go

Regards
Abdul Samad


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Bhaskar Sharma
+1 (Binding)
Checked the following:
- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

On Tue, 11 Apr, 2023, 01:42 John Gemignani, 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Sarthak Jaiswal
+1, Release this package as apache age 1.3.0 for Postgresql 13.
Checked the following:
- Updated readme for all the drivers with proper usage instructions

- No unexpected binaries , especially in src/backend (that are made during
compilation)

- Typos in documentations

- Tested for null pointer on name compare (#376)

-License check

Regards
Sarthak


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Eya Badal
+1 (Binding)
Checked the following:
- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Thank you, John!! 

On 2023/04/10 23:42:02 John Gemignani wrote:
> Dear Apache Community,
> 
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL 13.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> 
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
> 
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
> 
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> 
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
> 
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
> 
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
> 
> Please vote -
> 
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
> 
> For example -
> 
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
> 
> This vote will be open for 72 hours.
> 
> Thank you for your time.
> 
> John Gemignani
> 


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Tito Osadebey
+1

On Tue, Apr 11, 2023, 00:42 John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Aditya Gupta
0
Checked the following:
 - Tags and links - check.
 - LICENSE and NOTICE - check.

On Tue, Apr 11, 2023, 5:12 AM John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Muneeb Khan
+1
Checked the following: - Signature and hash - check. - Tags and links -
check. - LICENSE and NOTICE - check. - No unexpected binary files - check.

Regards,
Muneeb

On Tue, Apr 11, 2023 at 4:42 AM John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Arunesh Choudhary
+1

Checked the following:

- Signature and hash - checked
- Tags and links - checked
- LICENSE and NOTICE - checked


From: John Gemignani 
Date: Monday, April 10, 2023 at 7:42 PM
To: dev@age.apache.org 
Subject: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13
Dear Apache Community,

This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL 13.

To learn more about Apache AGE, please see 
https://can01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fage.apache.org%2F=05%7C01%7Cchoudh91%40uwindsor.ca%7Ce9c13768dfbe4813129b08db3a1d3973%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638167669411918146%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=FoNki716o%2FIau%2BT%2BUbgpPT6unJQ32kTnVX24114Zhvg%3D=0

Functionalities included and issues addressed in this release:
*
 Apache AGE 1.3.0 for PostgreSQL 13 Release Notes

 NOTE: Due to this being the first release for PostgreSQL 13, there is
no
 upgrade path from other versions.

 Implement CALL ...[YIELD] for cypher functions. (#630)
 Graph names with the empty string '' are disallowed. (#251)
 Fix typos at multiple locations. (#470)
 Fix Bug with CALL... [YIELD], clause ignores WHERE.
 Fix EXPLAIN to allow for nested cypher commands.
 Fix delete_global_graphs and add regression tests. (#336)
 Invalid labels now return NULL.
 Update CONTRIBUTING.md (#348)
 Fix null pointer on name compare. (#376)
 Fix Travis CI warning messages.
 Additional regression tests added for age_global_graph. (#341)
 Readme Added for AGE-JDBC-Driver. (#383)
 Updated volatility categories for many functions.
 Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
 Create complete graph function. (#342) (#662)
 Fix issue 317: Graph naming convention. (#349)
 Update SET clause to support assigning a map to a variable. (#468)
 Patch to address PR 203 that appears to be inactive. (#671)
 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. (#709)
 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)
 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)
 Fix update_entity_tuple to use correct CommandId. (#769)
 Remove check for scalar agtypes in unwind. (#736)
 Update PG13 CI workflows. (#775)
 Update readme and version for python driver. (#780)
 Update README.md
*

The git tag to be discussed and voted on:
https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fage%2Freleases%2Ftag%2FPG13%2Fv1.3.0-rc0=05%7C01%7Cchoudh91%40uwindsor.ca%7Ce9c13768dfbe4813129b08db3a1d3973%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638167669412074609%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=BzhDjD0DOBtWOqMlddA2kIyj0GTgLntUUaqaYq5kUTI%3D=0

The git commit hash:
commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe

The release files for 1.3.0, can be found at:
https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fage%2FPG13%2F1.3.0.rc0%2F=05%7C01%7Cchoudh91%40uwindsor.ca%7Ce9c13768dfbe4813129b08db3a1d3973%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638167669412074609%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=5rB2V%2B9FMYRKY8EbSZJZ%2FOrqjfbvP1993ItZXNdxRUo%3D=0

Signatures used for AGE RCs can be found in this file:

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread fatima raza
+1

On Tue, Apr 11, 2023 at 8:58 PM Josh Innis  wrote:

> +1
>
> On Wed, Apr 12, 2023 at 12:50 AM Nicholas Sorrell  wrote:
>
> > +1 binding
> > 
> > From: Dehowe Feng 
> > Sent: Tuesday, April 11, 2023 11:22:07 AM
> > To: dev@age.apache.org 
> > Subject: Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13
> >
> > +1 (binding),
> >
> > Did all of the usual checks, looks good.:
> >  - checked the signature and hash
> >  - checked tags and links
> >  - License and Notice looks good
> >  - checked for unexpected binary files
> >
> > On Tue, Apr 11, 2023 at 7:11 AM Maaz Ahmad  wrote:
> >
> > >  +1
> > >
> > > Checked the following:
> > >
> > > - Signature and hash - checked.
> > > - Tags and links - checked.
> > > - LICENSE and NOTICE - checked.
> > > - No unexpected binary files - checked
> > >
> > >
> > > On Tue, 11 Apr 2023 at 04:42, John Gemignani <
> john.gemign...@bitnine.net
> > >
> > > wrote:
> > >
> > > > Dear Apache Community,
> > > >
> > > > This is an official vote for the Apache AGE release 1.3.0 for
> > PostgreSQL
> > > > 13.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionalities included and issues addressed in this release:
> > > > *
> > > >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > > >
> > > >  NOTE: Due to this being the first release for PostgreSQL 13,
> there
> > > is
> > > > no
> > > >  upgrade path from other versions.
> > > >
> > > >  Implement CALL ...[YIELD] for cypher functions. (#630)
> > > >  Graph names with the empty string '' are disallowed. (#251)
> > > >  Fix typos at multiple locations. (#470)
> > > >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > > >  Fix EXPLAIN to allow for nested cypher commands.
> > > >  Fix delete_global_graphs and add regression tests. (#336)
> > > >  Invalid labels now return NULL.
> > > >  Update CONTRIBUTING.md (#348)
> > > >  Fix null pointer on name compare. (#376)
> > > >  Fix Travis CI warning messages.
> > > >  Additional regression tests added for age_global_graph. (#341)
> > > >  Readme Added for AGE-JDBC-Driver. (#383)
> > > >  Updated volatility categories for many functions.
> > > >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> > > >  Create complete graph function. (#342) (#662)
> > > >  Fix issue 317: Graph naming convention. (#349)
> > > >  Update SET clause to support assigning a map to a variable.
> (#468)
> > > >  Patch to address PR 203 that appears to be inactive. (#671)
> > > >  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. (#709)
> > > >  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)
> > > >  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) (#76

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Josh Innis
+1

On Wed, Apr 12, 2023 at 12:50 AM Nicholas Sorrell  wrote:

> +1 binding
> 
> From: Dehowe Feng 
> Sent: Tuesday, April 11, 2023 11:22:07 AM
> To: dev@age.apache.org 
> Subject: Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13
>
> +1 (binding),
>
> Did all of the usual checks, looks good.:
>  - checked the signature and hash
>  - checked tags and links
>  - License and Notice looks good
>  - checked for unexpected binary files
>
> On Tue, Apr 11, 2023 at 7:11 AM Maaz Ahmad  wrote:
>
> >  +1
> >
> > Checked the following:
> >
> > - Signature and hash - checked.
> > - Tags and links - checked.
> > - LICENSE and NOTICE - checked.
> > - No unexpected binary files - checked
> >
> >
> > On Tue, 11 Apr 2023 at 04:42, John Gemignani  >
> > wrote:
> >
> > > Dear Apache Community,
> > >
> > > This is an official vote for the Apache AGE release 1.3.0 for
> PostgreSQL
> > > 13.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and issues addressed in this release:
> > > *
> > >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > >
> > >  NOTE: Due to this being the first release for PostgreSQL 13, there
> > is
> > > no
> > >  upgrade path from other versions.
> > >
> > >  Implement CALL ...[YIELD] for cypher functions. (#630)
> > >  Graph names with the empty string '' are disallowed. (#251)
> > >  Fix typos at multiple locations. (#470)
> > >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > >  Fix EXPLAIN to allow for nested cypher commands.
> > >  Fix delete_global_graphs and add regression tests. (#336)
> > >  Invalid labels now return NULL.
> > >  Update CONTRIBUTING.md (#348)
> > >  Fix null pointer on name compare. (#376)
> > >  Fix Travis CI warning messages.
> > >  Additional regression tests added for age_global_graph. (#341)
> > >  Readme Added for AGE-JDBC-Driver. (#383)
> > >  Updated volatility categories for many functions.
> > >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> > >  Create complete graph function. (#342) (#662)
> > >  Fix issue 317: Graph naming convention. (#349)
> > >  Update SET clause to support assigning a map to a variable. (#468)
> > >  Patch to address PR 203 that appears to be inactive. (#671)
> > >  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. (#709)
> > >  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)
> > >  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)
> > >  Fix update_entity_tuple to use correct CommandId. (#769)
> > >  Remove check for scalar agtypes in unwind. (#736)
> > >  Update PG13 CI workflows. (#775)
> > >  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/PG13/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Nicholas Sorrell
+1 binding

From: Dehowe Feng 
Sent: Tuesday, April 11, 2023 11:22:07 AM
To: dev@age.apache.org 
Subject: Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

+1 (binding),

Did all of the usual checks, looks good.:
 - checked the signature and hash
 - checked tags and links
 - License and Notice looks good
 - checked for unexpected binary files

On Tue, Apr 11, 2023 at 7:11 AM Maaz Ahmad  wrote:

>  +1
>
> Checked the following:
>
> - Signature and hash - checked.
> - Tags and links - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked
>
>
> On Tue, 11 Apr 2023 at 04:42, John Gemignani 
> wrote:
>
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> > 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> is
> > no
> >  upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  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/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/a

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Dehowe Feng
+1 (binding),

Did all of the usual checks, looks good.:
 - checked the signature and hash
 - checked tags and links
 - License and Notice looks good
 - checked for unexpected binary files

On Tue, Apr 11, 2023 at 7:11 AM Maaz Ahmad  wrote:

>  +1
>
> Checked the following:
>
> - Signature and hash - checked.
> - Tags and links - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked
>
>
> On Tue, 11 Apr 2023 at 04:42, John Gemignani 
> wrote:
>
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> > 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> is
> > no
> >  upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  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/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
> >
> > !!! IMPORTANT !!!
> > Please note that Apache REQUIRES the following information to be in your
> > response the the vote -
> >
> > - If you are a binding vote, a PMC, then you MUST state it in your
> > response.
> > - You MUST state what you checked, to support your vote.
> >
> > Please vote -
> >
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >   0, I won't get in the way of the vote.
> >  -1, Do not release this package because 
> >
> > For example -
> >
> >  +1 (Binding)
> >  Checked the following:
> >  - Signature and hash - check.
> >  - Tags and links - check.
> >  - LICENSE and NOTICE - check.
> >  

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Maaz Ahmad
 +1

Checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked


On Tue, 11 Apr 2023 at 04:42, John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Moiez Ibrar
+1


Signature and hash - checked.
Tags and links - checked.
LICENSE and NOTICE - checked.
No unexpected binary files - checked.
On Tue, 11 Apr 2023 at 4:42 AM, John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread JawadAli Abbasi
 
+1
Good to Go!
Signature and hash - CheckedTags and links - CheckedLICENCE and NOTiCE - 
checkedNo unexpected binary files - checked
Regards,Jawad Ali AbbasiOn Tuesday, April 11, 2023 at 01:59:34 PM GMT+5, 
Muhammad Taha Naveed  wrote:  
 
 +1

Checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Regards
Muhammad Taha Naveed

On Tue, Apr 11, 2023, 13:18 Moiez Ibrar  wrote:

> +1
> On Tue, 11 Apr 2023 at 4:42 AM, John Gemignani  >
> wrote:
>
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> > 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >      Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >      NOTE: Due to this being the first release for PostgreSQL 13, there
> is
> > no
> >                  upgrade path from other versions.
> >
> >      Implement CALL ...[YIELD] for cypher functions. (#630)
> >      Graph names with the empty string '' are disallowed. (#251)
> >      Fix typos at multiple locations. (#470)
> >      Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >      Fix EXPLAIN to allow for nested cypher commands.
> >      Fix delete_global_graphs and add regression tests. (#336)
> >      Invalid labels now return NULL.
> >      Update CONTRIBUTING.md (#348)
> >      Fix null pointer on name compare. (#376)
> >      Fix Travis CI warning messages.
> >      Additional regression tests added for age_global_graph. (#341)
> >      Readme Added for AGE-JDBC-Driver. (#383)
> >      Updated volatility categories for many functions.
> >      Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >      Create complete graph function. (#342) (#662)
> >      Fix issue 317: Graph naming convention. (#349)
> >      Update SET clause to support assigning a map to a variable. (#468)
> >      Patch to address PR 203 that appears to be inactive. (#671)
> >      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. (#709)
> >      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)
> >      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)
> >      Fix update_entity_tuple to use correct CommandId. (#769)
> >      Remove check for scalar agtypes in unwind. (#736)
> >      Update PG13 CI workflows. (#775)
> >      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/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
> >
> > !!! IMPORTANT !!!
> > Please note that Apache REQUIRES the following information to be in your
> > response the the vote -
> >
> >    - If you are a binding vote, a PMC, then you MUST state it in your
> > response.
> >    - You MUST state what you checked, to support your vote.
> >
> > Please vote -
> >
> >    +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >      0, I won't get in the way of the vote.
> >      -1, Do not release this package because 
> >
> > For example -
> >
> >      +1 (Binding)
> >      Checked the following:
> >          - Signature and hash - check.
> >          - Tags and links - check.
> >     

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Muhammad Taha Naveed
+1

Checked the following:

- Signature and hash - checked.
- Tags and links - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.

Regards
Muhammad Taha Naveed

On Tue, Apr 11, 2023, 13:18 Moiez Ibrar  wrote:

> +1
> On Tue, 11 Apr 2023 at 4:42 AM, John Gemignani  >
> wrote:
>
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> > 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> is
> > no
> >  upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  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/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
> >
> > !!! IMPORTANT !!!
> > Please note that Apache REQUIRES the following information to be in your
> > response the the vote -
> >
> > - If you are a binding vote, a PMC, then you MUST state it in your
> > response.
> > - You MUST state what you checked, to support your vote.
> >
> > Please vote -
> >
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >   0, I won't get in the way of the vote.
> >  -1, Do not release this package because 
> >
> > For example -
> >
> >  +1 (Binding)
> >  Checked the following:
> >  - Signature and hash - check.
> >  - Tags and links - check.
> >  - LICENSE and NOTICE - check.
> >  - No unexpected binary files - check.
> >
> > This vote will be open for 72 hours.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Moiez Ibrar
+1
On Tue, 11 Apr 2023 at 4:42 AM, John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Arunabh Das
+1 all good from my side.

Regards
Arunabh Das

On Tue, 11 Apr 2023, 13:48 Muhammad Shoaib, 
wrote:

> +1 (non-binding)
>
> I confirm I have checked the following to the best of my ability.
>
>  - Signature and hash - checked and confirmed.
>  - Tags and links - checked and confirmed.
>  - LICENSE and NOTICE - checked and confirmed.
>  - No unexpected binary files - checked and confirmed.
>
> Ciao,
> Shoaib
>
> On Tue, Apr 11, 2023 at 1:42 AM John Gemignani  >
> wrote:
>
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> > 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and issues addressed in this release:
> > *
> >  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> >  NOTE: Due to this being the first release for PostgreSQL 13, there
> is
> > no
> >  upgrade path from other versions.
> >
> >  Implement CALL ...[YIELD] for cypher functions. (#630)
> >  Graph names with the empty string '' are disallowed. (#251)
> >  Fix typos at multiple locations. (#470)
> >  Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >  Fix EXPLAIN to allow for nested cypher commands.
> >  Fix delete_global_graphs and add regression tests. (#336)
> >  Invalid labels now return NULL.
> >  Update CONTRIBUTING.md (#348)
> >  Fix null pointer on name compare. (#376)
> >  Fix Travis CI warning messages.
> >  Additional regression tests added for age_global_graph. (#341)
> >  Readme Added for AGE-JDBC-Driver. (#383)
> >  Updated volatility categories for many functions.
> >  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
> >  Create complete graph function. (#342) (#662)
> >  Fix issue 317: Graph naming convention. (#349)
> >  Update SET clause to support assigning a map to a variable. (#468)
> >  Patch to address PR 203 that appears to be inactive. (#671)
> >  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. (#709)
> >  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)
> >  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)
> >  Fix update_entity_tuple to use correct CommandId. (#769)
> >  Remove check for scalar agtypes in unwind. (#736)
> >  Update PG13 CI workflows. (#775)
> >  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/PG13/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
> >
> > !!! IMPORTANT !!!
> > Please note that Apache REQUIRES the following information to be in your
> > response the the vote -
> >
> > - If you are a binding vote, a PMC, then you MUST state it in your
> > response.
> > - You MUST state what you checked, to support your vote.
> >
> > Please vote -
> >
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >   0, I won't get in the way of the vote.
> >  -1, Do not release this package because 
> >
> > For example -
> >
> >  +1 (Binding)
> >  Checked the following:
> >  - Signature and hash - check.
> >  - Tags and links - check.
> >  - LICENSE and NOTICE - check.
> > 

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Muhammad Shoaib
+1 (non-binding)

I confirm I have checked the following to the best of my ability.

 - Signature and hash - checked and confirmed.
 - Tags and links - checked and confirmed.
 - LICENSE and NOTICE - checked and confirmed.
 - No unexpected binary files - checked and confirmed.

Ciao,
Shoaib

On Tue, Apr 11, 2023 at 1:42 AM John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
> 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  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. (#709)
>  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)
>  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)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  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/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/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/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Waleed Ahmed Shahid
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

On Tue, 11 Apr 2023, 12:37 Daniel John,  wrote:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>
> On Tue, Apr 11, 2023, 8:15 AM Hammad Saleem 
> wrote:
>
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >
> > On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
> > rahimullah.shaheen...@gmail.com> wrote:
> >
> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >
> > > On Tue, 11 Apr 2023 at 11:21, Steve Shin  wrote:
> > >
> > > > +1
> > > >
> > > >
> > > > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid  > >님이
> > > > 작성:
> > > >
> > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > > >
> > > > > On Tue, 11 Apr 2023, 6:43 am fatima raza,  >
> > > > wrote:
> > > > >
> > > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL
> 13.
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Daniel John
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

On Tue, Apr 11, 2023, 8:15 AM Hammad Saleem 
wrote:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>
> On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
> rahimullah.shaheen...@gmail.com> wrote:
>
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >
> > On Tue, 11 Apr 2023 at 11:21, Steve Shin  wrote:
> >
> > > +1
> > >
> > >
> > > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid  >님이
> > > 작성:
> > >
> > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > >
> > > > On Tue, 11 Apr 2023, 6:43 am fatima raza, 
> > > wrote:
> > > >
> > > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Hammad Saleem
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

On Tue, 11 Apr 2023, 11:39 AM Rahimullah Shaheen, <
rahimullah.shaheen...@gmail.com> wrote:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>
> On Tue, 11 Apr 2023 at 11:21, Steve Shin  wrote:
>
> > +1
> >
> >
> > 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid 님이
> > 작성:
> >
> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >
> > > On Tue, 11 Apr 2023, 6:43 am fatima raza, 
> > wrote:
> > >
> > > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > > >
> > >
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Rahimullah Shaheen
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

On Tue, 11 Apr 2023 at 11:21, Steve Shin  wrote:

> +1
>
>
> 2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid 님이
> 작성:
>
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >
> > On Tue, 11 Apr 2023, 6:43 am fatima raza, 
> wrote:
> >
> > > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> > >
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-11 Thread Steve Shin
+1


2023년 4월 10일 (월) 오후 8:34, Muhammad Zahid 님이 작성:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>
> On Tue, 11 Apr 2023, 6:43 am fatima raza,  wrote:
>
> > +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
> >
>


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread Muhammad Zahid
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.

On Tue, 11 Apr 2023, 6:43 am fatima raza,  wrote:

> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>


RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread Kamlesh Kumar
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.


Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-10 Thread fatima raza
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.