jobit mathew created SPARK-29685:
------------------------------------

             Summary: Spark SQL also better to show the column details while 
doing SELECT * from table, like sparkshell and spark beeline
                 Key: SPARK-29685
                 URL: https://issues.apache.org/jira/browse/SPARK-29685
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.4, 3.0.0
            Reporter: jobit mathew


Spark SQL also better to show the column details in top while doing SELECT * 
from table, like sparkshell and spark beeline.

*Test steps*
1.create table table1(id int,name string,address string);
2.insert into table1 values (5,name1,add1);
3.insert into table1 values (5,name2,add2);
4.insert into table1 values (5,name3,add3);

spark-sql> select * from table1;
5       name3   add3
5       name1   add1
5       name2   add2






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to