You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Michael Mior (JIRA)" <ji...@apache.org> on 2016/04/21 19:20:25 UTC

[jira] [Assigned] (CALCITE-1210) Cassandra uuid filtering does not work

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

Michael Mior reassigned CALCITE-1210:
-------------------------------------

    Assignee: Michael Mior  (was: Julian Hyde)

> Cassandra uuid filtering does not work
> --------------------------------------
>
>                 Key: CALCITE-1210
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1210
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 1.7.0
>            Reporter: Dan Di Spaltro
>            Assignee: Michael Mior
>            Priority: Minor
>
> It looks like the syntax for sending a uuid to cassandra is something like this
> {code}
> select key from timetest where key=7daecb80-29b0-11e3-92ec-e291eb9d325e
> {code}
> Which is a bare identifier, unquoted.  So any filtering based on uuid's doesn't work.  You get something like this:
> {code}
> Caused by: com.datastax.driver.core.exceptions.InvalidQueryException: Invalid STRING constant (a594f989-8e73-4145-b9fb-83bd565f9995) for "tweet_id" of type uuid`
> ...
> {code}



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