[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: D

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 r

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

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 - Implementa

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

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

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

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