confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
127 stars 1.04k forks source link

Table Pull Query Scan: Add 'IS (NOT) NULL' Filter #10266

Closed Kogl1n closed 7 months ago

Kogl1n commented 8 months ago

Table pull query scans with a WHERE clause 'IS (NOT) NULL' don't work. An error is displaying that I must set ksql.query.pull.table.scan.enabled=true. But it is already set and a filter ='0' at least runs the query although it's not what I need.

The same 'is (not) null'-Filter in a push query ('emit changes') works flawlessly.

Kogl1n commented 7 months ago

Fixed with 7.6.0