Matthias J. Sax

Results 91 comments of Matthias J. Sax

Just to dump a view thoughts: - we should look into SQL `OVER` clause (maybe we could leverage it for this case?) - if `OVER` clause does not fit, we...

@NCAndreea After discussion with the team, it seems that it might not be an issue with `INSERT INTO` but with the `SELECT` itself. Atm, ksqlDB requires to add the key...

Did you verify the result topic using a producer with isolation level `"read_committed"`? From what you describe, the result topic should contain at most one (enriched) record per `sdb_data7` record.

Not familiar with the code, but I assume it's just a random bug.

As the statement is `CSAS` it seems that `A` is a stream and `B` is a table. For this case, if should be possible to actually compile the query? It's...

In general, we recommend to merge queries, because running one persistent query is more efficient than running two. That is why it might be good to show efficient code in...

> Please note payment_statuses is a combination of 2 streams, so that intermediate step looks necessary. Agree. My comment was about the following: We first join `payments` and `customers`: ```...

@SanjayYr Does this need to be fixed in `kafka.git`, too, and also for newer version?

@SanjayYr Does this need to be fixed in `kafka.git` and other versions, too?

@nicodds Thanks for the PR! We also need a second PR for https://github.com/apache/kafka that is the source of truth for the docs.