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/07/25 15:07:52 UTC

[GitHub] [hudi] fengjian428 opened a new pull request, #6210: [HUDI-4464] fix waring in CI

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

   ## *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
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## 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] fengjian428 commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
fengjian428 commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929045283


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   there are two warnings, one is caused by azure-pipelines itself, and I feel no need to be fixed. another is caused by we use sun.util.calender.ZoneInfo, maybe can replace with [java.time.zone.ZoneRules](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/zone/ZoneRules.html), Let me try it
   



-- 
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] xushiyan commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929038387


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   there are code compilation warnings too, not just the "replace images source" one



-- 
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 #6210: [HUDI-4464] Clear warnings in Azure CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403",
       "triggerID" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b1f0e8fc3235fd2152d3f36e7332f0fe342f31",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10631",
       "triggerID" : "99b1f0e8fc3235fd2152d3f36e7332f0fe342f31",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99b1f0e8fc3235fd2152d3f36e7332f0fe342f31 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10631) 
   
   <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] fengjian428 commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
fengjian428 commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929011525


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   refer to https://github.com/microsoft/azure-pipelines-tasks/issues/16520, 
   This pinpoints the issue caused by a change in the Maven task from version 3.205.1 to 3.206.0.
   .  they will fix this in the future.  but using 3.205.1 can be a temporary workaround



-- 
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] xushiyan commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929038387


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   ok i see there is a suppressing 



-- 
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 #6210: [WIP][HUDI-4464] clear up warings in CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318) 
   
   <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] xushiyan merged pull request #6210: [HUDI-4464] Clear warnings in Azure CI

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


-- 
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] xushiyan commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929038387


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   ok i see there is a suppressing; but maybe we shouldn't suppress it. we need it for reminder



-- 
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 #6210: [HUDI-4464] clear up warings in CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318) 
   
   <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 #6210: [HUDI-4464] Clear warnings in Azure CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403",
       "triggerID" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b1f0e8fc3235fd2152d3f36e7332f0fe342f31",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "99b1f0e8fc3235fd2152d3f36e7332f0fe342f31",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd505a3e40b653d9c3d12350c37d5b203f25b9b6 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403) 
   * 99b1f0e8fc3235fd2152d3f36e7332f0fe342f31 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 #6210: [HUDI-4464] clear up warings in CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3 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] fengjian428 commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
fengjian428 commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929011525


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   refer to https://github.com/microsoft/azure-pipelines-tasks/issues/16520, 
   This pinpoints the issue caused by a change in the Maven task from version 3.205.1 to 3.206.0.
   .  they will fix this in the future.  but using 3.205.1 can be a temporary workaround. WDYT, do we need to add this workaround now?



-- 
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] xushiyan commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929036711


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   @fengjian428 my question is: no matter which maven version used, are the currently surfaced warnings valid? don't we need to fix from the code? 



-- 
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] xushiyan commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929042363


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   then i think this is ok



-- 
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 #6210: [HUDI-4464] Clear warnings in Azure CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403",
       "triggerID" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318) 
   * fd505a3e40b653d9c3d12350c37d5b203f25b9b6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403) 
   
   <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 #6210: [HUDI-4464] Clear warnings in Azure CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403",
       "triggerID" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd505a3e40b653d9c3d12350c37d5b203f25b9b6 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403) 
   
   <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] fengjian428 commented on a diff in pull request #6210: [HUDI-4464] Clear warnings in Azure CI

Posted by GitBox <gi...@apache.org>.
fengjian428 commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r933799860


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   Already use ZoneId to replace sun.util.calendar.ZoneInfo



-- 
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 #6210: [HUDI-4464] Clear warnings in Azure CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318) 
   * fd505a3e40b653d9c3d12350c37d5b203f25b9b6 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 #6210: [HUDI-4464] Clear warnings in Azure CI

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10318",
       "triggerID" : "c0d3947dc56adc15f4a8090536dfccd2ca6b4bc3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403",
       "triggerID" : "fd505a3e40b653d9c3d12350c37d5b203f25b9b6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b1f0e8fc3235fd2152d3f36e7332f0fe342f31",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10631",
       "triggerID" : "99b1f0e8fc3235fd2152d3f36e7332f0fe342f31",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd505a3e40b653d9c3d12350c37d5b203f25b9b6 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10403) 
   * 99b1f0e8fc3235fd2152d3f36e7332f0fe342f31 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10631) 
   
   <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] xushiyan commented on a diff in pull request #6210: [HUDI-4464] clear up warings in CI

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6210:
URL: https://github.com/apache/hudi/pull/6210#discussion_r929000917


##########
azure-pipelines.yml:
##########
@@ -91,15 +91,15 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3
+          - task: Maven@3.205.1

Review Comment:
   is this to silence the warning? what about the actual fix, i suppose the warnings are valid improvement suggestions?



-- 
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