YannByron commented on code in PR #6264:
URL: https://github.com/apache/hudi/pull/6264#discussion_r941968046


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/analysis/HoodieAnalysis.scala:
##########
@@ -473,26 +473,25 @@ case class HoodieResolveReferences(sparkSession: 
SparkSession) extends Rule[Logi
           "version expression is not supported for time travel")
       }
 
-      val tableIdentifier = 
sparkAdapter.getCatalystPlanUtils.toTableIdentifier(plan)

Review Comment:
   This changes can't change how the catalogs/tables are resolved, the 
`LogicalPlan` is not changed due to this pr. Just let HUDI internal can 
correctly determine whether an `UnresolvedRelation` is hudi table.



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