-
- Downloads
[SPARK-22475][SQL] show histogram in DESC COLUMN command
## What changes were proposed in this pull request? Added the histogram representation to the output of the `DESCRIBE EXTENDED table_name column_name` command. ## How was this patch tested? Modified SQL UT and checked output Please review http://spark.apache.org/contributing.html before opening a pull request. Author: Marco Gaido <mgaido@hortonworks.com> Closes #19774 from mgaido91/SPARK-22475.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala 17 additions, 0 deletions...scala/org/apache/spark/sql/execution/command/tables.scala
- sql/core/src/test/resources/sql-tests/inputs/describe-table-column.sql 10 additions, 0 deletions...test/resources/sql-tests/inputs/describe-table-column.sql
- sql/core/src/test/resources/sql-tests/results/describe-table-column.sql.out 66 additions, 8 deletions...resources/sql-tests/results/describe-table-column.sql.out
Loading
Please register or sign in to comment