Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

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

Since there are no objections, I am closing the DISCUSS thread and will
open the official VOTE thread for Apache AGE 1.3.0 for PostgreSQL 12
shortly.

Thank you,

John Gemignani

On Tue, Apr 11, 2023 at 11:30 AM Aditya Gupta  wrote:

> It looks good to me.
>
> Best
> Aditya Gupta
>
> On Tue, Apr 11, 2023, 11:30 PM Muneeb Khan 
> wrote:
>
> > +1
> >
> > I have checked:
> >
> > > Graph names with the empty string '' are no longer allowed. (#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.
> >
> > > Fix null pointer on name compare. (#376)
> >
> > > Updated volatility categories for many functions.
> >
> > > Fix issue 317: Graph naming convention. (#349)
> >
> > These changes are correct, to the best of my knowledge.
> >
> > Regards,
> > Muneeb
> >
> > On Tue, Apr 11, 2023 at 1:17 AM Eya Badal  wrote:
> >
> > > Looks good to me!!
> > >
> > > I checked the following:
> > >
> > > - Signature and hash - check.
> > > - LICENSE and NOTICE - check.
> > > - No unexpected binary files - check.
> > >
> > > Great Job!!
> > >
> > > Best,
> > > Eya
> > >
> > > On 2023/04/05 22:34:23 John Gemignani wrote:
> > > > Dear Apache Community,
> > > >
> > > > We would like to open a discussion for the Apache AGE release 1.3.0
> for
> > > > PostgreSQL 12.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionalities included and addressed in this release are:
> > > >
> > > >
> > > > Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> > > >
> > > >
> > > > NOTE: Due to modifications to core tables, there is no upgrade
> > > > path from previous versions.
> > > >
> > > > Implement CALL ...[YIELD] for cypher functions. (#630)
> > > >
> > > > Graph names with the empty string '' are no longer allowed. (#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)
> > > >
> > > > Remove async from function definitions. (#680)
> > > >
> > > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > >
> > > > Update 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 PG12 CI workflows. (#776)
> > > > 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/PG12/v1.3.0-rc0
> > > >
> > > > The git commit hash:
> > > > commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> > > >
> > > > The release files for 1.3.0, 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-11 Thread Aditya Gupta
It looks good to me.

Best
Aditya Gupta

On Tue, Apr 11, 2023, 11:30 PM Muneeb Khan 
wrote:

> +1
>
> I have checked:
>
> > Graph names with the empty string '' are no longer allowed. (#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.
>
> > Fix null pointer on name compare. (#376)
>
> > Updated volatility categories for many functions.
>
> > Fix issue 317: Graph naming convention. (#349)
>
> These changes are correct, to the best of my knowledge.
>
> Regards,
> Muneeb
>
> On Tue, Apr 11, 2023 at 1:17 AM Eya Badal  wrote:
>
> > Looks good to me!!
> >
> > I checked the following:
> >
> > - Signature and hash - check.
> > - LICENSE and NOTICE - check.
> > - No unexpected binary files - check.
> >
> > Great Job!!
> >
> > Best,
> > Eya
> >
> > On 2023/04/05 22:34:23 John Gemignani wrote:
> > > Dear Apache Community,
> > >
> > > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > > PostgreSQL 12.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and addressed in this release are:
> > >
> > >
> > > Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> > >
> > >
> > > NOTE: Due to modifications to core tables, there is no upgrade
> > > path from previous versions.
> > >
> > > Implement CALL ...[YIELD] for cypher functions. (#630)
> > >
> > > Graph names with the empty string '' are no longer allowed. (#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)
> > >
> > > Remove async from function definitions. (#680)
> > >
> > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > >
> > > Update 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 PG12 CI workflows. (#776)
> > > 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/PG12/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> > >
> > > The release files for 1.3.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG12/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/PG12/v1.3.0-rc0
> > >
> > > Please verify the above links, files, and signatures in addition to
> > sharing
> > > your thoughts and feedback 

Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-11 Thread Muneeb Khan
+1

I have checked:

> Graph names with the empty string '' are no longer allowed. (#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.

> Fix null pointer on name compare. (#376)

> Updated volatility categories for many functions.

> Fix issue 317: Graph naming convention. (#349)

These changes are correct, to the best of my knowledge.

Regards,
Muneeb

On Tue, Apr 11, 2023 at 1:17 AM Eya Badal  wrote:

> Looks good to me!!
>
> I checked the following:
>
> - Signature and hash - check.
> - LICENSE and NOTICE - check.
> - No unexpected binary files - check.
>
> Great Job!!
>
> Best,
> Eya
>
> On 2023/04/05 22:34:23 John Gemignani wrote:
> > Dear Apache Community,
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 12.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> >
> >
> > NOTE: Due to modifications to core tables, there is no upgrade
> > path from previous versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630)
> >
> > Graph names with the empty string '' are no longer allowed. (#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)
> >
> > Remove async from function definitions. (#680)
> >
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> >
> > Update 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 PG12 CI workflows. (#776)
> > 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/PG12/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG12/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/PG12/v1.3.0-rc0
> >
> > Please verify the above links, files, and signatures in addition to
> sharing
> > your thoughts and feedback and if we can call for a vote.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-11 Thread Tito Osadebey
+1

On Tue, Apr 11, 2023, 18:24 Farias de Oliveira 
wrote:

> +1
> Checked the following:
> - Implementation of CALL...YIELD for cypher functions - check
> - Creation of the complete_graph() function - check
> - Update of the SET clause to support assigning a map to a variable -
> check
> - Creation of the Barbell Graph Generation - check
> - Implementation of the isEmpty() function - check
> - Optimization of age_exists - check
> - Bug fixes - check
> - Implementation of the plus-equal operator in SET clause - not sure
> (setting the += operator to an edge or vertex property doesn't work (SET
> vertex.property += 1 throws an error), but maybe this is known and will be
> added in the future)
>
>
> Em qua., 5 de abr. de 2023 às 19:34, John Gemignani <
> john.gemign...@bitnine.net> escreveu:
>
> > Dear Apache Community,
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 12.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> >
> >
> > NOTE: Due to modifications to core tables, there is no upgrade
> > path from previous versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630)
> >
> > Graph names with the empty string '' are no longer allowed. (#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)
> >
> > Remove async from function definitions. (#680)
> >
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> >
> > Update 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 PG12 CI workflows. (#776)
> > 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/PG12/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG12/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/PG12/v1.3.0-rc0
> >
> > Please verify the above links, files, and signatures in addition to
> sharing
> > your thoughts and feedback and if we can call for a vote.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-11 Thread Farias de Oliveira
+1
Checked the following:
- Implementation of CALL...YIELD for cypher functions - check
- Creation of the complete_graph() function - check
- Update of the SET clause to support assigning a map to a variable -
check
- Creation of the Barbell Graph Generation - check
- Implementation of the isEmpty() function - check
- Optimization of age_exists - check
- Bug fixes - check
- Implementation of the plus-equal operator in SET clause - not sure
(setting the += operator to an edge or vertex property doesn't work (SET
vertex.property += 1 throws an error), but maybe this is known and will be
added in the future)


Em qua., 5 de abr. de 2023 às 19:34, John Gemignani <
john.gemign...@bitnine.net> escreveu:

> Dear Apache Community,
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 12.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
>
> Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
>
>
> NOTE: Due to modifications to core tables, there is no upgrade
> path from previous versions.
>
> Implement CALL ...[YIELD] for cypher functions. (#630)
>
> Graph names with the empty string '' are no longer allowed. (#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)
>
> Remove async from function definitions. (#680)
>
> Barbell graph generation (#648) and Barbell regress tests. (#708)
>
> Update 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 PG12 CI workflows. (#776)
> 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/PG12/v1.3.0-rc0
>
> The git commit hash:
> commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG12/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/PG12/v1.3.0-rc0
>
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-10 Thread Muhammad Taha Naveed
Hi,

I have tried to verify the changes to the best of my ability. Looks good to
me!

Great work.

Regards
Muhammad Taha Naveed

On Tue, Apr 11, 2023 at 1:17 AM Eya Badal  wrote:

> Looks good to me!!
>
> I checked the following:
>
> - Signature and hash - check.
> - LICENSE and NOTICE - check.
> - No unexpected binary files - check.
>
> Great Job!!
>
> Best,
> Eya
>
> On 2023/04/05 22:34:23 John Gemignani wrote:
> > Dear Apache Community,
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 12.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> >
> >
> > NOTE: Due to modifications to core tables, there is no upgrade
> > path from previous versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630)
> >
> > Graph names with the empty string '' are no longer allowed. (#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)
> >
> > Remove async from function definitions. (#680)
> >
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> >
> > Update 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 PG12 CI workflows. (#776)
> > 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/PG12/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG12/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/PG12/v1.3.0-rc0
> >
> > Please verify the above links, files, and signatures in addition to
> sharing
> > your thoughts and feedback and if we can call for a vote.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-10 Thread Wendel Fernandes
Nice work! Just checked:
- Ran regression tests
- Tested creating a graph with an empty name
- Tested searching for invalid labels
- Tried a null pointer comparison
- The WITH clause is no longer ignoring the WHERE clause
Everthing passed, so it all looks good to me.


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-10 Thread Eya Badal
Looks good to me!!

I checked the following:

- Signature and hash - check.
- LICENSE and NOTICE - check.
- No unexpected binary files - check.

Great Job!!

Best,
Eya

On 2023/04/05 22:34:23 John Gemignani wrote:
> Dear Apache Community,
> 
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 12.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionalities included and addressed in this release are:
> 
> 
> Apache AGE 1.3.0 for PostgreSQL 12 Release Notes
> 
> 
> NOTE: Due to modifications to core tables, there is no upgrade
> path from previous versions.
> 
> Implement CALL ...[YIELD] for cypher functions. (#630)
> 
> Graph names with the empty string '' are no longer allowed. (#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)
> 
> Remove async from function definitions. (#680)
> 
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> 
> Update 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 PG12 CI workflows. (#776)
> 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/PG12/v1.3.0-rc0
> 
> The git commit hash:
> commit 01486efe5b8a2b316ae766299e6ec78b488fcff2
> 
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG12/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/PG12/v1.3.0-rc0
> 
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
> 
> Thank you for your time.
> 
> John Gemignani
> 


[DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 12

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

We would like to open a discussion for the Apache AGE release 1.3.0 for
PostgreSQL 12.

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

Functionalities included and addressed in this release are:


Apache AGE 1.3.0 for PostgreSQL 12 Release Notes


NOTE: Due to modifications to core tables, there is no upgrade
path from previous versions.

Implement CALL ...[YIELD] for cypher functions. (#630)

Graph names with the empty string '' are no longer allowed. (#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)

Remove async from function definitions. (#680)

Barbell graph generation (#648) and Barbell regress tests. (#708)

Update 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 PG12 CI workflows. (#776)
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/PG12/v1.3.0-rc0

The git commit hash:
commit 01486efe5b8a2b316ae766299e6ec78b488fcff2

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

Please verify the above links, files, and signatures in addition to sharing
your thoughts and feedback and if we can call for a vote.

Thank you for your time.

John Gemignani