[GitHub] [incubator-age] JoshInnis closed issue #182: Installation error on Debian 10 in windows WSL2

2022-02-07 Thread GitBox


JoshInnis closed issue #182:
URL: https://github.com/apache/incubator-age/issues/182


   


-- 
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] [incubator-age] JoshInnis commented on issue #102: Supported Cypher Syntax

2022-02-07 Thread GitBox


JoshInnis commented on issue #102:
URL: https://github.com/apache/incubator-age/issues/102#issuecomment-1032269169


   OPTIONAL MATCH is now supported. MERGE is expected to be supported by the 
next release.


-- 
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] [incubator-age] JoshInnis commented on issue #161: Index is lost after using SET clause

2022-02-07 Thread GitBox


JoshInnis commented on issue #161:
URL: https://github.com/apache/incubator-age/issues/161#issuecomment-1032268297


   @pdpotter Have you confirmed @bravius 's finidings, or is this still an 
issue?


-- 
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] [incubator-age] JoshInnis edited a comment on issue #106: Agtype array casting

2022-02-07 Thread GitBox


JoshInnis edited a comment on issue #106:
URL: https://github.com/apache/incubator-age/issues/106#issuecomment-1032262724


   Hi,
   
   The patch mentioned in this issue solves the immediate problem of casting 
agtype to a 4 byte integer array. We should probably support type casting to a 
2 byte and 8 byte integer array.


-- 
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] [incubator-age] JoshInnis closed issue #140: What is the correct way to MATCH vertexes without edges?

2022-02-07 Thread GitBox


JoshInnis closed issue #140:
URL: https://github.com/apache/incubator-age/issues/140


   


-- 
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] [incubator-age] JoshInnis commented on issue #106: Agtype array casting

2022-02-07 Thread GitBox


JoshInnis commented on issue #106:
URL: https://github.com/apache/incubator-age/issues/106#issuecomment-1032262724


   Hi,
   
   The patch mentioned in this issue solves casting agtype to a 4 byte integer 
array. We should probably support type casting to a 2 byte and 8 bytes array.


-- 
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] [incubator-age] JoshInnis edited a comment on issue #106: Agtype array casting

2022-02-07 Thread GitBox


JoshInnis edited a comment on issue #106:
URL: https://github.com/apache/incubator-age/issues/106#issuecomment-1032262724


   Hi,
   
   The patch mentioned in this issue solves casting agtype to a 4 byte integer 
array. We should probably support type casting to a 2 byte and 8 byte integer 
array.


-- 
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] [incubator-age] JoshInnis removed a comment on issue #106: Agtype array casting

2022-02-07 Thread GitBox


JoshInnis removed a comment on issue #106:
URL: https://github.com/apache/incubator-age/issues/106#issuecomment-1032261961


   Hi,


-- 
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] [incubator-age] JoshInnis commented on issue #179: Geospatial support, or with PostGIS extension

2022-02-07 Thread GitBox


JoshInnis commented on issue #179:
URL: https://github.com/apache/incubator-age/issues/179#issuecomment-1032261289


   Hi,
   
   Currently we do not actively support PostGIS. 
https://github.com/apache/incubator-age/issues/48


-- 
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] [incubator-age] JoshInnis commented on issue #127: Support for Postgres14?

2022-02-07 Thread GitBox


JoshInnis commented on issue #127:
URL: https://github.com/apache/incubator-age/issues/127#issuecomment-1032260328


   We are currently working on AGE compatibility with Postgres 12. Postgres 13 
and beyond is currently being researched. Please expect a slightly more 
accelerated status update for Postgres 12+ coming soon. For even more updates 
on the status of Postgres 12+ subscribe to the incubating-Apache AGE dev 
mailing list by sending an email to: dev-subscr...@age.apache.org. We have many 
issue to discuss regarding backwards compatibility coming soon.


-- 
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] [incubator-age] emotionbug removed a comment on issue #127: Support for Postgres14?

2022-02-07 Thread GitBox


emotionbug removed a comment on issue #127:
URL: https://github.com/apache/incubator-age/issues/127#issuecomment-961503395


   Maybe on PG15, will be support hook for parser. It will take time, but I 
think it will be possible to implement like AgensGraph.
   
   https://commitfest.postgresql.org/35/3100/


-- 
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] Release Apache AGE Viewer (incubating) 1.0.0-rc2

2022-02-07 Thread Alex Kwak
Dear Apache AGE Community,

This is an official vote for the Apache AGE Viewer release v1.0.0-rc2 that we 
have been working toward it.

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

Functionalities included and addressed in this release:
- Graph visualization for AGE.
- Extends edge and vertex point by point.
- Remove trademarks.

The vote has been reopened now and will pass if a majority +1 votes are cast, 
with a minimum of 3 +1 votes.

[ ] +1 Release this package as Apache AGE Viewer v1.0.0
[ ] 0 I won't get in the way
[ ] -1 Do not release this package because ...


The git tag to be discussed and voted upon
https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2

The git commit hash:
commit 63ed1882e372ef8cdf6677e9850237650e586848

The release files, including signatures, digests, etc. can be found at:
https://dist.apache.org/repos/dist/dev/incubator/age/viewer/apache-age-viewer-1.0.0-incubating-rc2/

The SHA512 Checksum for these artifacts is:
683f17b6bfc84d9fd8c88f0856b4dd18fdb24ab429517134880594243601f6810fefe9f7d9da7d5a802e2236622974c4297cee874e0f06685e85a40d5ac90d3d

Release artifacts are signed with the following key:
https://downloads.apache.org/incubator/age/KEYS

The fingerprint of key to sign release artifacts:
0E7F 408D 8C6A 1952 329C B379 D471 FDCE 5F5C 5B82

For more information about the contents of this release, see:
https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2



Best regards,
Alex Kwak


Re: [VOTE] Release Apache AGE Viewer (incubating) 1.0.0-rc2

2022-02-07 Thread Alex Kwak
I am closing this vote due to incorrect info and will reopen it again soon

On 2022/02/07 08:33:11 Alex Kwak wrote:
> Dear Apache AGE Community,
> 
> This is an official vote for the Apache AGE Viewer release v1.0.0-rc2 that we 
> have been working toward it.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionalities included and addressed in this release:
> - Graph visualization for AGE.
> - Extends edge and vertex point by point.
> - Remove trademarks.
> 
> 
> The vote is open now and until January 8th at 6:00 PM PST and passes if a 
> majority +1 votes are cast, with a minimum of 3 +1 votes.
> 
> [ ] +1 Release this package as Apache AGE Viewer v1.0.0
> [ ] 0 I won't get in the way
> [ ] -1 Do not release this package because ...
> 
> 
> The git tag to be discussed and voted upon
> https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2
> 
> The git commit hash:
> commit 63ed1882e372ef8cdf6677e9850237650e586848
> 
> The release files, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/age/viewer/apache-age-viewer-1.0.0-incubating-rc2/
> 
> The SHA512 Checksum for these artifacts is:
> 683f17b6bfc84d9fd8c88f0856b4dd18fdb24ab429517134880594243601f6810fefe9f7d9da7d5a802e2236622974c4297cee874e0f06685e85a40d5ac90d3d
> 
> Release artifacts are signed with the following key:
> https://downloads.apache.org/incubator/age/KEYS
> 
> The fingerprint of key to sign release artifacts:
> 0E7F 408D 8C6A 1952 329C B379 D471 FDCE 5F5C 5B82
> 
> For more information about the contents of this release, see:
> https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2
> 
> 
> 
> Best regards,
> Alex Kwak
> 


[VOTE] Release Apache AGE Viewer (incubating) 1.0.0-rc2

2022-02-07 Thread Alex Kwak
Dear Apache AGE Community,

This is an official vote for the Apache AGE Viewer release v1.0.0-rc2 that we 
have been working toward it.

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

Functionalities included and addressed in this release:
- Graph visualization for AGE.
- Extends edge and vertex point by point.
- Remove trademarks.


The vote is open now and until January 8th at 6:00 PM PST and passes if a 
majority +1 votes are cast, with a minimum of 3 +1 votes.

[ ] +1 Release this package as Apache AGE Viewer v1.0.0
[ ] 0 I won't get in the way
[ ] -1 Do not release this package because ...


The git tag to be discussed and voted upon
https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2

The git commit hash:
commit 63ed1882e372ef8cdf6677e9850237650e586848

The release files, including signatures, digests, etc. can be found at:
https://dist.apache.org/repos/dist/dev/incubator/age/viewer/apache-age-viewer-1.0.0-incubating-rc2/

The SHA512 Checksum for these artifacts is:
683f17b6bfc84d9fd8c88f0856b4dd18fdb24ab429517134880594243601f6810fefe9f7d9da7d5a802e2236622974c4297cee874e0f06685e85a40d5ac90d3d

Release artifacts are signed with the following key:
https://downloads.apache.org/incubator/age/KEYS

The fingerprint of key to sign release artifacts:
0E7F 408D 8C6A 1952 329C B379 D471 FDCE 5F5C 5B82

For more information about the contents of this release, see:
https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2



Best regards,
Alex Kwak