>
> Unless there is a good reason, we should not introduce another Flink
> runner into the Beam codebase. The current one, which is very advanced
> feature-wise (it took years to get there), already has a need for more
> maintainers. If you see weak spots in the current implementation, would you
>
@Siddharth
> Secondly, the existing runner does not support Beam's windowing and
> triggering semantics in the Flink DataStream API
Can you please expand on this? AFAIK the current Flink runner is feature
complete w.r.t. windowing support.
which provides more control over the execution of the
Hello Jeff,
Thank you for the idea, as it will allow beam users to write sql
queries using the Beam SQL API and execute them on the Flink Table API.I
will look into it later as my current focus is to implement an integration
between Apache Beam and the Flink DataStream API. While the existing Flink
Hello David,
First of all thanks for the reply .Now answering your question I would like
to state that Yes, I am aware that there is an existing Flink runner based
on the DataStream and Operator API in the Beam codebase. However, the
runner I propose to develop will differ from the existing one in
Same question as David, one idea in my mind is to integrate the beam sql
api with flink table api, this does not exist in the current flink runner.
On Thu, Apr 27, 2023 at 3:46 PM David Morávek wrote:
> Hi Siddharth,
>
> Thanks for your interest in the Flink Runner for Beam. Reading through the
Hi Siddharth,
Thanks for your interest in the Flink Runner for Beam. Reading through the
project, one thing that immediately strikes me is that there already is a
Flink runner based on DataStream and Operator (one level below DataStream)
API in the code base. Are you aware of this? If yes, how doe
Hi Siddharth,
I left some comments as well on the sentiment analysis proposal.
Thanks,
Svetak Sundhar
Technical Solutions Engineer, Data
s vetaksund...@google.com
On Sun, Apr 2, 2023 at 1:58 PM Anand Inguva via dev
wrote:
> I left some comments on the sentiment analysis proposal.
>
> Tha
I left some comments on the sentiment analysis proposal.
Thanks,
Anand
On Thu, Mar 30, 2023 at 9:59 AM Danny McCormick via dev
wrote:
> Thanks Siddharth! I left some comments on the sentiment analysis proposal,
> I am probably not the best person to comment on the flink datastream api
> one tho
Thanks Siddharth! I left some comments on the sentiment analysis proposal,
I am probably not the best person to comment on the flink datastream api
one though.
Thanks,
Danny
On Fri, Mar 24, 2023 at 11:53 PM Siddharth Aryan <
siddhartharyan...@gmail.com> wrote:
> Hello ,
> I am Siddharth Aryan a