rahil-c opened a new pull request, #19789: URL: https://github.com/apache/hudi/pull/19789
### Describe the issue this Pull Request addresses Closes #19788 Test compilation of `hudi-spark_2.12` fails on current master: `TestDataSourceUtils` uses `Map<String, String>` but no longer imports `java.util.Map`. ### Summary and Changelog Restores `import java.util.Map;`. The import was dropped alongside an unrelated cleanup that removed the file's other use of `Map`, leaving the one at line 136 uncovered. Verified with `mvn test-compile -pl hudi-spark-datasource/hudi-spark -Dspark3.5 -Dscala-2.12`, which fails before the change and passes after; checkstyle on the module is clean. ### Impact None. Test-only, and no test behavior changes. ### Risk Level none ### Documentation Update none ### 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 - [x] 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]
