Re: [DISCUSSION] Describe complex columns

2021-04-01 Thread Vikram Ahuja
+1 for this feature Vikram Ahuja

Re: [DISCUSSION] Describe complex columns

2021-04-01 Thread Mahesh Raju Somalaraju
Hi, +1 for the feature. Thanks & Regards Mahesh Raju Somalaraju On Thu, Mar 18, 2021 at 10:35 PM Shreelekhya wrote: > Hi, > > Currently describe formatted displays the column information of a table and > some additional information. When complex types such as ARRAY, STRUCT, and > MAP types

Re: [DISCUSSION] Describe complex columns

2021-03-30 Thread Ajantha Bhat
Hi, +1 for this improvement. a) you can also print one line of short information about the parent column when describe column is executed to avoid executing again to know what is parent column type. Example, Describe column decimalcolumn on complexcarbontable; *You can mention that

Re: [DISCUSSION] Describe complex columns

2021-03-22 Thread akashrn5
Hi, +1 for the new functionality. my suggestion is to modify the DDL something like below DESCRIBE column fieldname ON [db_name.]table_name; DESCRIBE table short/transient [db_name.]table_name; Others can give their suggestions Thanks, Regards, Akash R -- Sent from:

Re: [DISCUSSION] Describe complex columns

2021-03-22 Thread VenuReddy
+1 Nice idea. It improves the readibility. Regards, Venu -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: [DISCUSSION] Describe complex columns

2021-03-22 Thread Indhumathi
+1. Please update design, for Map type having more than one level of complex types. For example, map> Regards, Indhumathi M -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: [DISCUSSION] Describe complex columns

2021-03-22 Thread Kunal Kapoor
+1 good idea for visualizing complex columns On Thu, Mar 18, 2021 at 10:35 PM Shreelekhya wrote: > Hi, > > Currently describe formatted displays the column information of a table and > some additional information. When complex types such as ARRAY, STRUCT, and > MAP types are present in table,

[DISCUSSION] Describe complex columns

2021-03-18 Thread Shreelekhya
Hi, Currently describe formatted displays the column information of a table and some additional information. When complex types such as ARRAY, STRUCT, and MAP types are present in table, column definition can be long and it’s difficult to read in a nested format. For complex types available,