Re: Window aggregation on two joined table

2023-09-21 Thread Eugenio Marotti
ain, not sure how to configure this > > Ancora cari saluti > > Thias > > > > > > From: Eugenio Marotti > Sent: Thursday, September 21, 2023 2:35 PM > To: Schwalbe Matthias > Cc: user@flink.apache.org > Subject: Re: Window aggregation on tw

RE: Window aggregation on two joined table

2023-09-21 Thread Schwalbe Matthias
: Window aggregation on two joined table Hi Matthias, No the second table doesn’t have an event time and a watermark specified. In order for the window to work do I need a watermark also on the second table? Thanks Eugenio Il giorno 21 set 2023, alle ore 13:45, Schwalbe Matthias

Re: Window aggregation on two joined table

2023-09-21 Thread Eugenio Marotti
me. > > What do you think? > > Cari saluti > > Thias > > > From: Eugenio Marotti > Sent: Thursday, September 21, 2023 8:56 AM > To: user@flink.apache.org > Subject: Window aggregation on two joined table > > Hi, > > I’m trying to execute a wind

RE: Window aggregation on two joined table

2023-09-21 Thread Schwalbe Matthias
you think? Cari saluti Thias From: Eugenio Marotti Sent: Thursday, September 21, 2023 8:56 AM To: user@flink.apache.org Subject: Window aggregation on two joined table Hi, I’m trying to execute a window aggregation on two joined table from two Kafka topics (upsert fashion), but I get no output

Window aggregation on two joined table

2023-09-20 Thread Eugenio Marotti
Hi, I’m trying to execute a window aggregation on two joined table from two Kafka topics (upsert fashion), but I get no output. Here’s the code I’m using: This is the first table from Kafka with an event time watermark on ‘data_fine’ attribute: final TableDescriptor