Shailaja Koppu created CASSANALYTICS-49:
-------------------------------------------

             Summary: Support UDTs inside collections
                 Key: CASSANALYTICS-49
                 URL: https://issues.apache.org/jira/browse/CASSANALYTICS-49
             Project: Apache Cassandra Analytics
          Issue Type: Improvement
            Reporter: Shailaja Koppu


Currently Cassandra bulk writer not supporting UDTs nested inside collections - 
list/set/map. This task tracks development efforts to support the same. 

For example,

{{CREATE TABLE x.y (id BIGINT PRIMARY KEY,}}
{{                  udtlist frozen<list<frozen<udt_with_collections>>>)}}

and nested UDTs with collections

{{CREATE TYPE spark_test. udt_with_set_of_udt_type (innerudt 
set<frozen<two_field_udt>>);}}

Support for these types of columns will be added



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to