amrishlal commented on code in PR #9145:
URL: https://github.com/apache/hudi/pull/9145#discussion_r1261790210
##########
hudi-spark-datasource/hudi-spark3.3.x/src/main/scala/org/apache/spark/sql/adapter/Spark3_3Adapter.scala:
##########
@@ -124,8 +124,4 @@ class Spark3_3Adapter 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:
Fixed. Add failAnalysisForMIT function to
HoodieSpark[32,33]CatalystPlanUtils.scala
##########
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:
Fixed. Add failAnalysisForMIT function to
HoodieSpark[32,33]CatalystPlanUtils.scala
--
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]