bithw1 opened a new issue, #12008:
URL: https://github.com/apache/hudi/issues/12008

   Hi,
   
   I am using Hudi 0.15 and trying ComplexKeyGenerator  
   
   1. record key has one field, and use ComplexKeyGenerator  as the key 
generator. In this case, it will use the value of  the record key field self as 
the value of _hoodie_record_key
   
   2.  record key has two fields, and use ComplexKeyGenerator  as the key 
generator.In this case, it will use the record key field value plus the field 
name as the key ,eg, `name:a,value:3` as the value of _hoodie_record_key.
   
   I would like to know why ComplexKeyGenerator  works in this unconsistient 
way, it just increases confusion to the end users.
   
   


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