rangareddy commented on issue #13317: URL: https://github.com/apache/hudi/issues/13317#issuecomment-2904262334
Hi @njalan In order to get the primary key, pre-combined key or partition key we need to read the `<$TABLE_PATH>/.hoodie/hoodie.properties` file. **Example:** ```properties hoodie.table.precombine.field=comb hoodie.table.partition.fields=par hoodie.table.recordkey.fields=id ``` Please let me know if any other information is required. -- 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]
