You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/25 11:37:03 UTC

[GitHub] dilipbiswal edited a comment on issue #23883: [SPARK-26982][SQL] Enhance describe framework to describe the output of a query.

dilipbiswal edited a comment on issue #23883: [SPARK-26982][SQL] Enhance describe framework to describe the output of a query.
URL: https://github.com/apache/spark/pull/23883#issuecomment-466975367
 
 
   @maropu Thanks. I will update the entries. I got this idea from DB2 which supports this syntax. Here is the sample output for your perusal.
   
   ```
   db2 => describe select * from desc_tab;
   
    Column Information
   
    Number of columns: 2
   
    SQL type              Type length  Column name                     Name length
    --------------------  -----------  ------------------------------  -----------
    497   INTEGER                   4  C1                                        2
    449   VARCHAR                  10  C2                                        2
   
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org