ksql icon indicating copy to clipboard operation
ksql copied to clipboard

The database purpose-built for stream processing applications.

Results 344 ksql issues
Sort by recently updated
recently updated
newest added

### Description Ticket [4436](https://github.com/confluentinc/ksql/issues/4436) It supports `not null` for all ksql data types, including complex ones like `Struct` ,` Maps`, `Arrays`. It also supports defining `not null` in nested fields....

Discussion for KLIP-48, which proposes the introduction of a schema (namespace) abstraction.

### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...

Ensure that the query is initialized before notifying

Initial proposal sketching the grammar.

We have a pretty nice set of functional tests in RQTT, but they only evaluate the HTTP/1 endpoint. This PR starts to convert RQTT to a general functional test of...

### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...

### Description Currently, if defining variable with `-d VAR=123`, it will fail when there is more than one '=' character, e.g. `-d VAR={"test":"123=456"}` ### Testing done TODO ### Reviewer checklist...

### Description Normalizes the help text of the `output` command in the CLI so that it better matches the formatting of the other commands. ### Testing done N/A; simply a...

### Description For some reason, the SQL parser was parsing singular time units (MINUTE, SECOND etc) as column names instead of time units, even though plural words work. This query...