[teiid-issues] [JBoss JIRA] (TEIID-4316) Accumulo translator: null values not returned for <> criteria in WHERE clause

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Jul 6 09:33:01 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262153#comment-13262153 ] 

RH Bugzilla Integration commented on TEIID-4316:
------------------------------------------------

Van Halbert <vhalbert at redhat.com> changed the Status of [bug 1351987|https://bugzilla.redhat.com/show_bug.cgi?id=1351987] from NEW to CLOSED

> Accumulo translator: null values not returned for <> criteria in WHERE clause
> -----------------------------------------------------------------------------
>
>                 Key: TEIID-4316
>                 URL: https://issues.jboss.org/browse/TEIID-4316
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.12.5
>            Reporter: Jan Stastny
>            Assignee: Ramesh Reddy
>
> For columns, which contain some null values, a query like:
> {code:sql}
> SELECT nullable_column FROM table_name WHERE nullable_column <> some_value
> {code}
> doesn't return null values.
> Simple select works:
> {code:sql}
> SELECT nullable_column FROM table_name
> {code}
> returns all rows regardless whether they are null or not.
> IS NULL criteria in WHERE clause also work:
> {code:sql}
> SELECT nullable_column FROM table_name WHERE nullable_column IS NULL
> {code}
> returns correct number of null values.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list