AngersZhuuuu opened a new pull request #25917: [SPARK-29225][SQL] Change Spark SQL `DESC FORMATTED TABLE_NAME` format same with Hive URL: https://github.com/apache/spark/pull/25917 ### What changes were proposed in this pull request? As I have mentioned in [SPARK-29225](https://issues.apache.org/jira/browse/SPARK-29225) Spark SQL `DESC FORMATTED table_name` format have so many different point form hive's format. Since some JDBC query interaction platform like `HUE` use Hive format to parse information form the query result. Such as column information: Hue use `DESC FORMATTED table` query to get result and parse column information by it's result format. Spark SQL show different format, it cause problem when show result. ### Why are the changes needed? For better interaction with JDBC query platform like Hue. ### Does this PR introduce any user-facing change? NO ### How was this patch tested? MT
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
