Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-09 Thread John Gemignani
We are closing this voting thread and will announce the results shortly.

John

On Wed, Nov 9, 2022 at 9:28 AM Muhammad Shoaib 
wrote:

> +1 non binding
>
> I checked the following.
>
>   - PGP Signatures.
>  - SHA512 Checksums.
>   - LICENSE and NOTICE are fine.
>
> On Mon, 7 Nov 2022 at 21:21, Dehowe Feng  wrote:
>
> > +1
> >
> > On Mon, Nov 7, 2022 at 2:17 AM Nicholas Sorrell  wrote:
> >
> > > +1
> > >
> > > > On Nov 7, 2022, at 04:11, Pieterjan De Potter <
> > > pieterjan.depot...@ugent.be.invalid> wrote:
> > > >
> > > > +1
> > > >
> > > >> On 04.11.22 19:40, John Gemignani wrote:
> > > >> Dear Apache Community,
> > > >> We are now opening the vote for the Apache AGE release 1.1.0 for
> > > PostgreSQL
> > > >> 12 (PG12).
> > > >> To learn more about Apache AGE, please see http://age.apache.org/>>
> > > Functionalities included and addressed in this release:
> > > >>- Support for Agtype containment ops and GIN Indices.
> > > >>- Add CALL [YIELD] grammar rules for the implementation of CALL
> > > >>procedures.
> > > >>- VLE path variable integration performance patch.
> > > >>- Improve WHERE clause performance and support index scans.
> > > >>- Allow global graph contexts to see currentCommandIds.
> > > >>- Cache Agtype and GRAPHID OIDs.
> > > >>- Allow lists and maps to be used in the SET clause.
> > > >>- Fix bug in aggregate function collect().
> > > >>- Fix Bug in WHERE clause and property constraints.
> > > >>- Fix VLE local cache bug (crash).
> > > >>- Fix bug where integers were not being serialized correctly when
> > > stored
> > > >>in GIN indices.
> > > >>- Fix the VLE peek_stack_head routine to return a NULL if the
> stack
> > > is
> > > >>NULL.
> > > >>- Fix MERGE visibility in chained commands, SET specifically.
> > > >>- Fix github issue #212  -
> > > Add
> > > >>access operator (->, ->>) to Agtype.
> > > >>- Fix github issue #220 <
> https://github.com/apache/age/issues/220
> > -
> > > fix
> > > >>local cached contexts for static procedures.
> > > >>- Fix github issue #224  -
> > > fix
> > > >>regression tests to fix issues on mac with trigonometric
> functions.
> > > >>- Fix github issue #235 <
> https://github.com/apache/age/issues/235
> > -
> > > >>when MERGE and SET were used together.
> > > >>- Fix github issue #240 <
> https://github.com/apache/age/issues/240
> > -
> > > >>negative array bounds.
> > > >>- Fix github issue #240 <
> https://github.com/apache/age/issues/240
> > -
> > > >>negative array bounds - addendum.
> > > >>- Updated README.
> > > >> *
> > > >> The git tag to be discussed and voted upon:
> > > >> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0>> <
> > > https://github.com/apache/age/releases/tag/PG12%2Fv1.1.0-rc0>> The git
> > > commit hash:
> > > >>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> > > >> The release files for 1.1.0, can be found at:
> > > >>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0>> <
> > > https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0>> Signatures
> > > used for AGE RCs can be found in this file:
> > > >> https://downloads.apache.org/age/KEYS>> <
> > > 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/PG12/v1.1.0-rc0>> Please
> > > review that everything meets your criteria and vote accordingly.
> > > >> Please vote:
> > > >> [ ] +1 Release this package as Apache AGE 0.7.0
> > > >> [ ] 0 I won't get in the way
> > > >> [ ] -1 Do not release this package because ...
> > > >> This vote will be open for 72 hours.
> > > >> As always, thank you for your time.
> > > >> John Gemignani
> > >
> >
> --
> Muhammad *Shoaib, PhD*
> Data Scientist, Bioinformatician and AI Engineer
> PhD (Biomedical Engineering)
> Email: muhemmed.sho...@gmail.com
>


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-09 Thread Muhammad Shoaib
+1 non binding

I checked the following.

  - PGP Signatures.
 - SHA512 Checksums.
  - LICENSE and NOTICE are fine.

On Mon, 7 Nov 2022 at 21:21, Dehowe Feng  wrote:

> +1
>
> On Mon, Nov 7, 2022 at 2:17 AM Nicholas Sorrell  wrote:
>
> > +1
> >
> > > On Nov 7, 2022, at 04:11, Pieterjan De Potter <
> > pieterjan.depot...@ugent.be.invalid> wrote:
> > >
> > > +1
> > >
> > >> On 04.11.22 19:40, John Gemignani wrote:
> > >> Dear Apache Community,
> > >> We are now opening the vote for the Apache AGE release 1.1.0 for
> > PostgreSQL
> > >> 12 (PG12).
> > >> To learn more about Apache AGE, please see http://age.apache.org/>>
> > Functionalities included and addressed in this release:
> > >>- Support for Agtype containment ops and GIN Indices.
> > >>- Add CALL [YIELD] grammar rules for the implementation of CALL
> > >>procedures.
> > >>- VLE path variable integration performance patch.
> > >>- Improve WHERE clause performance and support index scans.
> > >>- Allow global graph contexts to see currentCommandIds.
> > >>- Cache Agtype and GRAPHID OIDs.
> > >>- Allow lists and maps to be used in the SET clause.
> > >>- Fix bug in aggregate function collect().
> > >>- Fix Bug in WHERE clause and property constraints.
> > >>- Fix VLE local cache bug (crash).
> > >>- Fix bug where integers were not being serialized correctly when
> > stored
> > >>in GIN indices.
> > >>- Fix the VLE peek_stack_head routine to return a NULL if the stack
> > is
> > >>NULL.
> > >>- Fix MERGE visibility in chained commands, SET specifically.
> > >>- Fix github issue #212  > Add
> > >>access operator (->, ->>) to Agtype.
> > >>- Fix github issue #220  -
> > fix
> > >>local cached contexts for static procedures.
> > >>- Fix github issue #224  > fix
> > >>regression tests to fix issues on mac with trigonometric functions.
> > >>- Fix github issue #235  -
> > >>when MERGE and SET were used together.
> > >>- Fix github issue #240  -
> > >>negative array bounds.
> > >>- Fix github issue #240  -
> > >>negative array bounds - addendum.
> > >>- Updated README.
> > >> *
> > >> The git tag to be discussed and voted upon:
> > >> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0>> <
> > https://github.com/apache/age/releases/tag/PG12%2Fv1.1.0-rc0>> The git
> > commit hash:
> > >>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> > >> The release files for 1.1.0, can be found at:
> > >>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0>> <
> > https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0>> Signatures
> > used for AGE RCs can be found in this file:
> > >> https://downloads.apache.org/age/KEYS>> <
> > 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/PG12/v1.1.0-rc0>> Please
> > review that everything meets your criteria and vote accordingly.
> > >> Please vote:
> > >> [ ] +1 Release this package as Apache AGE 0.7.0
> > >> [ ] 0 I won't get in the way
> > >> [ ] -1 Do not release this package because ...
> > >> This vote will be open for 72 hours.
> > >> As always, thank you for your time.
> > >> John Gemignani
> >
>
-- 
Muhammad *Shoaib, PhD*
Data Scientist, Bioinformatician and AI Engineer
PhD (Biomedical Engineering)
Email: muhemmed.sho...@gmail.com


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-07 Thread Dehowe Feng
+1

On Mon, Nov 7, 2022 at 2:17 AM Nicholas Sorrell  wrote:

> +1
>
> > On Nov 7, 2022, at 04:11, Pieterjan De Potter <
> pieterjan.depot...@ugent.be.invalid> wrote:
> >
> > +1
> >
> >> On 04.11.22 19:40, John Gemignani wrote:
> >> Dear Apache Community,
> >> We are now opening the vote for the Apache AGE release 1.1.0 for
> PostgreSQL
> >> 12 (PG12).
> >> To learn more about Apache AGE, please see http://age.apache.org/>>
> Functionalities included and addressed in this release:
> >>- Support for Agtype containment ops and GIN Indices.
> >>- Add CALL [YIELD] grammar rules for the implementation of CALL
> >>procedures.
> >>- VLE path variable integration performance patch.
> >>- Improve WHERE clause performance and support index scans.
> >>- Allow global graph contexts to see currentCommandIds.
> >>- Cache Agtype and GRAPHID OIDs.
> >>- Allow lists and maps to be used in the SET clause.
> >>- Fix bug in aggregate function collect().
> >>- Fix Bug in WHERE clause and property constraints.
> >>- Fix VLE local cache bug (crash).
> >>- Fix bug where integers were not being serialized correctly when
> stored
> >>in GIN indices.
> >>- Fix the VLE peek_stack_head routine to return a NULL if the stack
> is
> >>NULL.
> >>- Fix MERGE visibility in chained commands, SET specifically.
> >>- Fix github issue #212  Add
> >>access operator (->, ->>) to Agtype.
> >>- Fix github issue #220  fix
> >>local cached contexts for static procedures.
> >>- Fix github issue #224  fix
> >>regression tests to fix issues on mac with trigonometric functions.
> >>- Fix github issue #235  >>when MERGE and SET were used together.
> >>- Fix github issue #240  >>negative array bounds.
> >>- Fix github issue #240  >>negative array bounds - addendum.
> >>- Updated README.
> >> *
> >> The git tag to be discussed and voted upon:
> >> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0>> <
> https://github.com/apache/age/releases/tag/PG12%2Fv1.1.0-rc0>> The git
> commit hash:
> >>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> >> The release files for 1.1.0, can be found at:
> >>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0>> <
> https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0>> Signatures
> used for AGE RCs can be found in this file:
> >> https://downloads.apache.org/age/KEYS>> <
> 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/PG12/v1.1.0-rc0>> Please
> review that everything meets your criteria and vote accordingly.
> >> Please vote:
> >> [ ] +1 Release this package as Apache AGE 0.7.0
> >> [ ] 0 I won't get in the way
> >> [ ] -1 Do not release this package because ...
> >> This vote will be open for 72 hours.
> >> As always, thank you for your time.
> >> John Gemignani
>


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-07 Thread Nicholas Sorrell
+1

> On Nov 7, 2022, at 04:11, Pieterjan De Potter 
>  wrote:
> 
> +1
> 
>> On 04.11.22 19:40, John Gemignani wrote:
>> Dear Apache Community,
>> We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
>> 12 (PG12).
>> To learn more about Apache AGE, please see http://age.apache.org/>> 
>> Functionalities included and addressed in this release:
>>- Support for Agtype containment ops and GIN Indices.
>>- Add CALL [YIELD] grammar rules for the implementation of CALL
>>procedures.
>>- VLE path variable integration performance patch.
>>- Improve WHERE clause performance and support index scans.
>>- Allow global graph contexts to see currentCommandIds.
>>- Cache Agtype and GRAPHID OIDs.
>>- Allow lists and maps to be used in the SET clause.
>>- Fix bug in aggregate function collect().
>>- Fix Bug in WHERE clause and property constraints.
>>- Fix VLE local cache bug (crash).
>>- Fix bug where integers were not being serialized correctly when stored
>>in GIN indices.
>>- Fix the VLE peek_stack_head routine to return a NULL if the stack is
>>NULL.
>>- Fix MERGE visibility in chained commands, SET specifically.
>>- Fix github issue #212 >access operator (->, ->>) to Agtype.
>>- Fix github issue #220 >local cached contexts for static procedures.
>>- Fix github issue #224 >regression tests to fix issues on mac with trigonometric functions.
>>- Fix github issue #235 >when MERGE and SET were used together.
>>- Fix github issue #240 >negative array bounds.
>>- Fix github issue #240 >negative array bounds - addendum.
>>- Updated README.
>> *
>> The git tag to be discussed and voted upon:
>> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0>> 
>> > The git 
>> commit hash:
>>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
>> The release files for 1.1.0, can be found at:
>>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0>> Please review 
>> that everything meets your criteria and vote accordingly.
>> Please vote:
>> [ ] +1 Release this package as Apache AGE 0.7.0
>> [ ] 0 I won't get in the way
>> [ ] -1 Do not release this package because ...
>> This vote will be open for 72 hours.
>> As always, thank you for your time.
>> John Gemignani


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-07 Thread Pieterjan De Potter

+1

On 04.11.22 19:40, John Gemignani wrote:

Dear Apache Community,



We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
12 (PG12).



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



Functionalities included and addressed in this release:


- Support for Agtype containment ops and GIN Indices.
- Add CALL [YIELD] grammar rules for the implementation of CALL
procedures.
- VLE path variable integration performance patch.
- Improve WHERE clause performance and support index scans.
- Allow global graph contexts to see currentCommandIds.
- Cache Agtype and GRAPHID OIDs.
- Allow lists and maps to be used in the SET clause.
- Fix bug in aggregate function collect().
- Fix Bug in WHERE clause and property constraints.
- Fix VLE local cache bug (crash).
- Fix bug where integers were not being serialized correctly when stored
in GIN indices.
- Fix the VLE peek_stack_head routine to return a NULL if the stack is
NULL.
- Fix MERGE visibility in chained commands, SET specifically.
- Fix github issue #212 , ->>) to Agtype.
- Fix github issue #220 > > 



The git commit hash:


  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b


The release files for 1.1.0, can be found at:

  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0>> 



Please review that everything meets your criteria and vote accordingly.


Please vote:


[ ] +1 Release this package as Apache AGE 0.7.0

[ ] 0 I won't get in the way

[ ] -1 Do not release this package because ...

This vote will be open for 72 hours.

As always, thank you for your time.


John Gemignani



Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Joe Suh
+1



* Joe Suh / 서준섭*

* 과장 / 마케팅전략팀*

*M* : 010-5364-5357 * P* : 070-5038-5732
*F * : 070-8677-2552
서울특별시 강남구 테헤란로 516 정헌빌딩 4층
F4, 516, Teheran-ro, Gangnam-gu, Seoul, Republic of Korea


2022년 11월 5일 (토) 오후 12:13, Alex Kwak 님이 작성:

> -0
>
> - URL of the article is invalid.
> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
>
> - Copyright's date looks weird.
> e.g.,
> /v1.1.0-rc0/tools/PerfectHash.pm
> Line 4: Portions Copyright (c) 1996-2010,
> Line 46: # Portions Copyright (c) 1996-2019, PostgreSQL Global Development
> Group
>
>
>
> On 2022/11/04 18:40:17 John Gemignani wrote:
> > Dear Apache Community,
> >
> >
> >
> > We are now opening the vote for the Apache AGE release 1.1.0 for
> PostgreSQL
> > 12 (PG12).
> >
> >
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> >
> >
> > Functionalities included and addressed in this release:
> >
> >
> >- Support for Agtype containment ops and GIN Indices.
> >- Add CALL [YIELD] grammar rules for the implementation of CALL
> >procedures.
> >- VLE path variable integration performance patch.
> >- Improve WHERE clause performance and support index scans.
> >- Allow global graph contexts to see currentCommandIds.
> >- Cache Agtype and GRAPHID OIDs.
> >- Allow lists and maps to be used in the SET clause.
> >- Fix bug in aggregate function collect().
> >- Fix Bug in WHERE clause and property constraints.
> >- Fix VLE local cache bug (crash).
> >- Fix bug where integers were not being serialized correctly when
> stored
> >in GIN indices.
> >- Fix the VLE peek_stack_head routine to return a NULL if the stack is
> >NULL.
> >- Fix MERGE visibility in chained commands, SET specifically.
> >- Fix github issue #212  -
> Add
> >access operator (->, ->>) to Agtype.
> >- Fix github issue #220  -
> fix
> >local cached contexts for static procedures.
> >- Fix github issue #224  -
> fix
> >regression tests to fix issues on mac with trigonometric functions.
> >- Fix github issue #235  -
> >when MERGE and SET were used together.
> >- Fix github issue #240  -
> >negative array bounds.
> >- Fix github issue #240  -
> >negative array bounds - addendum.
> >- Updated README.
> >
> >
> > *
> >
> >
> >
> > The git tag to be discussed and voted upon:
> >
> > https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> > 
> >
> >
> >
> > The git commit hash:
> >
> >
> >  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> >
> >
> > The release files for 1.1.0, can be found at:
> >
> >  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
> >
> >
> >
> > Please review that everything meets your criteria and vote accordingly.
> >
> >
> > Please vote:
> >
> >
> > [ ] +1 Release this package as Apache AGE 0.7.0
> >
> > [ ] 0 I won't get in the way
> >
> > [ ] -1 Do not release this package because ...
> >
> > This vote will be open for 72 hours.
> >
> > As always, thank you for your time.
> >
> >
> > John Gemignani
> >
>


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Alex Kwak
-0

- URL of the article is invalid.
https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0

- Copyright's date looks weird.
e.g., 
/v1.1.0-rc0/tools/PerfectHash.pm
Line 4: Portions Copyright (c) 1996-2010,
Line 46: # Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group



On 2022/11/04 18:40:17 John Gemignani wrote:
> Dear Apache Community,
> 
> 
> 
> We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
> 12 (PG12).
> 
> 
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> 
> 
> Functionalities included and addressed in this release:
> 
> 
>- Support for Agtype containment ops and GIN Indices.
>- Add CALL [YIELD] grammar rules for the implementation of CALL
>procedures.
>- VLE path variable integration performance patch.
>- Improve WHERE clause performance and support index scans.
>- Allow global graph contexts to see currentCommandIds.
>- Cache Agtype and GRAPHID OIDs.
>- Allow lists and maps to be used in the SET clause.
>- Fix bug in aggregate function collect().
>- Fix Bug in WHERE clause and property constraints.
>- Fix VLE local cache bug (crash).
>- Fix bug where integers were not being serialized correctly when stored
>in GIN indices.
>- Fix the VLE peek_stack_head routine to return a NULL if the stack is
>NULL.
>- Fix MERGE visibility in chained commands, SET specifically.
>- Fix github issue #212  - Add
>access operator (->, ->>) to Agtype.
>- Fix github issue #220  - fix
>local cached contexts for static procedures.
>- Fix github issue #224  - fix
>regression tests to fix issues on mac with trigonometric functions.
>- Fix github issue #235  -
>when MERGE and SET were used together.
>- Fix github issue #240  -
>negative array bounds.
>- Fix github issue #240  -
>negative array bounds - addendum.
>- Updated README.
> 
> 
> *
> 
> 
> 
> The git tag to be discussed and voted upon:
> 
> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> 
> 
> 
> 
> The git commit hash:
> 
> 
>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> 
> 
> The release files for 1.1.0, can be found at:
> 
>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
> 
> 
> 
> Please review that everything meets your criteria and vote accordingly.
> 
> 
> Please vote:
> 
> 
> [ ] +1 Release this package as Apache AGE 0.7.0
> 
> [ ] 0 I won't get in the way
> 
> [ ] -1 Do not release this package because ...
> 
> This vote will be open for 72 hours.
> 
> As always, thank you for your time.
> 
> 
> John Gemignani
> 


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread 신한별
+1


2022년 11월 5일 (토) 오전 10:25, Kyungwon Jeon 님이 작성:

> +1
>
> 2022년 11월 5일 (토) 오전 10:22, Josh Innis 님이 작성:
>
> > +1
> >
> > On Sat, Nov 5, 2022 at 9:20 AM Jasper Blues 
> > wrote:
> >
> > > +1
> > >
> > > > On 5 Nov 2022, at 10:16 am, Eya Badal Abdisho <
> eya.abdi...@bitnine.net
> > >
> > > wrote:
> > > >
> > > > +1 I checked the following.
> > > >
> > > >  - PGP Signatures.
> > > > - SHA512 Checksums.
> > > >  - LICENSE and NOTICE are fine.
> > > >
> > > > Thank you for the great release and work.
> > > >
> > > > Best regards,
> > > >
> > > >
> > > > On Fri, Nov 4, 2022 at 11:40 AM John Gemignani <
> > > john.gemign...@bitnine.net>
> > > > wrote:
> > > >
> > > >> Dear Apache Community,
> > > >>
> > > >>
> > > >>
> > > >> We are now opening the vote for the Apache AGE release 1.1.0 for
> > > PostgreSQL
> > > >> 12 (PG12).
> > > >>
> > > >>
> > > >>
> > > >> To learn more about Apache AGE, please see http://age.apache.org/
> > > >>
> > > >>
> > > >>
> > > >> Functionalities included and addressed in this release:
> > > >>
> > > >>
> > > >>   - Support for Agtype containment ops and GIN Indices.
> > > >>   - Add CALL [YIELD] grammar rules for the implementation of CALL
> > > >>   procedures.
> > > >>   - VLE path variable integration performance patch.
> > > >>   - Improve WHERE clause performance and support index scans.
> > > >>   - Allow global graph contexts to see currentCommandIds.
> > > >>   - Cache Agtype and GRAPHID OIDs.
> > > >>   - Allow lists and maps to be used in the SET clause.
> > > >>   - Fix bug in aggregate function collect().
> > > >>   - Fix Bug in WHERE clause and property constraints.
> > > >>   - Fix VLE local cache bug (crash).
> > > >>   - Fix bug where integers were not being serialized correctly when
> > > stored
> > > >>   in GIN indices.
> > > >>   - Fix the VLE peek_stack_head routine to return a NULL if the
> stack
> > is
> > > >>   NULL.
> > > >>   - Fix MERGE visibility in chained commands, SET specifically.
> > > >>   - Fix github issue #212 
> -
> > > Add
> > > >>   access operator (->, ->>) to Agtype.
> > > >>   - Fix github issue #220  >
> > -
> > > >> fix
> > > >>   local cached contexts for static procedures.
> > > >>   - Fix github issue #224 
> -
> > > fix
> > > >>   regression tests to fix issues on mac with trigonometric
> functions.
> > > >>   - Fix github issue #235  >
> > -
> > > >>   when MERGE and SET were used together.
> > > >>   - Fix github issue #240  >
> > -
> > > >>   negative array bounds.
> > > >>   - Fix github issue #240  >
> > -
> > > >>   negative array bounds - addendum.
> > > >>   - Updated README.
> > > >>
> > > >>
> > > >> *
> > > >>
> > > >>
> > > >>
> > > >> The git tag to be discussed and voted upon:
> > > >>
> > > >> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> > > >> 
> > > >>
> > > >>
> > > >>
> > > >> The git commit hash:
> > > >>
> > > >>
> > > >> commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> > > >>
> > > >>
> > > >> The release files for 1.1.0, can be found at:
> > > >>
> > > >> https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
> > > >>
> > > >>
> > > >>
> > > >> Please review that everything meets your criteria and vote
> > accordingly.
> > > >>
> > > >>
> > > >> Please vote:
> > > >>
> > > >>
> > > >> [ ] +1 Release this package as Apache AGE 0.7.0
> > > >>
> > > >> [ ] 0 I won't get in the way
> > > >>
> > > >> [ ] -1 Do not release this package because ...
> > > >>
> > > >> This vote will be open for 72 hours.
> > > >>
> > > >> As always, thank you for your time.
> > > >>
> > > >>
> > > >> John Gemignani
> > > >>
> > > >
> > > >
> > > > --
> > > >
> > > > Bitnine Global, Inc. - We create value for our clients by connecting
> > the
> > > > world's data.
> > > >
> > > >
> > > > *Eya Badal Abdisho*
> > > >
> > > > Technical Engineer
> > > >
> > > > E-mail : eya.abdi...@bitnine.net 
> > > >
> > > > Mobile : +1 408-966-3301
> > > >
> > > > 3945 Freedom Cir., Suite 260,
> > > > Santa Clara, CA 95054
> > > >
> > > > www.bitnine.net
> > >
> > >

Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Kyungwon Jeon
+1

2022년 11월 5일 (토) 오전 10:22, Josh Innis 님이 작성:

> +1
>
> On Sat, Nov 5, 2022 at 9:20 AM Jasper Blues 
> wrote:
>
> > +1
> >
> > > On 5 Nov 2022, at 10:16 am, Eya Badal Abdisho  >
> > wrote:
> > >
> > > +1 I checked the following.
> > >
> > >  - PGP Signatures.
> > > - SHA512 Checksums.
> > >  - LICENSE and NOTICE are fine.
> > >
> > > Thank you for the great release and work.
> > >
> > > Best regards,
> > >
> > >
> > > On Fri, Nov 4, 2022 at 11:40 AM John Gemignani <
> > john.gemign...@bitnine.net>
> > > wrote:
> > >
> > >> Dear Apache Community,
> > >>
> > >>
> > >>
> > >> We are now opening the vote for the Apache AGE release 1.1.0 for
> > PostgreSQL
> > >> 12 (PG12).
> > >>
> > >>
> > >>
> > >> To learn more about Apache AGE, please see http://age.apache.org/
> > >>
> > >>
> > >>
> > >> Functionalities included and addressed in this release:
> > >>
> > >>
> > >>   - Support for Agtype containment ops and GIN Indices.
> > >>   - Add CALL [YIELD] grammar rules for the implementation of CALL
> > >>   procedures.
> > >>   - VLE path variable integration performance patch.
> > >>   - Improve WHERE clause performance and support index scans.
> > >>   - Allow global graph contexts to see currentCommandIds.
> > >>   - Cache Agtype and GRAPHID OIDs.
> > >>   - Allow lists and maps to be used in the SET clause.
> > >>   - Fix bug in aggregate function collect().
> > >>   - Fix Bug in WHERE clause and property constraints.
> > >>   - Fix VLE local cache bug (crash).
> > >>   - Fix bug where integers were not being serialized correctly when
> > stored
> > >>   in GIN indices.
> > >>   - Fix the VLE peek_stack_head routine to return a NULL if the stack
> is
> > >>   NULL.
> > >>   - Fix MERGE visibility in chained commands, SET specifically.
> > >>   - Fix github issue #212  -
> > Add
> > >>   access operator (->, ->>) to Agtype.
> > >>   - Fix github issue #220 
> -
> > >> fix
> > >>   local cached contexts for static procedures.
> > >>   - Fix github issue #224  -
> > fix
> > >>   regression tests to fix issues on mac with trigonometric functions.
> > >>   - Fix github issue #235 
> -
> > >>   when MERGE and SET were used together.
> > >>   - Fix github issue #240 
> -
> > >>   negative array bounds.
> > >>   - Fix github issue #240 
> -
> > >>   negative array bounds - addendum.
> > >>   - Updated README.
> > >>
> > >>
> > >> *
> > >>
> > >>
> > >>
> > >> The git tag to be discussed and voted upon:
> > >>
> > >> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> > >> 
> > >>
> > >>
> > >>
> > >> The git commit hash:
> > >>
> > >>
> > >> commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> > >>
> > >>
> > >> The release files for 1.1.0, can be found at:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
> > >>
> > >>
> > >>
> > >> Please review that everything meets your criteria and vote
> accordingly.
> > >>
> > >>
> > >> Please vote:
> > >>
> > >>
> > >> [ ] +1 Release this package as Apache AGE 0.7.0
> > >>
> > >> [ ] 0 I won't get in the way
> > >>
> > >> [ ] -1 Do not release this package because ...
> > >>
> > >> This vote will be open for 72 hours.
> > >>
> > >> As always, thank you for your time.
> > >>
> > >>
> > >> John Gemignani
> > >>
> > >
> > >
> > > --
> > >
> > > Bitnine Global, Inc. - We create value for our clients by connecting
> the
> > > world's data.
> > >
> > >
> > > *Eya Badal Abdisho*
> > >
> > > Technical Engineer
> > >
> > > E-mail : eya.abdi...@bitnine.net 
> > >
> > > Mobile : +1 408-966-3301
> > >
> > > 3945 Freedom Cir., Suite 260,
> > > Santa Clara, CA 95054
> > >
> > > www.bitnine.net
> >
> >
>
-- 


[image: 그래프 데이터베이스업체 '비트나인' 30억 투자 유치 – 스타트업 스토리 플랫폼 '플래텀(Platum)']

* 전경원*

* 차장 / 글로벌 사업운영팀*

*M* : 010-9118-5127

서울시 강남구 테헤란로 516 정헌빌딩 4층


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Josh Innis
+1

On Sat, Nov 5, 2022 at 9:20 AM Jasper Blues 
wrote:

> +1
>
> > On 5 Nov 2022, at 10:16 am, Eya Badal Abdisho 
> wrote:
> >
> > +1 I checked the following.
> >
> >  - PGP Signatures.
> > - SHA512 Checksums.
> >  - LICENSE and NOTICE are fine.
> >
> > Thank you for the great release and work.
> >
> > Best regards,
> >
> >
> > On Fri, Nov 4, 2022 at 11:40 AM John Gemignani <
> john.gemign...@bitnine.net>
> > wrote:
> >
> >> Dear Apache Community,
> >>
> >>
> >>
> >> We are now opening the vote for the Apache AGE release 1.1.0 for
> PostgreSQL
> >> 12 (PG12).
> >>
> >>
> >>
> >> To learn more about Apache AGE, please see http://age.apache.org/
> >>
> >>
> >>
> >> Functionalities included and addressed in this release:
> >>
> >>
> >>   - Support for Agtype containment ops and GIN Indices.
> >>   - Add CALL [YIELD] grammar rules for the implementation of CALL
> >>   procedures.
> >>   - VLE path variable integration performance patch.
> >>   - Improve WHERE clause performance and support index scans.
> >>   - Allow global graph contexts to see currentCommandIds.
> >>   - Cache Agtype and GRAPHID OIDs.
> >>   - Allow lists and maps to be used in the SET clause.
> >>   - Fix bug in aggregate function collect().
> >>   - Fix Bug in WHERE clause and property constraints.
> >>   - Fix VLE local cache bug (crash).
> >>   - Fix bug where integers were not being serialized correctly when
> stored
> >>   in GIN indices.
> >>   - Fix the VLE peek_stack_head routine to return a NULL if the stack is
> >>   NULL.
> >>   - Fix MERGE visibility in chained commands, SET specifically.
> >>   - Fix github issue #212  -
> Add
> >>   access operator (->, ->>) to Agtype.
> >>   - Fix github issue #220  -
> >> fix
> >>   local cached contexts for static procedures.
> >>   - Fix github issue #224  -
> fix
> >>   regression tests to fix issues on mac with trigonometric functions.
> >>   - Fix github issue #235  -
> >>   when MERGE and SET were used together.
> >>   - Fix github issue #240  -
> >>   negative array bounds.
> >>   - Fix github issue #240  -
> >>   negative array bounds - addendum.
> >>   - Updated README.
> >>
> >>
> >> *
> >>
> >>
> >>
> >> The git tag to be discussed and voted upon:
> >>
> >> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> >> 
> >>
> >>
> >>
> >> The git commit hash:
> >>
> >>
> >> commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> >>
> >>
> >> The release files for 1.1.0, can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
> >>
> >>
> >>
> >> Please review that everything meets your criteria and vote accordingly.
> >>
> >>
> >> Please vote:
> >>
> >>
> >> [ ] +1 Release this package as Apache AGE 0.7.0
> >>
> >> [ ] 0 I won't get in the way
> >>
> >> [ ] -1 Do not release this package because ...
> >>
> >> This vote will be open for 72 hours.
> >>
> >> As always, thank you for your time.
> >>
> >>
> >> John Gemignani
> >>
> >
> >
> > --
> >
> > Bitnine Global, Inc. - We create value for our clients by connecting the
> > world's data.
> >
> >
> > *Eya Badal Abdisho*
> >
> > Technical Engineer
> >
> > E-mail : eya.abdi...@bitnine.net 
> >
> > Mobile : +1 408-966-3301
> >
> > 3945 Freedom Cir., Suite 260,
> > Santa Clara, CA 95054
> >
> > www.bitnine.net
>
>


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Jasper Blues
+1

> On 5 Nov 2022, at 10:16 am, Eya Badal Abdisho  wrote:
>
> +1 I checked the following.
>
>  - PGP Signatures.
> - SHA512 Checksums.
>  - LICENSE and NOTICE are fine.
>
> Thank you for the great release and work.
>
> Best regards,
>
>
> On Fri, Nov 4, 2022 at 11:40 AM John Gemignani 
> wrote:
>
>> Dear Apache Community,
>>
>>
>>
>> We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
>> 12 (PG12).
>>
>>
>>
>> To learn more about Apache AGE, please see http://age.apache.org/
>>
>>
>>
>> Functionalities included and addressed in this release:
>>
>>
>>   - Support for Agtype containment ops and GIN Indices.
>>   - Add CALL [YIELD] grammar rules for the implementation of CALL
>>   procedures.
>>   - VLE path variable integration performance patch.
>>   - Improve WHERE clause performance and support index scans.
>>   - Allow global graph contexts to see currentCommandIds.
>>   - Cache Agtype and GRAPHID OIDs.
>>   - Allow lists and maps to be used in the SET clause.
>>   - Fix bug in aggregate function collect().
>>   - Fix Bug in WHERE clause and property constraints.
>>   - Fix VLE local cache bug (crash).
>>   - Fix bug where integers were not being serialized correctly when stored
>>   in GIN indices.
>>   - Fix the VLE peek_stack_head routine to return a NULL if the stack is
>>   NULL.
>>   - Fix MERGE visibility in chained commands, SET specifically.
>>   - Fix github issue #212  - Add
>>   access operator (->, ->>) to Agtype.
>>   - Fix github issue #220  -
>> fix
>>   local cached contexts for static procedures.
>>   - Fix github issue #224  - fix
>>   regression tests to fix issues on mac with trigonometric functions.
>>   - Fix github issue #235  -
>>   when MERGE and SET were used together.
>>   - Fix github issue #240  -
>>   negative array bounds.
>>   - Fix github issue #240  -
>>   negative array bounds - addendum.
>>   - Updated README.
>>
>>
>> *
>>
>>
>>
>> The git tag to be discussed and voted upon:
>>
>> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
>> 
>>
>>
>>
>> The git commit hash:
>>
>>
>> commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
>>
>>
>> The release files for 1.1.0, can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
>>
>>
>>
>> Please review that everything meets your criteria and vote accordingly.
>>
>>
>> Please vote:
>>
>>
>> [ ] +1 Release this package as Apache AGE 0.7.0
>>
>> [ ] 0 I won't get in the way
>>
>> [ ] -1 Do not release this package because ...
>>
>> This vote will be open for 72 hours.
>>
>> As always, thank you for your time.
>>
>>
>> John Gemignani
>>
>
>
> --
>
> Bitnine Global, Inc. - We create value for our clients by connecting the
> world's data.
>
>
> *Eya Badal Abdisho*
>
> Technical Engineer
>
> E-mail : eya.abdi...@bitnine.net 
>
> Mobile : +1 408-966-3301
>
> 3945 Freedom Cir., Suite 260,
> Santa Clara, CA 95054
>
> www.bitnine.net



smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Eya Badal Abdisho
+1 I checked the following.

  - PGP Signatures.
 - SHA512 Checksums.
  - LICENSE and NOTICE are fine.

Thank you for the great release and work.

Best regards,


On Fri, Nov 4, 2022 at 11:40 AM John Gemignani 
wrote:

> Dear Apache Community,
>
>
>
> We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
> 12 (PG12).
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>- Support for Agtype containment ops and GIN Indices.
>- Add CALL [YIELD] grammar rules for the implementation of CALL
>procedures.
>- VLE path variable integration performance patch.
>- Improve WHERE clause performance and support index scans.
>- Allow global graph contexts to see currentCommandIds.
>- Cache Agtype and GRAPHID OIDs.
>- Allow lists and maps to be used in the SET clause.
>- Fix bug in aggregate function collect().
>- Fix Bug in WHERE clause and property constraints.
>- Fix VLE local cache bug (crash).
>- Fix bug where integers were not being serialized correctly when stored
>in GIN indices.
>- Fix the VLE peek_stack_head routine to return a NULL if the stack is
>NULL.
>- Fix MERGE visibility in chained commands, SET specifically.
>- Fix github issue #212  - Add
>access operator (->, ->>) to Agtype.
>- Fix github issue #220  -
> fix
>local cached contexts for static procedures.
>- Fix github issue #224  - fix
>regression tests to fix issues on mac with trigonometric functions.
>- Fix github issue #235  -
>when MERGE and SET were used together.
>- Fix github issue #240  -
>negative array bounds.
>- Fix github issue #240  -
>negative array bounds - addendum.
>- Updated README.
>
>
> *
>
>
>
> The git tag to be discussed and voted upon:
>
> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> 
>
>
>
> The git commit hash:
>
>
>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
>
>
> The release files for 1.1.0, can be found at:
>
>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
>
>
>
> Please review that everything meets your criteria and vote accordingly.
>
>
> Please vote:
>
>
> [ ] +1 Release this package as Apache AGE 0.7.0
>
> [ ] 0 I won't get in the way
>
> [ ] -1 Do not release this package because ...
>
> This vote will be open for 72 hours.
>
> As always, thank you for your time.
>
>
> John Gemignani
>


-- 

Bitnine Global, Inc. - We create value for our clients by connecting the
world's data.


*Eya Badal Abdisho*

Technical Engineer

E-mail : eya.abdi...@bitnine.net 

Mobile : +1 408-966-3301

3945 Freedom Cir., Suite 260,
Santa Clara, CA 95054

www.bitnine.net


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Young Seung Andrew Ko
+1

Really important milestone for AGE
Thank you

On Sat, Nov 5, 2022 at 3:40 AM John Gemignani 
wrote:

> Dear Apache Community,
>
>
>
> We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
> 12 (PG12).
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>- Support for Agtype containment ops and GIN Indices.
>- Add CALL [YIELD] grammar rules for the implementation of CALL
>procedures.
>- VLE path variable integration performance patch.
>- Improve WHERE clause performance and support index scans.
>- Allow global graph contexts to see currentCommandIds.
>- Cache Agtype and GRAPHID OIDs.
>- Allow lists and maps to be used in the SET clause.
>- Fix bug in aggregate function collect().
>- Fix Bug in WHERE clause and property constraints.
>- Fix VLE local cache bug (crash).
>- Fix bug where integers were not being serialized correctly when stored
>in GIN indices.
>- Fix the VLE peek_stack_head routine to return a NULL if the stack is
>NULL.
>- Fix MERGE visibility in chained commands, SET specifically.
>- Fix github issue #212  - Add
>access operator (->, ->>) to Agtype.
>- Fix github issue #220  -
> fix
>local cached contexts for static procedures.
>- Fix github issue #224  - fix
>regression tests to fix issues on mac with trigonometric functions.
>- Fix github issue #235  -
>when MERGE and SET were used together.
>- Fix github issue #240  -
>negative array bounds.
>- Fix github issue #240  -
>negative array bounds - addendum.
>- Updated README.
>
>
> *
>
>
>
> The git tag to be discussed and voted upon:
>
> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> 
>
>
>
> The git commit hash:
>
>
>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
>
>
> The release files for 1.1.0, can be found at:
>
>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.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/PG12/v1.1.0-rc0
>
>
>
> Please review that everything meets your criteria and vote accordingly.
>
>
> Please vote:
>
>
> [ ] +1 Release this package as Apache AGE 0.7.0
>
> [ ] 0 I won't get in the way
>
> [ ] -1 Do not release this package because ...
>
> This vote will be open for 72 hours.
>
> As always, thank you for your time.
>
>
> John Gemignani
>