Zouxxyy opened a new pull request, #8786:
URL: https://github.com/apache/paimon/pull/8786

   ### Purpose
   
   Support `spark.paimon.partition.sink-strategy` for Paimon format tables in 
Spark.
   
   - Let format-table writes expose `RequiresDistributionAndOrdering`.
   - Require clustered distribution by partition columns for non-`none` 
strategies.
   - Add coverage for the `none` and `hash` strategies with a Hive-backed 
Paimon format table.
   
   ### Tests
   
   - `mvn -pl paimon-spark/paimon-spark-ut -Pspark3,fast-build 
-DfailIfNoTests=false -Dtest=none 
-DwildcardSuites=org.apache.paimon.spark.sql.FormatTableWriteDistributeModeTest 
test`
   - `mvn -pl paimon-spark/paimon-spark-ut -Pspark3,fast-build 
-DfailIfNoTests=false -Dtest=none 
-DwildcardSuites=org.apache.paimon.spark.sql.WriteDistributeModeTest test`


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