I simply want to display the column without truncate into a select where i have an array or a Map with a very big lenth.
I use zeppelin to query a df register as temp table:
%livy.sql
select * from maTable
I would like to have the full length of the Consommeur column
I get something like:
Do you have any idea?