You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Andrew Wong (Jira)" <ji...@apache.org> on 2019/09/30 19:01:00 UTC

[jira] [Resolved] (KUDU-1561) KuduScanBatch::const_iterator does not implement operator->()

     [ https://issues.apache.org/jira/browse/KUDU-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Wong resolved KUDU-1561.
-------------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

Fixed inĀ 96f4cbe7dc62f68910f42da2f161e953e4bcabee

> KuduScanBatch::const_iterator does not implement operator->()
> -------------------------------------------------------------
>
>                 Key: KUDU-1561
>                 URL: https://issues.apache.org/jira/browse/KUDU-1561
>             Project: Kudu
>          Issue Type: Bug
>          Components: client
>            Reporter: Mike Percy
>            Assignee: Vladimir Verjovkin
>            Priority: Major
>              Labels: newbie
>             Fix For: 1.11.0
>
>
> KuduScanBatch::const_iterator does not implement operator->()
> This makes it a little annoying to work with since you must dereference via * like {{(*iter).GetInt32(0, &val)}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)