Feature request
Which Delta project/connector is this regarding?
<!--
Please add the component selected below to the beginning of the issue title
For example: [Feature Request][Spark] Title of my issue
-->
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
Overview
<!-- Provide a high-level description of the feature request. -->
UniForm now supports both Hudi and Iceberg. But the comment in UniversalFormat.scala is outdated, only mentioning support to Iceberg. These comment in UniversalFormat.scala should be updated to describe the UniForm support to Hudi.
Example comments from the file:
Currently, UniForm only supports Iceberg. When `delta.universalFormat.enabledFormats` contains"iceberg", we say that Universal Format (Iceberg) is enabled.
Link
Motivation
<!-- How will this feature be used? Why is it important? Which users will benefit from it? -->
Further details
<!--
Use this section to include any additional information about the feature. If you have a proposal for how to implement this feature, please include it here. For implementation guidelines, please read our contributor guidelines: https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md
If there are any specific requirements for this feature that are not immediately obvious please outline them here.
-->
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?
- [ ] Yes. I can contribute this feature independently.
- [ ] Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
- [ ] No. I cannot contribute this feature at this time.