HyukjinKwon commented on code in PR #36113:
URL: https://github.com/apache/spark/pull/36113#discussion_r846923705


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala:
##########
@@ -1986,7 +1987,7 @@ object QueryCompilationErrors {
     new AnalysisException(
       s"Failed to execute SHOW CREATE TABLE against table/view 
${table.identifier}, " +
         "which is created by Hive and uses the following unsupported 
feature(s)\n" +
-        features.map(" - " + _).mkString("\n"))
+          features.map(" - " + _).mkString("\n"))

Review Comment:
   Can we revert this change back?



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

Reply via email to