yihua opened a new pull request, #7779: URL: https://github.com/apache/hudi/pull/7779
### Change Logs When running `./release/validate_staged_release.sh --release=0.13.0 --rc_num=1`, the validation finds out that there were some source files that did not have Apache License: ``` ./packaging/hudi-metaserver-server-bundle/pom.xml ./hudi-platform-service/hudi-metaserver/hudi-metaserver-server/src/main/resources/mybatis-config.xml ./hudi-utilities/src/test/resources/schema-provider/proto/parent_schema_recursive_depth_2.avsc ./hudi-utilities/src/test/resources/schema-provider/proto/sample_schema_defaults.avsc ./hudi-utilities/src/test/resources/schema-provider/proto/sample_schema_wrapped_and_timestamp_as_record.avsc ./hudi-utilities/src/test/resources/schema-provider/proto/oneof_schema.avsc ./hudi-utilities/src/test/resources/schema-provider/proto/parent_schema_recursive_default_limit.avsc ``` This PR adds the missing Apache License in the above source files. ### Impact No impact on source files. ### Risk level (write none, low medium or high below) none ### Documentation Update N/A ### 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]
