hehuiyuan opened a new pull request, #9936:
URL: https://github.com/apache/hudi/pull/9936

   
   ### Change Logs
   
   When `write.operation ` is bulk_insert , the value of  _hoodie_record_key :
   
   the   table  `bulk_insert_a`   has one primary key field  and no partition 
field ,  the value of _hoodie_record_key field :
   ```
   
+I[017bfd50abc0e6903e0d566318eefe9c15385459d584f012ebd76c3ac1132d035ba0e7411d009f4ab72c16eaee72d4edbd72]
   ```
   
   
   the   table  `bulk_insert_b`   has two primary key fields  and no partition  
field,  the value of _hoodie_record_key field :
   ```
   
+I[a:e31efd878ac0db723456432d554fec06fc7ad293bda7c2cc9aee0dd7a466635df669bf7f0a7b673b79a7b8b4a3fe8a98fea7,b:8e49878d8d4a51d23df47acf56a16645bdc833ae1f1769d00e37b1b850cd8cb06eebbcb4e6b906c5e85a5524b57ace206d28]
   ```
   
   
   the   table  `bulk_insert_c`   has one prmary key field   and one partition 
field ,  the value of _hoodie_record_key field :
   ```
   
+I[017bfd50abc0e6903e0d566318eefe9c15385459d584f012ebd76c3ac1132d035ba0e7411d009f4ab72c16eaee72d4edbd72]
   ```
   
   the   table  `bulk_insert_d`   has one primay  key  and two partition 
fields,  the value of _hoodie_record_key field :
   ```
   
+I[020091e9976b9bc6655f73dc6fba59f433044ca41716bafd6bb86ac1223d0a516d9fcca014aa4cf66fb86ee32b22a367ac0f]
   ```
   
   
   
   
   
   upsert_a:一个key无分区
   ```
   
+I[82c83624cd9b7d05ac0be9b5869713f5c7983983d30b1a936f62bc3e738edb713d7cdb7efc067de9ce6365bb7e57d3bbf0c5]
   ```
   
   upsert_b:两个key无分区
   ```
   
+I[a:92f74c7983fd0c2325d58b6507d8981097f11083dc6d5d0f9c897f516e5e21838d699dab737d1e1099d9337bd4098b70d577,b:643cc50f14ac5b886e1e787c7e9d8f919ba994b8a6efcb7eba6f469fd24c1ca2ecbfe91e81047207d1588b22ccd2ab5d515b]
   
   upsert_c:一个key一个分区
   
+I[e335df4d24fda975b71aba0c144d4b0f2415aec6449c6dbbf0d66825f491d0932eb9bd8379922c33c0cf361417a7a7b5857e]
   
   upsert_d: 一个主键两个分区
   
+I[a:c30f561c2951c19fa7fcbc670b228f362dc5f1c6a9ccd18f17686e17bc6b6da05425f40f5c2b47148a7c1c1472b1810b0380]
   
   
   
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance 
impact._
   
   ### Risk level (write none, low medium or high below)
   
   _If medium or high, explain what verification was done to mitigate the 
risks._
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, 
config, or user-facing change_
   
   - _The config description must be updated if new configs are added or the 
default value of the configs are changed_
   - _Any new feature or user-facing change requires updating the Hudi website. 
Please create a Jira ticket, attach the
     ticket number here and follow the 
[instruction](https://hudi.apache.org/contribute/developer-setup#website) to 
make
     changes to the website._
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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