Hi folks,
I created a hybrid table, when I first ingest batch data and query it, it works fine.
Then if I send kafka messages to the realtime table, Pinot query results will only show realtime rows and ignore the batched data.
It is supposed to show both realtime and batch data, right?
I looked the logs for controller, server and brokers but no clue. What I maybe missing?
👍 1
Bruno Mendes
08/12/2022, 10:24 PM
For the table-conf of realtime I defined every column at the
If I create a real-time table and the batch data disapear (before I even send kafka messages), what may be happening? In which service I should look for logs?
thanks