Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Drop complex columns(array/struct/map) from carbon table. For example -
arr1 array<int>, struct1 struct<a:int, b:string>, map1 map<int,string>
Command -
ALTER TABLE <table_name> DROP COLUMNS(arr1, struct1, map1)
Design document - https://docs.google.com/document/d/1DhhkVXM8rMvOuKDZeccJpFEfO3VkA9C0c7JHCV88NXI/edit