Re: [I] How do I add explicit type casts? [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1279: URL: https://github.com/apache/age/issues/1279#issuecomment-1763534739 Use either ``` SELECT * FROM ag_catalog.create_graph('graph_name'); ``` Or ``` SET search_path = ag_catalog, "$user", public; SELECT * FROM

Re: [I] Analyse MATCH clause performance (relationship basics) [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #982: URL: https://github.com/apache/age/issues/982#issuecomment-1763533689 Upon checking for folder size based on the two versions. For 10 vertices and 5 edges, the difference appears minimal. One was 94.7 mb, while the other was 96.1

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

Re: [I] ImportError in age.models [age]

2023-10-15 Thread via GitHub
pawankukreja01 commented on issue #890: URL: https://github.com/apache/age/issues/890#issuecomment-1763488374 **Check for circular imports**: Circular imports can cause issues with importing modules in Python. Ensure that there are no circular imports between your modules. **Check for

[I] How do I add explicit type cast types? [age]

2023-10-15 Thread via GitHub
cmucheru opened a new issue, #1279: URL: https://github.com/apache/age/issues/1279 I am working with the age through the psql terminal. I am trying to create a graph but then I am getting an issue. ``` psql (14.9) Type "help" for help. postgres=# CREATE EXTENSION age;

Re: [I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1278: URL: https://github.com/apache/age/issues/1278#issuecomment-1763406919 More information: The query executes successfully if the labels of the supposed query do not actually exist in the graph: (The graph still contains only the above mentioned 2

[I] `SET` and `DETACH DELETE` do not work when `VERBOSE` is added to `EXPLAIN ANALYZE` [age]

2023-10-15 Thread via GitHub
CapnSpek opened a new issue, #1278: URL: https://github.com/apache/age/issues/1278 **Describe the bug** `EXPLAIN ANALYZE VERBOSE` query will not work with `DETACH DELETE` and `SET` queries. Error message ``` 2023-10-15 17:16:43.423 EEST [161353] ERROR: cannot display a value of

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1763398200 I also tried switching the order of commands such as: Creating graph 1 first, then vertex, then graph 2, then vertex. Creating graph 1 first, then graph 2, then vertex 1, then

Re: [I] Using a label assigned to another graph will crash the database [age]

2023-10-15 Thread via GitHub
CapnSpek commented on issue #1257: URL: https://github.com/apache/age/issues/1257#issuecomment-1763396324 So far, I tried setting up the database through the commands mentioned in the issue using both JDBC and Postgres. Other than that, I tried Manually creating a vertex with

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

2023-10-15 Thread Nicholas Sorrell
+1 (binding) Checked high level: - Signature and Hash - Tags and Links - LICENSE and NOTICE - No unexpected binary files - No unexpected files between git repo/apache release and all file checksums match Performed smoke test which includes: - Build Dockerfile (which