Zouxxyy commented on code in PR #6442:
URL: https://github.com/apache/paimon/pull/6442#discussion_r2450320380


##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/write/BaseWriteBuilder.scala:
##########
@@ -19,15 +19,15 @@
 package org.apache.paimon.spark.write
 
 import org.apache.paimon.spark.catalyst.analysis.expressions.ExpressionHelper
-import org.apache.paimon.table.FileStoreTable
+import org.apache.paimon.types.RowType
 
 import org.apache.spark.sql.catalyst.SQLConfHelper
 import org.apache.spark.sql.connector.write.WriteBuilder
 import org.apache.spark.sql.sources._
 
 import scala.collection.JavaConverters._
 
-abstract class BaseWriteBuilder(table: FileStoreTable)
+abstract class BaseWriteBuilder(partitionRowType: RowType)

Review Comment:
   You can use the parent table



-- 
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]

Reply via email to