[GitHub] [age] MuhammadTahaNaveed opened a new issue, #801: ORDER BY alias does not work with RETURN AS alias

2023-04-12 Thread via GitHub
MuhammadTahaNaveed opened a new issue, #801: URL: https://github.com/apache/age/issues/801 **Describe the bug** ORDER BY alias does not work with RETURN AS alias **How are you accessing AGE (Command line, driver, etc.)?** - Command Line **What data setup do we need to do?*

[GitHub] [age] hammadsaleemm commented on issue #784: Pypi instruction for installing apache-age-python is not correct

2023-04-12 Thread via GitHub
hammadsaleemm commented on issue #784: URL: https://github.com/apache/age/issues/784#issuecomment-1505180217 To resolve the issue, I would recommend following the instructions from the Apache Age repository's requirements.txt file instead of the PyPI project description instructions. This s

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 ch

[GitHub] [age] dukeofhazardz commented on issue #353: AGE Onboarding - Setup Developer Environment Group 2

2023-04-12 Thread via GitHub
dukeofhazardz commented on issue #353: URL: https://github.com/apache/age/issues/353#issuecomment-1505564217 I think that it is also important to ensure you have flex and bison installed on your machine before running PG_CONFIG to save yourself the stress of Postgre reconfiguration or even

[GitHub] [age] shady-cj commented on issue #353: AGE Onboarding - Setup Developer Environment Group 2

2023-04-12 Thread via GitHub
shady-cj commented on issue #353: URL: https://github.com/apache/age/issues/353#issuecomment-1505580474 > Hi guys, should I procure an EC2 RHEL8 instance to install postgreSQL or what should I do ? If it’s for local/development use then it’s better to set it up on your local machine…

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread John Gemignani
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 addre

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

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

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

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

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

2023-04-12 Thread Moontasir Mahmood
Please vote - +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13. I Checked the following: - The git commit hash (Checked) - Docker Image : PG13_latest (Checked) - Python unittest ((Checked)) - Tags and Links (Checked) - LICENSE and NOTICE (Checked) - No unexpected binary fi

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

[GitHub] [age-website] qymaensheel closed pull request #131: Update create.md

2023-04-12 Thread via GitHub
qymaensheel closed pull request #131: Update create.md URL: https://github.com/apache/age-website/pull/131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mai

ID generation for vertices and edges

2023-04-12 Thread Panagiotis Foliadis
Hey all, After digging around in the source code I've discovered that the id's for vertices and edges are generated through the same procedure (by applying a mask on the label id of the different vertices and edges). That leads to the fact that the id's generated are solely based on the id of the

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

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

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 m

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Carla Sanches
+1 Checked the following: - Signature and hash. - Tags and links. - LICENSE and NOTICE. - Merged pull requests. 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 off

Re: ID generation for vertices and edges

2023-04-12 Thread John Gemignani
My understanding for having the label ID as part of the ID for the vertices or edges was due to vertices and edges only being allowed to have 1 label, a design decision. Since vertices and edges could only have 1 label, they could be stored in a table named as such. The idea was that this would in

[GitHub] [age-website] rrrokhtar closed pull request #147: Fixed the query parentheses at user_functions

2023-04-12 Thread via GitHub
rrrokhtar closed pull request #147: Fixed the query parentheses at user_functions URL: https://github.com/apache/age-website/pull/147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

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

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Kamlesh Kumar
+1 - Signature and Hash - checked - Tags and Links - checked - License and Notice - checked - No unexpected binary files - checked - I checked the following PRs: - Plus-equal operator in the SET clause - Tested isEmpty() predicate: - The server no longer terminates from the return exists

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

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 an

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 (Passe