:40 PM Casado Tejedor, Rubén <
>> ruben.casado.teje...@accenture.com> wrote:
>>
>>> Thanks Fabian. @Hequn Cheng Could you share the
>>> status? Thanks for your amazing work!
>>>
>>>
>>>
>>> *De: *Fabian Hueske
the
>> status? Thanks for your amazing work!
>>
>>
>>
>> *De: *Fabian Hueske
>> *Fecha: *viernes, 16 de agosto de 2019, 9:30
>> *Para: *"Casado Tejedor, Rubén"
>> *CC: *Maatary Okouya , miki haiat <
>> miko5...@gmail.com>, user
8xoe0lFg2u3-S6GnFTH7Pbmc&m=rosq06snxAUogg77Y2SAZnaQef16zpmhGPcoGNUd4vg&s=BnXyZjU0mHMrZ-gu7wRz5GUirxitCuQcCFjd8nbVNyw&e=>
> (maybe join +3 tables)*
>
> WHERE *some conditions on fields*;
>
>
>
> We need the result of that queries taking into account only th
e result is inserted/updated in a in-memory K-V database for fast
access.
Thanks in advance!
Best
De: Fabian Hueske mailto:fhue...@gmail.com>>
Fecha: miércoles, 7 de agosto de 2019, 11:08
Para: Maatary Okouya mailto:maatarioko...@gmail.com>>
CC: miki haiat mailto:miko5...@gmail.com>>
sult of that queries taking into account only the last
> values of each row. The result is inserted/updated in a in-memory K-V
> database for fast access.
>
>
>
> Thanks in advance!
>
>
>
> Best
>
>
>
> *De: *Fabian Hueske
> *Fecha: *miércoles, 7 de agost
: From Kafka Stream to Flink
This message is from an EXTERNAL SENDER - be CAUTIOUS, particularly with links
and attachments.
Hi,
LAST_VAL is not a built-in function, so you'd need to implement it as a
user-defined aggregate function (UDAGG) and register it.