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

Jonathan Ellis commented on CASSANDRA-3089:
-------------------------------------------

- TypedColumn runs the value through compose() so I don't think this is valid:
{code}
+        ByteBuffer value = (ByteBuffer) column.getValue();
{code}

- CRowId.getBytes() will fail on direct buffers, use BBU.getArray instead


> Support RowId in ResultSet
> --------------------------
>
>                 Key: CASSANDRA-3089
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3089
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Drivers
>    Affects Versions: 0.8.4
>            Reporter: Rick Shaw
>            Assignee: Rick Shaw
>            Priority: Trivial
>              Labels: JDBC, lhf
>             Fix For: 1.0
>
>         Attachments: add-rowid-support-v2.txt, add-rowid-support-v3.txt, 
> add-rowid-support.txt
>
>
> Support the JDBC concept of {{RowId}} by using the C* row index value.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to