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

Bohdan Siryk commented on CASSGO-102:
-------------------------------------

I did a bit of testing locally and found out that actually not only frozen<> 
wrapped udts are parsed as an unknown, but also just table columns of udt types

> KeyspaceMetadata for a column with a frozen UDT TypeInfo returns 
> unknownTypeInfo instead of UDTTypeInfo
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CASSGO-102
>                 URL: https://issues.apache.org/jira/browse/CASSGO-102
>             Project: Apache Cassandra Go driver
>          Issue Type: Bug
>            Reporter: Johnny Miller
>            Priority: Normal
>
> When querying {{KeyspaceMetadata}} for a column with type {{frozen<address>}} 
> (where {{address}} is a defined UDT), the column's {{TypeInfo}} returns 
> {{unknownTypeInfo}} instead of {{{}UDTTypeInfo{}}}. But 
> {{system_schema.columns.type}} has the correct {{frozen<address>}} string, 
> and {{system_schema.types}} has the UDT definition. 
>  
> edit: also looks like this is happening for vectors in collections eg 
> list<vector<float, 3>>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to