You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/07/03 12:35:09 UTC

[GitHub] [hudi] nandurj commented on issue #1586: [SUPPORT] DMS with 2 key example

nandurj commented on issue #1586:
URL: https://github.com/apache/hudi/issues/1586#issuecomment-653527159


   I am using multiple keys to create CoW tables by using below properties hoodie.datasource.write.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator
   hoodie.datasource.write.recordkey.field=customer_id,product_id
   
   But the delta streamer is not picking up the second key, It is only picking up the first key customer_id. I have verified this by _hoodie_redord_key value on the table only shows customer_id


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org