Yikf commented on code in PR #40437:
URL: https://github.com/apache/spark/pull/40437#discussion_r1155867225
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/HiveResult.scala:
##########
@@ -59,18 +59,6 @@ object HiveResult {
formatDescribeTableOutput(executedPlan.executeCollectPublic())
case _: DescribeTableExec =>
Review Comment:
The previous purpose of hiveResultString was twofold
1. Keep the schema output of show tables/views consistent with the hive
2. Ensure that the result string is compatible with the hive
This PR intended to modify the first point that the result string sequence
is compatible with hive should we keep it?
--
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]