CTTY commented on code in PR #5943:
URL: https://github.com/apache/hudi/pull/5943#discussion_r919516291
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/analysis/HoodieAnalysis.scala:
##########
@@ -413,10 +416,13 @@ case class HoodieResolveReferences(sparkSession:
SparkSession) extends Rule[Logi
// Resolve Delete Table
case DeleteFromTable(table, condition)
if sparkAdapter.isHoodieTable(table, sparkSession) && table.resolved =>
- // Resolve condition
- val resolvedCondition = condition.map(resolveExpressionFrom(table)(_))
+ val unwrappedCondition: Expression = condition match {
Review Comment:
[SPARK-38626](https://github.com/apache/spark/pull/35941) Make condition in
DeleteFromTable plan required
--
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]