Yikf commented on a change in pull request #35788:
URL: https://github.com/apache/spark/pull/35788#discussion_r825250432
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/KeepLegacyOutputs.scala
##########
@@ -36,6 +36,14 @@ object KeepLegacyOutputs extends Rule[LogicalPlan] {
assert(s.output.length == 3)
val newOutput = s.output.head.withName("database") +: s.output.tail
s.copy(output = newOutput)
+ case s: ShowTableExtended =>
Review comment:
Shall we implement `ShowTableExtendedExec` for v2 command
`ShowTableExtended` or support it in existing `ShowTableExec` like v1
`ShowTableCommand`?
--
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]