Victoria Xia
Victoria Xia
We have QTT tests for Avro decimal keys, with and without schema inference: https://github.com/confluentinc/ksql/blob/99c09f4ac6f6326c27143e6ae970f524a330b785/ksqldb-functional-tests/src/test/resources/query-validation-tests/avro.json#L820-L912 It'd be good to hone in on the scope of the bug more specifically. Maybe the...
Hi @vrudenskyi , the behavior you're requesting is not possible in ksqlDB today as Kafka Streams (the underlying runtime) does not support it, and workarounds would require duplicating data in...
> We might want to change the error message to "n-way joins do not support reading the same topic multiple times" Sure, I've opened a PR to clarify the error...
@vpapavas @jnh5y you started looking into https://github.com/confluentinc/ksql/issues/2030 right? Is this ticket (for n-way joins) also in scope for what you're looking at?
> since I just merged this PR, do I need to cherry-pick it to an 0.28.x branch? @jnh5y yes.
`remotes/origin/0.28.2-cc-docker-ksql.119.x` -- it's linked from the spreadsheet where we're tracking the 0.28 release.
+1 to Almog's suggestion from a conceptual standpoint though I have a couple concerns: 1. the table won't be materialized, which mean pull queries such as ``` SELECT level FROM...
> I think we can consider the external interface and internal implementation separately. From an external interface POV I like the idea of representing this as a table. Internally, it...
Seems similar to https://github.com/confluentinc/ksql/pull/7485. Is this proposal meant to replace the earlier one?
Hey @jzaralim , this functionality is intentional (as least as of today -- we could choose to explicitly change it if this is undesirable, but I think the change is...