Colin Hicks
Colin Hicks
Test failures are known flaky tests: ``` io.confluent.ksql.cli.CliTest.testPersistentSelectStar io.confluent.ksql.cli.CliTest.shouldRunScriptOnRunScript io.confluent.ksql.cli.CliTest.shouldRunScriptOnRunInteractively io.confluent.ksql.cli.CliTest.shouldHandlePullQuery ```
I was looking into the feasibility of adding a YATT-based test in order to assert that we can insert values after updating an existing JSON_SR-based stream with a new column....
@ofelix03, I am not familiar with the Apicurio registry. It looks like another Apicurio user encountered a similar problem: https://github.com/Apicurio/apicurio-registry/issues/2151, where the Apicurio logs show errant requests to `/apis/ccompat/v6/schemas/ids/0`. Are...
Thanks for the thoughtful PR, @ocadaruma. While the reasoning outlined in your proposal makes sense, I have some concerns. A broad surface area of the product relies on the internal-topic...
My understanding is that the SQL standard for concatenation with nulls is that if any value is null, the whole result should be null. e.g. ```sql 'a' + NULL =>...
Quick update: the [plugin implementation](https://github.com/colinhicks/onyx-gen-doc) is nearly ready for initial review. Will ping Slack to discuss logistics. Probably on Monday. Note the approach differs from the issue description, above, so...
Thanks for the updates @zachariahyoung. I have some thoughts about the user experience and implementation approach based on the scoping requirements you added: > * Query should be able to...