[DISCUSS] FLIP-307: Flink connector Redshift

2023-05-28 Thread Samrat Deb
Hello all , Context: Amazon Redshift [1] is a fully managed, petabyte-scale data warehouse service in the cloud. It allows analyzing data without all of the configurations of a provisioned data warehouse. Resources are automatically provisioned and data warehouse capacity is intelligently scaled

Re: [ANNOUNCE] Apache Flink 1.16.2 released

2023-05-28 Thread weijie guo
Hi Jing, Thank you for caring about the releasing process. It has to be said that the entire process went smoothly. We have very comprehensive documentation[1] to guide my work, thanks to the contribution of previous release managers and the community. Regarding the obstacles, I actually only

Re: [DISCUSS] FLIP 295: Support persistence of Catalog configuration and asynchronous registration

2023-05-28 Thread Feng Jin
Hi all, I would like to update you on the latest progress of the FLIP. Last week, Leonard Xu, HangRuan, Jing Ge, Shammon FY, ShengKai Fang and I had an offline discussion regarding the overall solution for Flink CatalogStore. We have reached a consensus and I have updated the final solution in

Re: Kryo Upgrade: Request FLIP page create access

2023-05-28 Thread Qingsheng Ren
Hi Kurt, The permission has been granted. Feel free to reach out if you have any questions. Looking forward to your FLIP! Best, Qingsheng On Mon, May 29, 2023 at 5:31 AM Kurt Ostfeld wrote: > Chesnay Schepler asked me to create a FLIP for this pull request: >

Re: [DISCUSS] FLIP-313 Add support of User Defined AsyncTableFunction

2023-05-28 Thread Aitozi
Hi Jing, > "Do you mean to support the AyncTableFunction beyond the LookupTableSource?" Yes, I mean to support the AyncTableFunction beyond the LookupTableSource. The "AsyncTableFunction" is the function with ability to be executed async (with AsyncWaitOperator). The async lookup join is a

Re: Kryo Upgrade: Request FLIP page create access

2023-05-28 Thread Jing Ge
Hi Qingsheng, Could you grant Kurt rights for creating a new FLIP page? Thanks! @Kurt Thanks for reaching out. Please pay attention to the FLIP number you will pick up and keep "Next FLIP number" on [1] up to date. Thanks! Best regards, Jing [1]

Kryo Upgrade: Request FLIP page create access

2023-05-28 Thread Kurt Ostfeld
Chesnay Schepler asked me to create a FLIP for this pull request: https://github.com/apache/flink/pull/22660 I created an account for the Flink Confluence site with username "kurto", but I don't have access to create pages, and therefore don't have access to create a FLIP. I see the FLIP docs

Re: [VOTE] Release flink-connector-jdbc v3.1.1, release candidate #1

2023-05-28 Thread Jing Ge
+1 (non-binding) - checked sign - checked hash - checked repos - checked tag - compiled from source - check the web PR Best regards, Jing On Sun, May 28, 2023 at 4:00 PM Benchao Li wrote: > Thanks Martijn, > > - checked signature/checksum [OK] > - downloaded src, compiled from source [OK] >

Re: [DISCUSS] FLIP-313 Add support of User Defined AsyncTableFunction

2023-05-28 Thread Jing Ge
Hi Aitozi, Thanks for the clarification. The naming "Lookup" might suggest using it for table look up. But conceptually what the eval() method will do is to get a collection of results(Row, RowData) from the given keys. How it will be done depends on the implementation, i.e. you can implement

Re: [VOTE] Release flink-connector-jdbc v3.1.1, release candidate #1

2023-05-28 Thread Benchao Li
Thanks Martijn, - checked signature/checksum [OK] - downloaded src, compiled from source [OK] - diffed src and tag, no binary files [OK] - gone through nexus staging area, looks good [OK] - run with flink 1.7.1 [OK] One thing I spotted is that the version in `docs/data/jdbc.yml` is still 3.1.0,