Re: [I] Sorted queries do not utilise indices, when such are introduced [age]

2024-04-02 Thread via GitHub
sir-sa commented on issue #1522: URL: https://github.com/apache/age/issues/1522#issuecomment-2033535189 --Cypher query: Retriev all AccessPoint vertices ordered by id, utilizing BTREE index on vertex id- SELECT * FROM cypher( 'test-graph', $$ MATCH

Re: [I] MERGE incorrectly creates multiple vertices [age]

2024-04-02 Thread via GitHub
mingfang commented on issue #1691: URL: https://github.com/apache/age/issues/1691#issuecomment-2033504774 @jrgemignani confirm fixed. Thank you! -- 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

Re: [I] MERGE incorrectly creates multiple vertices [age]

2024-04-02 Thread via GitHub
mingfang closed issue #1691: MERGE incorrectly creates multiple vertices URL: https://github.com/apache/age/issues/1691 -- 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

Re: [I] `MERGE` creates incomplete vertices after the first one [age]

2024-04-02 Thread via GitHub
mingfang commented on issue #1709: URL: https://github.com/apache/age/issues/1709#issuecomment-206284 My real use case is to create a graph from a SQL query and I don't know ahead of time what fields are returned. This is my function to run SQL and return Agtype ```sql --

Re: [I] `MERGE` creates incomplete vertices after the first one [age]

2024-04-02 Thread via GitHub
jrgemignani commented on issue #1709: URL: https://github.com/apache/age/issues/1709#issuecomment-2033310671 @mingfang Question - Just curious, why are you doing it this particular way? If you use merge as follows, it works - ``` psql-16.1-5432-pgsql=# SELECT * FROM

Re: [I] `MERGE` creates incomplete vertices after the first one [age]

2024-04-02 Thread via GitHub
jrgemignani commented on issue #1709: URL: https://github.com/apache/age/issues/1709#issuecomment-2033303516 @mingfang I will look into this one. It looks like it is creating the correct return tuple, just not inserting the correct tuple. I sometimes think that I should just rewrite merge

Re: [I] `MERGE` creates incomplete vertices after the first one [age]

2024-04-02 Thread via GitHub
jrgemignani commented on issue #1709: URL: https://github.com/apache/age/issues/1709#issuecomment-203339 @mingfang Oops, nvm, sigh,... ``` psql-16.1-5432-pgsql=# SELECT * FROM cypher('playground', $$ psql-16.1-5432-pgsql$# MATCH (v:PERSON) psql-16.1-5432-pgsql$#

Re: [I] `MERGE` creates incomplete vertices after the first one [age]

2024-04-02 Thread via GitHub
jrgemignani commented on issue #1709: URL: https://github.com/apache/age/issues/1709#issuecomment-2033297890 @mingfang It looks like maybe my PR #1718 might have fixed this one too?! This is in the master branch, btw. ``` psql-16.1-5432-pgsql=# SELECT create_graph('playground');

Re: [I] MERGE incorrectly creates multiple vertices [age]

2024-04-02 Thread via GitHub
jrgemignani commented on issue #1691: URL: https://github.com/apache/age/issues/1691#issuecomment-2033277137 @mingfang This should be fixed in the master branch now. If you could verify it, and close the ticket provided it resolves the issue, that would be great. -- This is an automated

Re: [PR] Add CI for merge conflicts [age-website]

2024-04-02 Thread via GitHub
eyab merged PR #284: URL: https://github.com/apache/age-website/pull/284 -- 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-mail: dev-unsubscr...@age.apache.org

Re: Problem with download page

2024-04-02 Thread Eya Badal
I just applied the PR. Thank you, Sebb. We were working to fix it, but it looks like your PR fixed the issue. On 2024/04/02 11:32:12 sebb wrote: > Please apply the following PR: > > https://github.com/apache/age-website/pull/285 > > On Sat, 30 Mar 2024 at 16:27, sebb wrote: > > > > The

Re: [PR] Use direct links to artifacts [age-website]

2024-04-02 Thread via GitHub
eyab merged PR #285: URL: https://github.com/apache/age-website/pull/285 -- 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-mail: dev-unsubscr...@age.apache.org

Re: [PR] Use direct links to artifacts [age-website]

2024-04-02 Thread via GitHub
eyab commented on PR #285: URL: https://github.com/apache/age-website/pull/285#issuecomment-2032122757 Updating download links -- 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

Re: Problem with download page

2024-04-02 Thread sebb
Please apply the following PR: https://github.com/apache/age-website/pull/285 On Sat, 30 Mar 2024 at 16:27, sebb wrote: > > The download page now uses closer.lua, but it does not link to the > individual artifacts. > This makes it harder for the end user to download. > > If you replace >

[PR] Use direct links to artifacts [age-website]

2024-04-02 Thread via GitHub
sebbASF opened a new pull request, #285: URL: https://github.com/apache/age-website/pull/285 Don't force users to select the correct file from a directory listing Also fix a typo -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] Add CI for merge conflicts [age-website]

2024-04-02 Thread via GitHub
MuhammadTahaNaveed opened a new pull request, #284: URL: https://github.com/apache/age-website/pull/284 - The CI checks for any unresolved conflicts in the source branch of PR. It fails if there is any, and passes otherwise. -- This is an automated message from the Apache Git Service. To