You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Akshay (Jira)" <ji...@apache.org> on 2021/04/21 14:01:00 UTC

[jira] [Updated] (CARBONDATA-4170) Support dropping of single & multi-level complex columns(array/struct)

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

Akshay updated CARBONDATA-4170:
-------------------------------
    Description: 
Drop complex columns(only array and struct) from carbon table. For example - 

arr1 array<int>, struct1  struct<a:int, b:string>

Command - 

ALTER TABLE <table_name> DROP COLUMNS(arr1, struct1)

Design document - [https://docs.google.com/document/d/1DhhkVXM8rMvOuKDZeccJpFEfO3VkA9C0c7JHCV88NXI/edit]

> Support dropping of single & multi-level complex columns(array/struct)
> ----------------------------------------------------------------------
>
>                 Key: CARBONDATA-4170
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4170
>             Project: CarbonData
>          Issue Type: Sub-task
>          Components: spark-integration
>            Reporter: Akshay
>            Priority: Major
>
> Drop complex columns(only array and struct) from carbon table. For example - 
> arr1 array<int>, struct1  struct<a:int, b:string>
> Command - 
> ALTER TABLE <table_name> DROP COLUMNS(arr1, struct1)
> Design document - [https://docs.google.com/document/d/1DhhkVXM8rMvOuKDZeccJpFEfO3VkA9C0c7JHCV88NXI/edit]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)