lvyanquan commented on code in PR #8055: URL: https://github.com/apache/hudi/pull/8055#discussion_r1118465246
########## website/docs/basic_configurations.md: ########## @@ -74,7 +74,7 @@ Options useful for writing tables via `write.format.option(...)` > Record key field. Value to be used as the `recordKey` component of > `HoodieKey`. Actual value will be obtained by invoking .toString() on the field value. Nested fields can be specified using the dot notation eg: `a.b.c`<br></br> -> **Default Value**: uuid (Optional)<br></br> +> **Default Value**: N/A (Required)<br></br> > `Config Param: RECORDKEY_FIELD`<br></br> Review Comment: Sorry for this incorrect change, this configuration has been changed in Flink and default value 'uuid' was removed since this [pr-6681](https://github.com/apache/hudi/pull/6681) in Spark. -- 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]
