ksql icon indicating copy to clipboard operation
ksql copied to clipboard

The database purpose-built for stream processing applications.

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

### 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...

Currently, using `*` in a UDAF defaults to the `ROWTIME` column. For example, if you run: ``` CREATE STREAM test (ID STRING) WITH (KAFKA_TOPIC='test', PARTITIONS=1, VALUE_FORMAT='JSON'); CREATE TABLE test_result AS...

documentation
user-experience
user-defined-functions
P1
streaming-engine

We're receiving the following error trying to update the number of partitions of a schema `Cannot upgrade data source: DataSource '`XXX__STREAM`' has topic = KsqlTopic{kafkaTopicName='xxx__updated', keyFormat=KeyFormat{format=FormatInfo{format=KAFKA, properties={}}, features=[], window=Optional.empty}, valueFormat=ValueFormat{format=FormatInfo{format=PROTOBUF,...

bug
awaiting-info
streaming-engine

**Describe the bug** Insert Into queries fail when source record map is missing keys that are inserted into target record map for protobuf schema The query throws NPE **To Reproduce**...

bug
streaming-engine
error-messages
protobuf

### Description The goal is to speed up the Jenkins CI job. ### Testing done Manually checking out the CI job to make sure that it is running things sanely...

### 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 _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 _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 _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 Now throws an error if the use of lambdas in the interpreter is attempted without setting `ksql.lambdas.enabled=true` ### Testing done Added RQTT ### Reviewer checklist - [ ]...