amrishlal commented on code in PR #9145:
URL: https://github.com/apache/hudi/pull/9145#discussion_r1261691400
##########
hudi-spark-datasource/hudi-spark3.2.x/src/main/scala/org/apache/spark/sql/adapter/Spark3_2Adapter.scala:
##########
@@ -123,8 +123,4 @@ class Spark3_2Adapter extends BaseSpark3Adapter {
case OFF_HEAP => "OFF_HEAP"
case _ => throw new IllegalArgumentException(s"Invalid StorageLevel:
$level")
}
-
- override def failAnalysisForMIT(a: Attribute, cols: String): Unit = {
Review Comment:
I am seeing this compile error when moving it to
`HoodieSpark32CatalystPlanUtils`
```
% mvn clean -T 12C package -DskipTests -Dspark3.2 -Dscala-2.12
[ERROR]
/Users/amrish/code/amrish-hudi-1/hudi-spark-datasource/hudi-spark3.2.x/src/main/scala/org/apache/spark/sql/HoodieSpark32CatalystPlanUtils.scala:77:
error: value failAnalysis is not a member of
org.apache.spark.sql.catalyst.expressions.Attribute
[ERROR] a.failAnalysis(s"cannot resolve ${a.sql} in MERGE command given
columns [$cols]")
[ERROR]
```
--
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]