Hi, How to Adjust the table cell’s width in the result? because it only show the partial result if the data value is much longer.
such as : sqlContext.sql(“select url from tableA”).show(1) which only show less than 100 characters in the result. Thanks.
