yihua opened a new pull request, #8463: URL: https://github.com/apache/hudi/pull/8463
### Change Logs This PR marks 85 advanced Flink configs. After this PR, we have 33 basic configs and 85 advanced configs for Hudi on Flink. The criteria of marking advanced configs for Hudi on Flink is the same as #8329. Here are the configs that are going to show up in the ["Basic Configuration - Flink Options"](http://localhost:3000/docs/next/basic_configurations#Flink-Options) section (other configs are marked advanced by this PR): ``` hoodie.database.name hoodie.table.name path read.end-commit read.start-commit archive.max_commits archive.min_commits cdc.enabled cdc.supplemental.logging.mode changelog.enabled clean.async.enabled clean.retain_commits clustering.async.enabled clustering.plan.strategy.small.file.limit clustering.plan.strategy.target.file.max.bytes compaction.async.enabled compaction.delta_commits hive_sync.enabled hive_sync.jdbc_url hive_sync.metastore.uris hive_sync.mode hoodie.datasource.query.type hoodie.datasource.write.hive_style_partitioning hoodie.datasource.write.partitionpath.field hoodie.datasource.write.recordkey.field index.type metadata.compaction.delta_commits metadata.enabled precombine.field read.streaming.enabled table.type write.operation write.parquet.max.file.size ``` ### Impact Advanced Flink configs are not shown in the "Basic Configuration" page in our docs for simplicity. ### Risk level none ### Documentation Update [HUDI-5783](https://issues.apache.org/jira/browse/HUDI-5783) for docs update. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
