You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/20 13:07:25 UTC

[GitHub] [hudi] uday08bce opened a new pull request, #5644: [HUDI-3890] fix rat plugin issue

uday08bce opened a new pull request, #5644:
URL: https://github.com/apache/hudi/pull/5644

   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   
   To fix the RAT plugin issue identified in the issue [HUDI-3890](https://issues.apache.org/jira/browse/HUDI-3890)
   ## Brief change log
   
   - Removed `<exclude>**/*.sql</exclude>` from parent pom.xml so that RAT plugin can scan the .sql file
   - Added the license in .sql file (hudi\hudi-spark-datasource\hudi-spark\src\test\resources\sql-statements.sql)
   
   ## Verify this pull request
   
   - This pull request can be verified by existing tests  
   - We can also run` mvn apache-rat:check` to validate the  licenses 
   
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133099241

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32c88606c1bd49c4a29264726d2aaee5e6e67157 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] uday08bce commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
uday08bce commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133628644

   > It's not necessary to create another PR. IMO.
   > 
   > Anyway, this PR also contains some commits which are not related to this topic.
   > 
   > Please exclude them, thx.
   
   Thanks . removed the unrelated commit and pushed again.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133436358

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c61f356ad7330f713d007f22f3e3410eec5b78f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133629000

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803",
       "triggerID" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8ef941b03115e71bba1501f7c4051b87505c4be5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8ef941b03115e71bba1501f7c4051b87505c4be5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f247c84bcc8602633a2a7fe52ef8bef5ad63e44 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803) 
   * 8ef941b03115e71bba1501f7c4051b87505c4be5 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133530199

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803",
       "triggerID" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c61f356ad7330f713d007f22f3e3410eec5b78f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798) 
   * 7f247c84bcc8602633a2a7fe52ef8bef5ad63e44 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133541113

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803",
       "triggerID" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f247c84bcc8602633a2a7fe52ef8bef5ad63e44 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133405157

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32c88606c1bd49c4a29264726d2aaee5e6e67157 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788) 
   * 3c61f356ad7330f713d007f22f3e3410eec5b78f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133400935

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32c88606c1bd49c4a29264726d2aaee5e6e67157 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788) 
   * 3c61f356ad7330f713d007f22f3e3410eec5b78f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133529694

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c61f356ad7330f713d007f22f3e3410eec5b78f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798) 
   * 7f247c84bcc8602633a2a7fe52ef8bef5ad63e44 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133629439

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803",
       "triggerID" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8ef941b03115e71bba1501f7c4051b87505c4be5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8815",
       "triggerID" : "8ef941b03115e71bba1501f7c4051b87505c4be5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f247c84bcc8602633a2a7fe52ef8bef5ad63e44 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803) 
   * 8ef941b03115e71bba1501f7c4051b87505c4be5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8815) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] yanghua commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
yanghua commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133460165

   It's not necessary to create another PR. IMO.
   
   Anyway, this PR also contains some commits which are not related to this topic.
   
   Please exclude them, thx.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1132909711

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32c88606c1bd49c4a29264726d2aaee5e6e67157 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1133655256

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8788",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8798",
       "triggerID" : "3c61f356ad7330f713d007f22f3e3410eec5b78f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8803",
       "triggerID" : "7f247c84bcc8602633a2a7fe52ef8bef5ad63e44",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8ef941b03115e71bba1501f7c4051b87505c4be5",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8815",
       "triggerID" : "8ef941b03115e71bba1501f7c4051b87505c4be5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8ef941b03115e71bba1501f7c4051b87505c4be5 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8815) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] nsivabalan merged pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
nsivabalan merged PR #5644:
URL: https://github.com/apache/hudi/pull/5644


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5644: [HUDI-3890] fix rat plugin issue

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5644:
URL: https://github.com/apache/hudi/pull/5644#issuecomment-1132905757

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "32c88606c1bd49c4a29264726d2aaee5e6e67157",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32c88606c1bd49c4a29264726d2aaee5e6e67157 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org