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