Hi Everyone, I am trying deduplication in apache pinot 0.8.0. I have enabled upsert in my REALTIME table and it is working as expected. But when
data moves from realtime to offline table the duplicate data appears in offline table. Is there a way by which I can have deduplication enabled in REALTIMEtoOFFLINE flow, so that my offline table contains only distinct values.
Can anyone help me with the same?