asl3 commented on code in PR #49433:
URL: https://github.com/apache/spark/pull/49433#discussion_r1910450908


##########
sql/core/src/test/resources/sql-tests/results/show-tables.sql.out:
##########
@@ -128,6 +128,7 @@ View Schema Mode: BINDING
 Schema: root
  |-- e: integer (nullable = true)
 
+

Review Comment:
   it seems to be the schema field 
[here](https://github.com/apache/spark/blob/7bc8e99cde424c59b98fe915e3fdaaa30beadb76/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala#L647)
 
   
   > if (schema.nonEmpty) map += "Schema" -> JString(schema.treeString)



-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to