[GitHub] [age] WendelLana opened a new issue, #908: NULLIF() function

2023-05-09 Thread via GitHub


WendelLana opened a new issue, #908:
URL: https://github.com/apache/age/issues/908

   **Is your feature request related to a problem? Please describe.**
   I was trying to create a conditional statement using the `NULLIF()` function 
inside a Cypher query, but I received an error message stating that the 
function does not exist.
   
   
   **Describe the solution you'd like**
   A similar function to the PG `NULLIF()` function
   
   **Describe alternatives you've considered**
   Using `CASE` would be an alternative to `NULLIF`
   
   **Additional context**
   I'm working on a PR for this, if there's no problem
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] dukeofhazardz commented on issue #580: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-05-09 Thread via GitHub


dukeofhazardz commented on issue #580:
URL: https://github.com/apache/age/issues/580#issuecomment-1540992717

   Check if there are any firewalls or network restrictions that may be 
blocking the connection. You can try temporarily disabling the firewall or any 
other network security software and attempt to connect again. And also try to 
check the PostgreSQL server logs for any error messages related to the 
connection attempt. The logs may provide more information on why the connection 
is failing.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Omar-Saad commented on issue #580: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-05-09 Thread via GitHub


Omar-Saad commented on issue #580:
URL: https://github.com/apache/age/issues/580#issuecomment-1540969057

   Try first to run postgres and age in the terminal and make sure that they 
are working good.
   Also make sure that you are using the correct user name and password while 
connecting to the database.
   Another thing the default postgres port is 5432 not 5455 unless you changed 
it.
   If you still facing  an issue you can follow this tutorial to install and 
run age-viewer: 
   https://dev.to/omarsaad/step-by-step-guide-to-install-apache-age-viewer-1o5d


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] M4rcxs commented on issue #580: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-05-09 Thread via GitHub


M4rcxs commented on issue #580:
URL: https://github.com/apache/age/issues/580#issuecomment-1540946706

   Please try updating both your PostgreSQL and Apache AGE, as there may be 
issues with older versions.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] M4rcxs commented on issue #890: ImportError in age.models

2023-05-09 Thread via GitHub


M4rcxs commented on issue #890:
URL: https://github.com/apache/age/issues/890#issuecomment-1540942028

   It looks like the 'Model' class is not defined in the `age.models` module. 
This could be the reason why you are getting the ImportError when trying to 
import it. Alternatively, you can try reviewing your import statement to make 
sure that you are using the correct class name or function name. 
   reach it on: [Age 
Models](https://github.com/rhizome-ai/apache-age-python/blob/main/age/models.py)


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-09 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 11.

To learn more about Apache AGE, please see http://age.apache.org/

Functionalities included and addressed in this release are:

*
Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11

Add additional comments for create_graph function. (#582)
Optimize age_exists function. (#586)
Implement plus-equal operator in SET clause. (#638)
Implement CI test for python driver. (#587)
Move from travis CI to github actions for build. (#673)
Update all driver CIs to Github actions.
Fix build warnings.
Fix golang driver workflow (#563)
Updated Readme for drivers folder. (#642)
Removed async from function definitions. (#680)
Barbell graph generation (#648) and Barbell regress tests. (#708)
Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
Modify docker url for JDBC driver tests (#716)
Fix WITH ignoring WHERE clause. (#646)
Implement isEmpty() predicate function. (#710)
Fix cypher function input argument checks. (#718)
Fix Issue 693 - server termination from return exists(path). (#721)
Update regression tests for cypher_with. (#725)
Fix issue 733 - create_complete_graph() terminates the server. (#734)
Prevent MATCH from following OPTIONAL MATCH. (#740)
Fix property constraints against resolved variables. (#724) (#751) (#701)
(#747)
Include invalid labels in reused variables. (#751) (#762)
Remove check for scalar agtypes in unwind. (#736)
Update PG11 CI workflows.
Update readme and version for python driver. (#780)
Update README.md
*

The git tag to be discussed and voted on:
https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0

The git commit hash:
commit 1a452595fe59975c1df4941e4f8eeb12c097bab7

The release files for 1.3.0, can be found at:
https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/age/KEYS

The fingerprint of key to sign release artifacts:
4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045

For information about the contents of this release see:
https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0

!!! IMPORTANT PLEASE READ !!!

Please note that Apache REQUIRES the following information to be in your
response to the vote, in order for it to be valid -

- If you are a binding vote, a PMC, then you MUST state it in your
  response. Otherwise, leave it out. Do not mention it if you are
  not a PMC.

- You MUST state what you checked to support your vote. See
  the samples given below for guidance.

- You MUST, at a minimum, check the above tags, hash,
   links, and signatures for validity.

- You CANNOT just say, +1 or 0. You need to state what items
  you checked.

If your vote DOES NOT follow the above guidelines or samples below, it may
be thrown out.

!!! IMPORTANT PLEASE READ !!!

Please vote as follows -

+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
  0, I won't get in the way of the vote.
 -1, Do not release this package because 

 !!! Followed by what you checked !!!

Sample responses, two for PMCs (binding) and two for regular committers.
These are only samples, do not copy/paste.

Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
binding. If you are a PMC, you must state it.

   +1 (binding)   +1
   Checked the following:   Checked the following:
   - Signature and Hash.   - Signature and Hash.
   - Tags and Links.   - Tags and Links.
   - LICENSE and NOTICE.  - LICENSE and NOTICE.
   - No unexpected binary files. - No unexpected binary files.

-1, Failed due to 0 (binding)
Checked the following:   Checked the following:
   - Signature and Hash. - Signature and Hash.
   - Tags and Links. - Tags and Links.
   - BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
   - No unexpected binary files.  - No unexpected binary files.

Again, those are just samples for guidance, DO NOT copy/paste. However,
your responses should be similar in form.

Please note that it is not a good practice to copy/paste someone else's
response, you may inadvertently misrepresent yourself or your vote.

This vote will be open for 72 hours.

Thank you for your time.

John Gemignani


Call for Presentations, Community Over Code 2023

2023-05-09 Thread Rich Bowen
(Note: You are receiving this because you are subscribed to the dev@
list for one or more Apache Software Foundation projects.)

The Call for Presentations (CFP) for Community Over Code (formerly
Apachecon) 2023 is open at
https://communityovercode.org/call-for-presentations/, and will close
Thu, 13 Jul 2023 23:59:59 GMT.

The event will be held in Halifax, Canada, October 7-10, 2023.

We welcome submissions on any topic related to the Apache Software
Foundation, Apache projects, or the communities around those projects.
We are specifically looking for presentations in the following
catetegories:

Fintech
Search
Big Data, Storage
Big Data, Compute
Internet of Things
Groovy
Incubator
Community
Data Engineering
Performance Engineering
Geospatial
API/Microservices
Frameworks
Content Wrangling
Tomcat and httpd
Cloud and Runtime
Streaming
Sustainability



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

2023-05-09 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 11
shortly.

Thank you for your time.

John Gemignani

On Tue, May 9, 2023 at 11:14 AM Muhammad Shoaib 
wrote:

> +1 Looks good to me.
>
> I have checked the following
>
> - Signature and hash - check.
> - LICENSE and NOTICE - check.
> - No unexpected binary files - check.
>
> Ciao,
> Shoaib
>
>
> On Wed, May 3, 2023 at 8:51 PM Muneeb Khan 
> wrote:
>
> > +1
> > - Signature and hash - checked.
> > - LICENSE and NOTICE - checked.
> > - No unexpected binary files - checked.
> > - Merged Pull Requests - checked.
> >
> > Thanks
> >
> > On Fri, Apr 28, 2023 at 11:52 PM John Gemignani <
> > john.gemign...@bitnine.net>
> > wrote:
> >
> > > Dear Apache Community,
> > >
> > > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > > PostgreSQL 11.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and addressed in this release are:
> > >
> > > *
> > > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> > >
> > > Add additional comments for create_graph function. (#582)
> > > Optimize age_exists function. (#586)
> > > Implement plus-equal operator in SET clause. (#638)
> > > Implement CI test for python driver. (#587)
> > > Move from travis CI to github actions for build. (#673)
> > > Update all driver CIs to Github actions.
> > > Fix build warnings.
> > > Fix golang driver workflow (#563)
> > > Updated Readme for drivers folder. (#642)
> > > Removed async from function definitions. (#680)
> > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > > Modify docker url for JDBC driver tests (#716)
> > > Fix WITH ignoring WHERE clause. (#646)
> > > Implement isEmpty() predicate function. (#710)
> > > Fix cypher function input argument checks. (#718)
> > > Fix Issue 693 - server termination from return exists(path). (#721)
> > > Update regression tests for cypher_with. (#725)
> > > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > Fix property constraints against resolved variables. (#724) (#751)
> (#701)
> > > (#747)
> > > Include invalid labels in reused variables. (#751) (#762)
> > > Remove check for scalar agtypes in unwind. (#736)
> > > Update PG11 CI workflows.
> > > Update readme and version for python driver. (#780)
> > > Update README.md
> > > *
> > >
> > > The git tag to be discussed and voted on:
> > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> > >
> > > The release files for 1.3.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://downloads.apache.org/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > >
> > > For information about the contents of this release see:
> > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > >
> > > Please verify the above links, files, and signatures in addition to
> > sharing
> > > your thoughts and feedback and if we can call for a vote.
> > >
> > > Thank you for your time.
> > >
> > > John Gemignani
> > >
> >
>


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

2023-05-09 Thread Muhammad Shoaib
+1 Looks good to me.

I have checked the following

- Signature and hash - check.
- LICENSE and NOTICE - check.
- No unexpected binary files - check.

Ciao,
Shoaib


On Wed, May 3, 2023 at 8:51 PM Muneeb Khan 
wrote:

> +1
> - Signature and hash - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked.
> - Merged Pull Requests - checked.
>
> Thanks
>
> On Fri, Apr 28, 2023 at 11:52 PM John Gemignani <
> john.gemign...@bitnine.net>
> wrote:
>
> > Dear Apache Community,
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 11.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> > *
> > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> >
> > Add additional comments for create_graph function. (#582)
> > Optimize age_exists function. (#586)
> > Implement plus-equal operator in SET clause. (#638)
> > Implement CI test for python driver. (#587)
> > Move from travis CI to github actions for build. (#673)
> > Update all driver CIs to Github actions.
> > Fix build warnings.
> > Fix golang driver workflow (#563)
> > Updated Readme for drivers folder. (#642)
> > Removed async from function definitions. (#680)
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > Modify docker url for JDBC driver tests (#716)
> > Fix WITH ignoring WHERE clause. (#646)
> > Implement isEmpty() predicate function. (#710)
> > Fix cypher function input argument checks. (#718)
> > Fix Issue 693 - server termination from return exists(path). (#721)
> > Update regression tests for cypher_with. (#725)
> > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > Fix property constraints against resolved variables. (#724) (#751) (#701)
> > (#747)
> > Include invalid labels in reused variables. (#751) (#762)
> > Remove check for scalar agtypes in unwind. (#736)
> > Update PG11 CI workflows.
> > Update readme and version for python driver. (#780)
> > Update README.md
> > *
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> > For information about the contents of this release see:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > Please verify the above links, files, and signatures in addition to
> sharing
> > your thoughts and feedback and if we can call for a vote.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


[GitHub] [age] jrgemignani closed issue #883: Unexpected Error: operator does not exist: @> agtype

2023-05-09 Thread via GitHub


jrgemignani closed issue #883: Unexpected Error: operator does not exist: @> 
agtype
URL: https://github.com/apache/age/issues/883


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #899: `SET` of property to `true OR true` causes crash

2023-05-09 Thread via GitHub


jrgemignani commented on issue #899:
URL: https://github.com/apache/age/issues/899#issuecomment-1540394820

   @DominicWuest This issue is resolved in the master branch. The other 
branches will be updated in the near future.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org