[GitHub] [age] Munmud commented on issue #856: Python driver : After adding an edge It should return an edge object as a token of successfully added

2023-04-25 Thread via GitHub
Munmud commented on issue #856: URL: https://github.com/apache/age/issues/856#issuecomment-1522785223 [Python Driver Regress Test](https://github.com/apache/age/blob/9188a645a35feebd012749af8b6d1022ffd4d056/drivers/python/test_age_py.py#L84) also making new query for checking newly added

[GitHub] [age] Munmud opened a new issue, #856: Python driver : After adding an edge It should return an edge object as a token of successfully added

2023-04-25 Thread via GitHub
Munmud opened a new issue, #856: URL: https://github.com/apache/age/issues/856 After adding an edge using python driver I want to get to know the id of the edge. But I found that it doesn't return any object. When adding vertex it return a vertex object. But for edge it returns nothing. I

[GitHub] [age] Munmud closed issue #830: Python Driver : Print useful message on what we are testing

2023-04-25 Thread via GitHub
Munmud closed issue #830: Python Driver : Print useful message on what we are testing URL: https://github.com/apache/age/issues/830 -- 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

[GitHub] [age] Munmud opened a new issue, #855: How to create a node with with specific id I provide?

2023-04-25 Thread via GitHub
Munmud opened a new issue, #855: URL: https://github.com/apache/age/issues/855 Suppose I want to create a node with following information - id `1910677111`. - label `People` - properties `{'name' : 'Moontasir'}` - Graph_name : `students` How can I do that ? -- This is

[GitHub] [age] Munmud closed issue #854: How to Create an edge using Id of Nodes

2023-04-25 Thread via GitHub
Munmud closed issue #854: How to Create an edge using Id of Nodes URL: https://github.com/apache/age/issues/854 -- 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,

[GitHub] [age] Munmud commented on issue #854: How to Create an edge using Id of Nodes

2023-04-25 Thread via GitHub
Munmud commented on issue #854: URL: https://github.com/apache/age/issues/854#issuecomment-1522733440 ```sql SELECT * from cypher( 'test_Graph', $$ MATCH (a), (b) WHERE id(a) = 844424930131969 AND id(b) = 844424930131970 CREATE

[GitHub] [age] Munmud opened a new issue, #854: How to Create an edge using Id of Nodes

2023-04-25 Thread via GitHub
Munmud opened a new issue, #854: URL: https://github.com/apache/age/issues/854 I have created two nodes as follow ```sql SELECT * from cypher( 'test_Graph', $$ CREATE (v:People {}) RETURN v

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

2023-04-25 Thread Carla Sanches
+1 Checked the following: - Signature and hash. - Tags and links. - No unexpected binary files. - Regression tests. - LICENSE and NOTICE. Checked the following merged Pull Requests: - Create complete graph function. (#342) (#662); - Update SET clause to support assigning a map to a variable.

[GitHub] [age] Munmud opened a new issue, #852: Which Tech/Algorithm is used to generate id automatically when creating new nodes and edges ?

2023-04-25 Thread via GitHub
Munmud opened a new issue, #852: URL: https://github.com/apache/age/issues/852 We are developing python support for Networkx. While building the project, we need to know the process of generating id no for that are assigned automatically when creating new nodes and edges. -- This is an

[GitHub] [age] mutaharaamir commented on issue #771: Research what needs to be done to implement List Comprehension

2023-04-25 Thread via GitHub
mutaharaamir commented on issue #771: URL: https://github.com/apache/age/issues/771#issuecomment-1522612268 We could start by looking at how list comprehensions are implemented in existing languages such as python, perl and scala. I think CPython is a good place to start because Python's

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

2023-04-25 Thread Moiez Ibrar
+1, Checked: - Signature and Hash Tags and Links - checked LICENSE and NOTICE verified no unexpected binary files Regression tests, passed On Sat, 22 Apr 2023 at 5:02 AM, John Gemignani wrote: > Dear Apache Community, > > Please carefully read all instructions as they may have changed

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

2023-04-25 Thread JawadAli Abbasi
+1 I have checked the following: Tags and Links - checked LICENSE and NOTICE - checked Signature and Hash - checked No unexpected binary files - checked Sent from Yahoo Mail on Android On Wed, Apr 26, 2023 at 1:03 AM, Eya Badal wrote: Looks good to me +1(Binding) I checked the following:

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

2023-04-25 Thread Eya Badal
Looks good to me +1(Binding) I checked the following: - Signature and hash - checked. - LICENSE and NOTICE - checked. - No unexpected binary files - checked. Thank you again, John!! On 2023/04/22 00:01:13 John Gemignani wrote: > Dear Apache Community, > > Please carefully read all

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

2023-04-25 Thread Dehowe Feng
+1 binding checked: -signature and hash -tags and links -license, release, notice -no unexpected binaries found On Fri, Apr 21, 2023 at 5:02 PM John Gemignani wrote: > Dear Apache Community, > > Please carefully read all instructions as they may have changed since the > last vote thread. > >

[GitHub] [age] AhmarZaidi commented on issue #849: [ageviewer_go] isn't there a README file giving instructions on how to setup the frontend and backend server of ageviewer_go + how to use?

2023-04-25 Thread via GitHub
AhmarZaidi commented on issue #849: URL: https://github.com/apache/age/issues/849#issuecomment-1522249967 Currently there isn't. It would be added soon. To test the application: - Clone the repo and switch to `ageviewer_go` branch. - Remove the `agensgraph.c` file. - Run

[GitHub] [age] jrgemignani closed issue #829: Reuse of variable with label constraint in concurrent MATCH clauses does not error out

2023-04-25 Thread via GitHub
jrgemignani closed issue #829: Reuse of variable with label constraint in concurrent MATCH clauses does not error out URL: https://github.com/apache/age/issues/829 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [age] jrgemignani commented on issue #845: AGE Python Driver Test

2023-04-25 Thread via GitHub
jrgemignani commented on issue #845: URL: https://github.com/apache/age/issues/845#issuecomment-1522114015 @Munmud @Huzaiif The pypi package is not supported by us and should be used with caution. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [age] jrgemignani commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-25 Thread via GitHub
jrgemignani commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1522053573 @CC-Hsu These are all DBA commands for database administrators of said database to set up. AGE is an extension/plugin to PostgreSQL and purposely makes no changes, as that is not our

[GitHub] [age] safi50 closed issue #848: Python Driver: Version mismatch between ANTLR runtime required by pip install age and cloned repository

2023-04-25 Thread via GitHub
safi50 closed issue #848: Python Driver: Version mismatch between ANTLR runtime required by pip install age and cloned repository URL: https://github.com/apache/age/issues/848 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [age] safi50 commented on issue #848: Python Driver: Version mismatch between ANTLR runtime required by pip install age and cloned repository

2023-04-25 Thread via GitHub
safi50 commented on issue #848: URL: https://github.com/apache/age/issues/848#issuecomment-1521901339 > Apache AGE doesn't support external links that have no control over. We are removing references to PYPI until it is under our control. This was previously issued here #784 I see!

[GitHub] [age] Munmud commented on issue #848: Python Driver: Version mismatch between ANTLR runtime required by pip install age and cloned repository

2023-04-25 Thread via GitHub
Munmud commented on issue #848: URL: https://github.com/apache/age/issues/848#issuecomment-1521894789 Apache AGE doesn't support external links that have no control over. We are removing references to PYPI until it is under our control. This was previously issued here #784 -- This is

[GitHub] [age] Munmud commented on issue #845: AGE Python Driver Test

2023-04-25 Thread via GitHub
Munmud commented on issue #845: URL: https://github.com/apache/age/issues/845#issuecomment-1521877452 You can follow the steps as below : - Download the repo. `git clone https://github.com/apache/age.git` - Goto the python driver directory. - Install the dependency `pip install -r

[GitHub] [age] safi50 opened a new issue, #848: Python Driver: Version mismatch between ANTLR runtime required by pip install age and cloned repository

2023-04-25 Thread via GitHub
safi50 opened a new issue, #848: URL: https://github.com/apache/age/issues/848 ### Describe the bug When installing the `apache-age-python` library using `pip install`, it requires **ANTLR runtime version 4.9.2** as its dependency. However, when cloning the repository and

[GitHub] [age] Huzaiifaaaa opened a new issue, #845: AGE Python Driver Test

2023-04-25 Thread via GitHub
Huzaiif opened a new issue, #845: URL: https://github.com/apache/age/issues/845 I am working on Python driver and want to test it individually. Is there any way or any command to test Python Driver only? -- This is an automated message from the Apache Git Service. To respond to the