Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19213#discussion_r138817857
--- Diff:
sql/core/src/test/resources/sql-tests/inputs/describe-table-column.sql ---
@@ -13,6 +13,8 @@ DESC FORMATTED desc_col_temp_table
desc_col_temp_table.key;
-- Describe a non-existent column
DESC desc_col_temp_table key1;
+DROP VIEW desc_col_temp_table;
--- End diff --
since it's a view, can we name it `desc_col_temp_view`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]