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: [email protected]
