huangxiaopingRD commented on code in PR #56587:
URL: https://github.com/apache/spark/pull/56587#discussion_r3466236207
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/ShowTablesSuite.scala:
##########
@@ -63,8 +86,7 @@ class ShowTablesSuite extends command.ShowTablesSuiteBase
with CommandSuiteBase
protected override def extendedTableInfo: String =
s"""Type: MANAGED
|Provider: _
- |Owner: ${Utils.getCurrentUserName()}
- |Table Properties: <table properties>""".stripMargin
Review Comment:
Fixed the v2 extendedTableInfo template — it still had a hardcoded Table
Properties: <table properties> line which no longer matches the actual output
after the guard change. v1 never had this line anyway.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]