Andy Coates

Results 93 comments of Andy Coates

For example, testing and updating the clickstream demo is currently a manual process. Yes, there are lots of scripts to help, but essentially there are about 20 different things to...

I did not - but do now ;)

I've always viewed the clickstream demo as a ksqlDB demo, and so I'm be leaning towards using ksqlDB features wherever possible. Maybe you view it more as a CP demo,...

And of course, move to using `SqlType` and removing use of Connect's `Schema` in UDFS

Removing out dependency on the Connect schema and types for our UDF framework (and serde framework!) will fix a whole family of bugs. See below for linked bugs as we...

We can use the same extension to add better error handling to some of our UDFs too. Consider #3451, which highlights a doc issue with `TIMESTAMPTOSTRING`. However, when I read...

Marking as milestone 0.14 as we should, at a minimum, at least call this out in the docs before 0.14 - assuming 0.14 is shipping with `CREATE OR REPLACE` enabled.

I'd agree it would be a shame to reject a request to add a filter just because it _might_ fail to emit a tombstone. My view would be to document...

Yep - `Object` should be like an `ANY` SQL type We should also support `Object` varargs. Matching rules should mean that `Object` is only matched if nothing else matches. Where...