Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add multi-level(upto 3 nested levels) complex columns(only array and struct) to carbon table. For example -
Command -
ALTER TABLE <table_name> ADD COLUMNS(arr array<struct<a:int, b:string> >)