Vicky Papavasileiou

Results 6 comments of Vicky Papavasileiou

Hey @suhas-satish! I am working on a PR that addresses part of the problem. N-way foreign key joins will work when the join expressions are simple columns. For the rest...

Hey @vcrfxia! N-way joins are not really in scope, nor are table-table self-joins. We might though get table-table self-joins as a side bonus if they are easy to support :)

Hi @CiroDiMarzo ! Unfortunately, we don't yet support N-way foreign key joins which is what you need in this case. It is on the roadmap though and we are planning...

Hi @dberardo-com ! Are you including the max allowed lag parameter in the request? How have you configured ksql? Could you share your config file? Also, can you share the...

Hi @emrekuecuek ! The behavior you are experiencing is correct. Pull queries will return the rows in all windows. There is no way currently to get the rows in the...

I opened the follow-up ticket for improving runtime by doing a single-loop https://issues.apache.org/jira/browse/KAFKA-14251.