Matthias J. Sax

Results 91 comments of Matthias J. Sax

Well, in general query migration is hard... Seems to be an incompatible query upgrade that we should reject until we can handle it correctly?

Well, but if you change the example, the row in the result could be deleted: ```sql // after the upgrade // Andy's example INSERT INTO a (id, col1) VALUES (1,...

Did not look into this PR. Left the following comment on the JIRA: > I just got a report, that `InMemoryWindowStore` does not enforce strict retention for IQ if caching...

I am not familiar with Connect code -- @rhauch @kkonstantine @mimaison should be able to help.

@guozhangwang Seem the Jira number is not correct?

@qingwei91 -- What is the status of this PR? Seems there is open comments that would need to be addressed? Would be great if we could push this over the...

Self-join optimization was done in KS in the meant-time: https://cwiki.apache.org/confluence/display/KAFKA/KIP-862%3A+Self-join+optimization+for+stream-stream+joins But ksqlDB does not yet leverage it.

Thanks for the PR! Merged to `trunk`.

Closing this PR as stale. KIP-844 was discarded in favor of KIP-892.