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

Johnny Miller updated CASSGO-102:
---------------------------------
    Description: 
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>>

  was: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. 


> 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