Re: [I] How to use this Apache Age from .Net 7.0? [age]

2023-11-03 Thread via GitHub
LakshyaNandwana commented on issue #640: URL: https://github.com/apache/age/issues/640#issuecomment-1793332835 @rafsun42 Thank you, the query works after adding the ag_catalog to search path. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Apache AGE takes a long time to create graph node [age]

2023-11-03 Thread via GitHub
I33Buckler commented on issue #1287: URL: https://github.com/apache/age/issues/1287#issuecomment-1793277565 > @I33Buckler If you are using that function, with the **O(N^3)** runtime, or greater, I wouldn't wait as it could take a very long time. You need to find a way to write a more

Re: [I] Apache AGE takes a long time to create graph node [age]

2023-11-03 Thread via GitHub
jrgemignani commented on issue #1287: URL: https://github.com/apache/age/issues/1287#issuecomment-1793242535 @I33Buckler If you are using that function, with the **O(N^3)** runtime, or greater, I wouldn't wait as it could take a very long time. You need to find a way to write a more

Re: [I] ERROR: unknow type of agtype container 0 [age]

2023-11-03 Thread via GitHub
jrgemignani commented on issue #1347: URL: https://github.com/apache/age/issues/1347#issuecomment-1793237800 @liuyhs A PR to address this has been pushed to all of the branches: **master**, **PG14**, **PG13**, **PG12**, and **PG11**. Please verify that this satisfactorily addresses your

Re: [I] How to use this Apache Age from .Net 7.0? [age]

2023-11-03 Thread via GitHub
rafsun42 commented on issue #640: URL: https://github.com/apache/age/issues/640#issuecomment-1793061084 @LakshyaNandwana That is a command just like SELECT. So you should be able to run it as you run SELECT from C# code. -- This is an automated message from the Apache Git Service. To

[RESULT][VOTE] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-11-03 Thread John Gemignani
Dear Apache Community, The vote successfully passed with 4 +1 (binding) and 2 +1 (non-binding) votes. There were no 0 or -1 votes. Following are the detailed results : Total of 6 (+1) votes. 4 +1 (binding) Dehowe Feng Nicholas Sorrel Eya Badal Muhammad Shoaib 2 +1 (non-binding) Rafsun

Re: [VOTE] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-11-03 Thread John Gemignani
Dear Apache Community, We would like to thank everyone who participated in the voting process and are now closing this vote and will be sending out the results shortly. Again, thank you! John Gemignani On Fri, Nov 3, 2023 at 8:37 AM Muhammad Shoaib wrote: > +1 (binding) > - Checked signature

Re: [VOTE] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-11-03 Thread Muhammad Shoaib
+1 (binding) - Checked signature and Hash - Checked tags and Links - Checked license and Notice - Checked, and no unexpected binary files On Fri, Nov 3, 2023 at 3:39 PM Eya Badal wrote: > +1 (binding) > - Checked signature and Hash > - Checked tags and Links > - Checked license and Notice > -

Re: [VOTE] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-11-03 Thread Eya Badal
+1 (binding) - Checked signature and Hash - Checked tags and Links - Checked license and Notice - Checked, and no unexpected binary files On 2023/10/27 16:55:02 John Gemignani wrote: > Dear Apache Community, > > Please carefully read all instructions as they may have changed since the > last

Re: [I] ERROR: unknow type of agtype container 0 [age]

2023-11-03 Thread via GitHub
jrgemignani commented on issue #1347: URL: https://github.com/apache/age/issues/1347#issuecomment-1792531722 @liuyhs Yes, that is where it exits because of a bad header. The problem, though, is with the datum for the properties which, eventually ends up there. While it is not entirely