You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "jobit mathew (Jira)" <ji...@apache.org> on 2019/10/31 10:17:00 UTC

[jira] [Created] (SPARK-29685) Spark SQL also better to show the column details while doing SELECT * from table, like sparkshell and spark beeline

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org