Description
Kudu 1.0.0 has a bug (KUDU-1652) that causes the tablet server to crash when a scan includes an IS NOT NULL predicate on a non-nullable column. To avoid hitting this bug if applications update their client but not their server, we should filter these predicates on the client.