Re: [DISCUSS] Apache AGE 1.0.0 Release

2022-03-15 Thread Nicholas Sorrell
Since there are no objections, I am closing the DISCUSS and will open the 
official vote for Apache AGE 1.0.0 shortly.

Best regards,
Nick Sorrell


From: Alex Kwak 
Sent: Monday, March 14, 2022 8:30 PM
To: dev@age.apache.org 
Subject: Re: [DISCUSS] Apache AGE 1.0.0 Release

Looks good.

+1

On 2022/03/12 19:29:15 Nicholas Sorrell wrote:
> Dear Apache Community,
>
> We would like to discuss the Apache AGE release 1.0.0 that we have been 
> working towards.
>
> To learn more about Apache AGE, please see https://age.apache.org/
>
> Functionality included and addressed in this release:
>
>   - Add an upgrading SQL script file from 0.5.0 to 0.6.0
>   - Add upgrading file age--0.6.0--0.7.0.sql
>   - Refactor function get_agtype_value_object_value
>   - Age load issue (#188)
>   - Refactor agtype_access_operator
>   - Bugfix - Remove INLINE from function declaration
>   - Rebase VLE code
>   - Implement Merge Clause
>   - Bugfix: chained union logic
>   - Allow a path of one vertex
>   - Created functions for load graph from CSV files
>   - Add UNION into EXPLAIN grammar rule
>   - Implement `UNWIND` clause(#173)
>   - Bugfix:(nodejs) Corrects parsing for independence value(#177)
>   - Feat: Implement `OPTIONAL MATCH` (#175)
>
> *
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> The git commit hash:
>   commit 6660aa419f967118cfba20f554b0db1549bb15f7
>
> The release files for 1.0.0, can be found at:
>  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
>   C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> *
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best Regards,
> Nick Sorrell
>


Re: [DISCUSS] Apache AGE 1.0.0 Release

2022-03-14 Thread Alex Kwak
Looks good.

+1

On 2022/03/12 19:29:15 Nicholas Sorrell wrote:
> Dear Apache Community,
> 
> We would like to discuss the Apache AGE release 1.0.0 that we have been 
> working towards.
> 
> To learn more about Apache AGE, please see https://age.apache.org/
> 
> Functionality included and addressed in this release:
> 
>   - Add an upgrading SQL script file from 0.5.0 to 0.6.0
>   - Add upgrading file age--0.6.0--0.7.0.sql
>   - Refactor function get_agtype_value_object_value
>   - Age load issue (#188)
>   - Refactor agtype_access_operator
>   - Bugfix - Remove INLINE from function declaration
>   - Rebase VLE code
>   - Implement Merge Clause
>   - Bugfix: chained union logic
>   - Allow a path of one vertex
>   - Created functions for load graph from CSV files
>   - Add UNION into EXPLAIN grammar rule
>   - Implement `UNWIND` clause(#173)
>   - Bugfix:(nodejs) Corrects parsing for independence value(#177)
>   - Feat: Implement `OPTIONAL MATCH` (#175)
> 
> *
> 
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> 
> The git commit hash:
>   commit 6660aa419f967118cfba20f554b0db1549bb15f7
> 
> The release files for 1.0.0, can be found at:
>  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> 
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
> 
> The fingerprint of key to sign release artifacts:
>   C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> 
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> 
> *
> 
> Please vote:
> 
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
> 
> 
> This vote will be open for 72 hours.
> 
> Thank you for your time.
> 
> 
> Best Regards,
> Nick Sorrell
> 


Re: [DISCUSS] Apache AGE 1.0.0 Release

2022-03-14 Thread Nicholas Sorrell
Sorry, to DISCUSS

--
Nick Sorrell
513.288.1084
https://cint.io



From: Nicholas Sorrell 
Sent: Monday, March 14, 2022 2:34 PM
To: dev@age.apache.org 
Subject: Re: [DISCUSS] Apache AGE 1.0.0 Release

Gentle reminder - 24 hours remaining to vote.

--
Nick Sorrell
513.288.1084
https://cint.io



From: Nicholas Sorrell 
Sent: Saturday, March 12, 2022 2:29 PM
To: dev@age.apache.org 
Subject: [DISCUSS] Apache AGE 1.0.0 Release

Dear Apache Community,

We would like to discuss the Apache AGE release 1.0.0 that we have been working 
towards.

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

Functionality included and addressed in this release:

  - Add an upgrading SQL script file from 0.5.0 to 0.6.0
  - Add upgrading file age--0.6.0--0.7.0.sql
  - Refactor function get_agtype_value_object_value
  - Age load issue (#188)
  - Refactor agtype_access_operator
  - Bugfix - Remove INLINE from function declaration
  - Rebase VLE code
  - Implement Merge Clause
  - Bugfix: chained union logic
  - Allow a path of one vertex
  - Created functions for load graph from CSV files
  - Add UNION into EXPLAIN grammar rule
  - Implement `UNWIND` clause(#173)
  - Bugfix:(nodejs) Corrects parsing for independence value(#177)
  - Feat: Implement `OPTIONAL MATCH` (#175)

*

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

The git commit hash:
  commit 6660aa419f967118cfba20f554b0db1549bb15f7

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

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

The fingerprint of key to sign release artifacts:
  C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

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

*

Please vote:

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


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell


Re: [DISCUSS] Apache AGE 1.0.0 Release

2022-03-14 Thread Nicholas Sorrell
Gentle reminder - 24 hours remaining to vote.

--
Nick Sorrell
513.288.1084
https://cint.io



From: Nicholas Sorrell 
Sent: Saturday, March 12, 2022 2:29 PM
To: dev@age.apache.org 
Subject: [DISCUSS] Apache AGE 1.0.0 Release

Dear Apache Community,

We would like to discuss the Apache AGE release 1.0.0 that we have been working 
towards.

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

Functionality included and addressed in this release:

  - Add an upgrading SQL script file from 0.5.0 to 0.6.0
  - Add upgrading file age--0.6.0--0.7.0.sql
  - Refactor function get_agtype_value_object_value
  - Age load issue (#188)
  - Refactor agtype_access_operator
  - Bugfix - Remove INLINE from function declaration
  - Rebase VLE code
  - Implement Merge Clause
  - Bugfix: chained union logic
  - Allow a path of one vertex
  - Created functions for load graph from CSV files
  - Add UNION into EXPLAIN grammar rule
  - Implement `UNWIND` clause(#173)
  - Bugfix:(nodejs) Corrects parsing for independence value(#177)
  - Feat: Implement `OPTIONAL MATCH` (#175)

*

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

The git commit hash:
  commit 6660aa419f967118cfba20f554b0db1549bb15f7

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

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

The fingerprint of key to sign release artifacts:
  C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

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

*

Please vote:

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


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell


Re: [DISCUSS] Apache AGE 1.0.0 Release

2022-03-14 Thread Young Seung Andrew Ko
Thank you Nicholas and the community
Looking good
+1 (non binding)

On Sun, Mar 13, 2022 at 4:29 AM Nicholas Sorrell  wrote:

> Dear Apache Community,
>
> We would like to discuss the Apache AGE release 1.0.0 that we have been
> working towards.
>
> To learn more about Apache AGE, please see https://age.apache.org/
>
> Functionality included and addressed in this release:
>
>   - Add an upgrading SQL script file from 0.5.0 to 0.6.0
>   - Add upgrading file age--0.6.0--0.7.0.sql
>   - Refactor function get_agtype_value_object_value
>   - Age load issue (#188)
>   - Refactor agtype_access_operator
>   - Bugfix - Remove INLINE from function declaration
>   - Rebase VLE code
>   - Implement Merge Clause
>   - Bugfix: chained union logic
>   - Allow a path of one vertex
>   - Created functions for load graph from CSV files
>   - Add UNION into EXPLAIN grammar rule
>   - Implement `UNWIND` clause(#173)
>   - Bugfix:(nodejs) Corrects parsing for independence value(#177)
>   - Feat: Implement `OPTIONAL MATCH` (#175)
>
> *
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> The git commit hash:
>   commit 6660aa419f967118cfba20f554b0db1549bb15f7
>
> The release files for 1.0.0, can be found at:
>  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
>   C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> *
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best Regards,
> Nick Sorrell
>


[DISCUSS] Apache AGE 1.0.0 Release

2022-03-12 Thread Nicholas Sorrell
Dear Apache Community,

We would like to discuss the Apache AGE release 1.0.0 that we have been working 
towards.

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

Functionality included and addressed in this release:

  - Add an upgrading SQL script file from 0.5.0 to 0.6.0
  - Add upgrading file age--0.6.0--0.7.0.sql
  - Refactor function get_agtype_value_object_value
  - Age load issue (#188)
  - Refactor agtype_access_operator
  - Bugfix - Remove INLINE from function declaration
  - Rebase VLE code
  - Implement Merge Clause
  - Bugfix: chained union logic
  - Allow a path of one vertex
  - Created functions for load graph from CSV files
  - Add UNION into EXPLAIN grammar rule
  - Implement `UNWIND` clause(#173)
  - Bugfix:(nodejs) Corrects parsing for independence value(#177)
  - Feat: Implement `OPTIONAL MATCH` (#175)

*

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

The git commit hash:
  commit 6660aa419f967118cfba20f554b0db1549bb15f7

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

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

The fingerprint of key to sign release artifacts:
  C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

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

*

Please vote:

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


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell