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/10/14 23:13:54 UTC

[GitHub] [hudi] slfan1989 opened a new pull request, #6951: [HUDI-5033] Fix Broken Link In MultipleSparkJobExecutionStrategy.

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

   ### Change Logs
   JIRA: HUDI-5033. Fix Broken Link In MultipleSparkJobExecutionStrategy.
   
   When I read the code, I found that there is a link that cannot be linked to the code. I will fix it. I have completed the inspection of the entire module (hudi-spark-client), only this is the problem
   
   ![image](https://user-images.githubusercontent.com/55643692/195956428-92c74fc2-efac-4f34-b342-c0880a133b60.png)
   
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance impact._
   
   **Risk level: none **
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, config, or user-facing change_
   
   - _The config description must be updated if new configs are added or the default value of the configs are changed_
   - _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
     ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make
     changes to the website._
   
   ### 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: 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 #6951: [HUDI-5033] Fix Broken Link In MultipleSparkJobExecutionStrategy.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12216",
       "triggerID" : "2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12216) 
   
   <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] yihua merged pull request #6951: [HUDI-5033] Fix Broken Link In MultipleSparkJobExecutionStrategy

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


-- 
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 #6951: [HUDI-5033] Fix Broken Link In MultipleSparkJobExecutionStrategy.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12216",
       "triggerID" : "2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12216) 
   
   <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 pull request #6951: [HUDI-5033] Fix Broken Link In MultipleSparkJobExecutionStrategy

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

   @slfan1989 for this kind of clean up change we should actually just create a PR with `[MINOR]` in the title and skip creating a 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 #6951: [HUDI-5033] Fix Broken Link In MultipleSparkJobExecutionStrategy.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2e06a8b0eb947f59e09f69a40c7886cdf6c74f9e 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