[teiid-issues] [JBoss JIRA] (TEIID-3060) Additional cassandra type handling

Steven Hawkins (JIRA) issues at jboss.org
Tue Aug 26 13:13:59 EDT 2014


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

Steven Hawkins edited comment on TEIID-3060 at 8/26/14 1:13 PM:
----------------------------------------------------------------

Added import support for custom/blob->varbinary.  The execution logic was already returning the actual bytes.  Also updated the literal format for varbinary.  And ensured uuids will be formatted correctly.

It would be good to use variable references to avoid the literal formats for list, set, map, etc. but that is not supported until Cassandra 2, so we can look to optionally add that or just address it when we remove support for older Cassandra instances.


was (Author: shawkins):
Added import support for custom/blob->varbinary.  The execution logic was already returning the actual bytes.  Also updated the literal format for varbinary.  There is nothing that we can do for uuids at this time as the constants will already 

> Additional cassandra type handling
> ----------------------------------
>
>                 Key: TEIID-3060
>                 URL: https://issues.jboss.org/browse/TEIID-3060
>             Project: Teiid
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Misc. Connectors
>    Affects Versions: 8.9
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.9
>
>
> We should have support for cassandra blobs/custom as varbinary (converting from bytebuffer to byte[]), list (as an array type), and better uuid handling for uuid/timeuuid support.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the teiid-issues mailing list