leaves12138 commented on code in PR #6014: URL: https://github.com/apache/paimon/pull/6014#discussion_r2250355631
########## paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/commands/PaimonSparkWriter.scala: ########## @@ -51,22 +51,37 @@ import java.util.Collections.singletonMap import scala.collection.JavaConverters._ -case class PaimonSparkWriter(table: FileStoreTable) extends WriteHelper { +case class PaimonSparkWriter(table: FileStoreTable, writeRowLineage: Boolean = false) Review Comment: Why case class? -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org