You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/06/26 21:00:06 UTC

[jira] [Commented] (DRILL-3199) GenericAccessor doesn't support isNull

    [ https://issues.apache.org/jira/browse/DRILL-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603426#comment-14603426 ] 

Jacques Nadeau commented on DRILL-3199:
---------------------------------------

Looks reasonable to me.  +1.

Let's get it in.

> GenericAccessor doesn't support isNull
> --------------------------------------
>
>                 Key: DRILL-3199
>                 URL: https://issues.apache.org/jira/browse/DRILL-3199
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>         Environment: I found this problem when calling the driver's wasNull() method on a field that represented a nested JSON object (one level below the root object), using the 'dfs' storage plugin and pointing at my local filesystem.
>            Reporter: Matt Burgess
>            Assignee: Daniel Barclay (Drill)
>             Fix For: 1.1.0
>
>         Attachments: DRILL-3199.patch.1, DRILL-3199.patch.2, DRILL-3199.patch.3
>
>
> GenericAccessor throws an UnsupportedOperationException when isNull() is called. However for other methods it delegates to its ValueVector's accessor. I think it should do the same for isNull().



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