-
Part of the migration guide to migrate from pre 0.7.0 to 0.7.0+ ksql requires replaying queries to a new command topic. It would be useful to have a script that compiled the list of old queries into a…
-
This built-in function will help extracting a string using the pattern.
-
**Describe the bug**
The error seems related to https://github.com/confluentinc/ksql/issues/815.
**To Reproduce**
Steps to reproduce the behavior, include:
1. The version of KSQL.
Docker image:…
-
At the current moment, there's no method how to map NULL value to another scalar value. However, this quite common operation while working with SQL. The function is ISO SQL-92 compatible.
```
Coal…
-
## Motivation
It would be very useful to allow users to easily turn a `STREAM` into the same kind of `TABLE` that you get when reading a topic into a table. The respective operation, in both cases, …
-
Related to #528.
Executing a SELECT on a table via the REST interface streams the results back. It would be useful to provide a single shot HTTP query of a table that simply did a distributed KTable …