Zouxxyy commented on code in PR #6014: URL: https://github.com/apache/paimon/pull/6014#discussion_r2250478517
########## paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/SparkTableWrite.scala: ########## @@ -29,12 +29,27 @@ import org.apache.spark.sql.{PaimonUtils, Row} import scala.collection.JavaConverters._ import scala.collection.mutable.ListBuffer -class SparkTableWrite(writeBuilder: BatchWriteBuilder, rowType: RowType, rowKindColIdx: Int) +case class SparkTableWrite( Review Comment: to indicate that the members in it are immutable, can be added or not. -- 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