steFaiz commented on code in PR #8446:
URL: https://github.com/apache/paimon/pull/8446#discussion_r3518814922
##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/commands/MergeIntoPaimonDataEvolutionTable.scala:
##########
@@ -71,23 +72,28 @@ case class MergeIntoPaimonDataEvolutionTable(
matchedActions: Seq[MergeAction],
notMatchedActions: Seq[MergeAction],
notMatchedBySourceActions: Seq[MergeAction])
- extends PaimonLeafRunnableCommand
- with WithFileStoreTable
- with ExpressionHelper
+ extends PaimonRowLevelCommand
with Logging {
- private lazy val writer = PaimonSparkWriter(table)
+ override lazy val writer: PaimonSparkWriter = PaimonSparkWriter(table)
Review Comment:
Thanks for your review! Nice catch!fixed
--
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]