JingsongLi commented on code in PR #9017:
URL: https://github.com/apache/paimon/pull/9017#discussion_r3717735596


##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/commands/PaimonSparkWriter.scala:
##########
@@ -297,15 +295,10 @@ case class PaimonSparkWriter(
           )
         }
 
-      case POSTPONE_MODE if coreOptions.postponeBatchWriteFixedBucket() =>
-        // Topology: input -> bucket-assigner -> shuffle by partition & bucket
-        writeWithBucketProcessor(
-          withInitBucketCol,
-          PostponeFixBucketProcessor(
-            table,
-            bucketColIdx,
-            encoderGroupWithBucketCol,
-            postponePartitionBucketComputer.get))
+      case POSTPONE_MODE if postponeBatchWriteFixedBucket =>

Review Comment:
   Just remove this, go to `case BUCKET_UNAWARE | POSTPONE_MODE =>` branch?



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