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

2023-06-03 Thread Samrat Deb
Hi Feng, Thank you for providing the proposal. I believe this feature will be highly valuable. I have a couple of inquiries: 1. According to the documentation [1], the createCatalog method does not mention any exceptions being thrown. However, I would like to confirm if it is always true that th

Re: [DISCUSS] FLIP-307: Flink connector Redshift

2023-06-03 Thread Samrat Deb
Hi Jing Ge, >>> Do you already have any prototype? I'd like to join the reviews. The prototype is in progress. I will raise the dedicated PR for review soon also notify in this thread as well . >>> Will the Redshift connector provide additional features beyond the mediator/wrapper of the jdbc con

Re: [DISCUSS] FLIP-307: Flink connector Redshift

2023-06-03 Thread Samrat Deb
Hi Ahmed, >>> please let me know If you need any collaboration regarding integration with AWS connectors credential providers or regarding FLIP-171 I would be more than happy to assist. Sure, I will reach out incase of any hands required. On Fri, Jun 2, 2023 at 6:12 PM Jing Ge wrote: > Hi Sa

[jira] [Created] (FLINK-32248) Incorrect AssertJ usage

2023-06-03 Thread Marcono1234 (Jira)
Marcono1234 created FLINK-32248: --- Summary: Incorrect AssertJ usage Key: FLINK-32248 URL: https://issues.apache.org/jira/browse/FLINK-32248 Project: Flink Issue Type: Bug Components: T

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

2023-06-03 Thread Feng Jin
Hi Hang and Jark Thank you very much for your reply. @Jark > 1. Could you move the CatalogStore registration API to the "Public Interface" section? Indeed, it is more reasonable. > 2. We should prefix "table." for the CatalogStore configuration. Sure, the names that you provided are indeed m

Re: [DISCUSS] FLIP-311: Support Call Stored Procedure

2023-06-03 Thread Jane Chan
Hi Yuxia, Thanks for bringing this to the discussion. The call procedure is a widely used feature and will be very useful for users. I just have one question regarding the usage. The FLIP mentioned that Flink will allow connector developers to develop their own built-in stored > procedures, and

Re: [DISCUSS] FLIP-311: Support Call Stored Procedure

2023-06-03 Thread Benchao Li
Thanks Yuxia for the explanation, it makes sense to me. It would be great if you also add this to the FLIP doc. yuxia 于2023年6月1日周四 17:11写道: > Hi, Benchao. > Thanks for your attention. > > Initially, I also want to pass `TableEnvironment` to procedure. But > according my investegation and offline