danny0405 commented on code in PR #11568:
URL: https://github.com/apache/hudi/pull/11568#discussion_r1667210845
##########
hudi-spark-datasource/hudi-spark3-common/src/main/scala/org/apache/spark/sql/HoodieSpark3CatalystPlanUtils.scala:
##########
@@ -56,15 +57,6 @@ trait HoodieSpark3CatalystPlanUtils extends
HoodieCatalystPlansUtils {
Join(left, right, joinType, None, JoinHint.NONE)
}
- override def unapplyInsertIntoStatement(plan: LogicalPlan):
Option[(LogicalPlan, Map[String, Option[String]], LogicalPlan, Boolean,
Boolean)] = {
- plan match {
- case insert: InsertIntoStatement =>
Review Comment:
Why remove this impl?
--
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]