Hi David,
Thanks for this initiative. It looks really helpful and please count me in.
Regards,
Ammu Parvathy
On 2024/11/07 10:35:43 Hong Liang wrote:
> Hi David,
>
> Thanks for this proposal. I agree that this is something we can strive to
> do better in the Flink community, and I would be keen
Hi Team,
I have raised a PR (https://github.com/apache/flink/pull/25656) to 1.20 version
with probable fix for this issue. Can I get a review done for this please.
Thanks in advance.
Regards,
Ammu Parvathy
On 2022/08/10 03:39:00 "Liu (Jira)" wrote:
> Liu created FLINK-28897:
> -
+1 for a 1.20.1 release, Thanks for driving!
There was one issue[1] for which I have raised a fix PR[2] which I would like
to be included as part of this release. Please let me know if anything needs to
be done for this.
[1] https://issues.apache.org/jira/browse/FLINK-28897
[2] https://github.c
se and have them part of the 1.20.1 release,
>>> Kind regards, David.
>>>
>>> [1] https://github.com/apache/flink/pull/25718
>>> [2] https://github.com/apache/flink/pull/25670
>>> From: Ammu P
>>> Date: Tuesday, 10 December 2024 at 15:12
>>&
/browse/FLINK-28897
Regards,
Ammu
> On 29 Nov 2024, at 11:49 AM, Ammu P wrote:
>
> Hi Team,
>
> I have raised a PR (https://github.com/apache/flink/pull/25656) to 1.20
> version with probable fix for this issue. Can I get a review done for this
> please. Thanks in
Hi everyone,
I am trying to run a SQL script through SQL Client in gateway mode. The gateway
is running in a separate container not associated with the Flink cluster. When
trying to issue a command from SQL Client locally to the gateway resulted in a
connection error something like :
WARN o
Hi Shengkai,
Thanks for responding. It works after setting rest.address. Now the docker file
looks like below:
services:
sql-gateway:
image: flink-1.20
ports:
- "8083:8083"
command: sql-gateway.sh start-foreground
-Dsql-gateway.endpoint.rest.address=localhost
depends_on:
Hi Shengkai,
Thanks for the detailing. That clarified the setup related questions. However
it would be nice to have this captured somewhere in the gateway documentation
so that the doc becomes much more user friendly. I have created a ticket[1]
with my suggestions on the improvement and I am ha