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

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #xxx
   
   Support write with composite partition key.
   
   Currently paimon spark write not support when table partition key is 
composite key,this pr is aimed to support it.
   BTW,to support scan pushdown, changed the PaimonUtils##fieldReference with 
FieldReference(Seq(name)),this is to avoid error as follow which also can refer 
spark issue https://github.com/apache/spark/pull/35108 and this api can also 
compative with Spark3.2.0 (which can refer the pr 
https://github.com/apache/paimon/pull/3968)
   
   
![1723868408209.png](https://github.com/user-attachments/assets/b0854e63-82e9-4845-a316-cd96dc6f447e)
   
   
   
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


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