Hi, I'm using prepare_cql3_query thrift method, which returns CqlPreparedResult with type info in variable_types. The type names returned are partial for collection types. Returns just MapType without saying anything about the key-value types. A more intuitive response could be something like
org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type) just like int CqlResult -> schema -> value_types (returned by execute_cql3_query) Is this an issue? Thanks! Adriano.