yihua opened a new pull request, #19171: URL: https://github.com/apache/hudi/pull/19171
### Describe the issue this Pull Request addresses Closes #16646. Several class javadocs carry `spark-submit` examples that reference removed Spark 2.4 / Scala 2.11 bundles (e.g. `spark-avro_2.11:2.4.4`, `hudi-utilities-bundle_2.11-0.11.0-SNAPSHOT.jar`), whose support has been dropped. ### Summary and Changelog Update the `spark-submit` examples in eight class javadocs to a supported Spark (3.5.5) and Scala 2.12 bundle, and remove the now-addressed `TODO: [HUDI-8294]` markers. Files updated: - `hudi-utilities`: `HoodieDropPartitionsTool`, `HoodieIndexer`, `HoodieDataTableValidator`, `TableSizeStats`, `HoodieMetadataTableValidator`. - `hudi-integ-test`: `HoodieContinuousTestSuiteWriter`, `SparkDataSourceContinuousIngestTool`, `HoodieMultiWriterTestSuiteJob`. ### Impact Documentation (javadoc) only. No code or behavior change. ### Risk Level none ### Documentation Update The change is to the in-code javadoc examples themselves; no Hudi website update is needed. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
