Aleksey Yeschenko created CASSANDRA-9825:
--------------------------------------------
Summary: SELECT queries broken for Thrift-created tables with
non-string comparators
Key: CASSANDRA-9825
URL: https://issues.apache.org/jira/browse/CASSANDRA-9825
Project: Cassandra
Issue Type: Bug
Reporter: Aleksey Yeschenko
Assignee: Sylvain Lebresne
Fix For: 3.0 beta 1
{{CFMetaData.getColumnNameType()}} is broken, which in turn breaks
{{ColumnIdentifier.Raw.prepare()}}.
Basically, the logic of it is incorrect - we should be returning the type of
the clustering column, not of the {{REGULAR}} {{value}} one.
See {{ThriftCompatibilityTest}} after [this
commit|https://github.com/apache/cassandra/commit/376e552c42e3120638249369029bfa2b9398395c].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)