Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-05-10 Thread via GitHub
github-actions[bot] commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-2105397656 This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days. -- This is an automated message

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-08 Thread via GitHub
thjbdvlt commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1933914215 @rafsun42 unfortunately: yes! but as i am really not a programmer, i have no doubts: it must be because of me not understing something. anyway, i post a comment directly on the [PR 1452

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-07 Thread via GitHub
rafsun42 commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1932481935 @thjbdvlt The PR 1452 is actually based on PG15. Do you get a compilation error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-07 Thread via GitHub
thjbdvlt commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1931827329 @rafsun42 thank you! i am currently on PG15 and cannot compile with it, but i'll try to upgrapde to PG16 soon so i can try it out, because it seems to be what i need! :) -- This

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-06 Thread via GitHub
rafsun42 commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1930777999 @thjbdvlt PR #1452 implements multiple label support. It has not been approved yet, but you can try it out. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-06 Thread via GitHub
thjbdvlt commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1929027773 hi, i face a situation where the pipe-OR operator would be usefull, so as my situation is pretty simple i describe here. this is the query i tried, in which i want to match

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-23 Thread via GitHub
cvanlabe commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1775303395 Thanks so much everyone! We can't immediately share our data model we use today. Assume it's a typical graph, which has several nodes connected to other nodes where each connection is a

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-16 Thread via GitHub
rafsun42 commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1765319343 @czesiu89 @cvanlabe The work on the this operator is currently in progress. It would be useful if you let us know your data model and queries. -- This is an automated message from the

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-16 Thread via GitHub
jrgemignani commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1765316021 Btw, the title for this issue is a bit misleading. This is for adding the **OR** operator `|` to the language. -- This is an automated message from the Apache Git Service. To

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-16 Thread via GitHub
jrgemignani commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1765310792 I will bring this "oversight" up with the team and see if we can get it added. @rafsun42 @dehowef @muhammadshoaib -- This is an automated message from the Apache Git Service. To

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-16 Thread via GitHub
cvanlabe commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1765290460 @jrgemignani thanks for your response. As I mentioned, it’s visible in the grammar I linked to. In the documentation, it’s described as early as page 10 in [the opencypher

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-16 Thread via GitHub
jrgemignani commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1765181544 @cvanlabe - > @farakh-shahid That is exactly what @czesiu89 is saying he's using as workaround, indeed. > > Is there any reason why PIPE is "_no more supported_"? Does it

Re: [I] Support for PIPE operator for apache-age-python client [age]

2023-10-15 Thread via GitHub
pawankukreja01 commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1763489346 The PIPE operator is a feature of the Nebula Graph Query Language (nGQL) and is not part of OpenCypher. It allows multiple queries to be combined using pipe operators in nGQL. The