You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Dan Burkert (JIRA)" <ji...@apache.org> on 2016/09/29 23:44:20 UTC

[jira] [Created] (KUDU-1666) filter IS NOT NULL predicates on non-nullable columns from scans in client

Dan Burkert created KUDU-1666:
---------------------------------

             Summary: filter IS NOT NULL predicates on non-nullable columns from scans in client
                 Key: KUDU-1666
                 URL: https://issues.apache.org/jira/browse/KUDU-1666
             Project: Kudu
          Issue Type: Bug
          Components: client
    Affects Versions: 1.0.0
            Reporter: Dan Burkert
            Priority: Blocker


Kudu 1.0.0 has a bug (KUDU-1651) 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)