wombatu-kun commented on code in PR #11871:
URL: https://github.com/apache/hudi/pull/11871#discussion_r1767843637


##########
hudi-spark-datasource/hudi-spark3-common/src/main/scala/org/apache/spark/sql/hudi/analysis/HoodieSpark3Analysis.scala:
##########
@@ -225,6 +224,15 @@ case class HoodieSpark3ResolveReferences(spark: 
SparkSession) extends Rule[Logic
         case (u: UnresolvedFieldName, prop) => resolveFieldNames(cmd.table, 
u.name, u) -> prop
         case other => other
       })
+
+    // Convert to DescribeTableCommand
+    case dt @ DescribeTable(plan @ ResolvesToTable(table), formatted, 
extended, output) if dt.resolved  =>

Review Comment:
   Of course it's easier. Didn't know that, thanks for this clue. I'll fix 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]

Reply via email to