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 2020/06/01 04:31:05 UTC

[GitHub] [hudi] lamber-ken opened a new pull request #1693: [HUDI-985] Introduce rerun ci bot

lamber-ken opened a new pull request #1693:
URL: https://github.com/apache/hudi/pull/1693


   ## What is the purpose of the pull request
   
   The purpose of this pr is to reduce manual operations.
   The ci bot will help us to rerun tests.
   
   **Avoid** `git commit --amend/git push --force`
   
   ## Brief change log
   
   **learn from docs:** 
   
   https://help.github.com/en/actions
   https://docs.travis-ci.com/user/developer
   
   
   ## Verify this pull request
   
   **Tests**
   https://github.com/lamber-ken/hdocs/actions
   
   ## 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.

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



[GitHub] [hudi] vinothchandar merged pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
vinothchandar merged pull request #1693:
URL: https://github.com/apache/hudi/pull/1693


   


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

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



[GitHub] [hudi] lamber-ken commented on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637009665


   >  Is there a simpler way for this than importing 25K lines of js
   
   hi @vinothchandar, I'm trying to use `github-script` to implement the ci bot, will let you know how that goes, let me have a try : )
   
   https://github.com/actions/github-script


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.20%           
   - Complexity      856      857    +1     
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
   + Hits           2792     2793    +1     
   + Misses        12195    12193    -2     
   - Partials        357      358    +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...che/hudi/common/table/timeline/TimelineLayout.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL3RhYmxlL3RpbWVsaW5lL1RpbWVsaW5lTGF5b3V0LmphdmE=) | `85.71% <0.00%> (-7.15%)` | `3.00% <0.00%> (ø%)` | |
   | [...apache/hudi/common/fs/HoodieWrapperFileSystem.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL2ZzL0hvb2RpZVdyYXBwZXJGaWxlU3lzdGVtLmphdmE=) | `22.69% <0.00%> (+0.70%)` | `29.00% <0.00%> (+1.00%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...e453a47](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...67630e7](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] lamber-ken removed a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken removed a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636607222


   rerun tests


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

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



[GitHub] [hudi] lamber-ken edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637074511


   I implement bot v2 using `github-scrpit` and it works well with my demo project.
   
   https://github.com/lamber-ken/hdocs/pull/36
   ```
   // command
   
   rerun tests
   ```
   
   github action
   https://github.com/lamber-ken/hdocs/actions
   
   


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

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



[GitHub] [hudi] lamber-ken commented on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637074511


   hello @vinothchandar, I implement bot v2 using `github-scrpit` and it works well with my project.


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...67630e7](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter commented on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...67630e7](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] lamber-ken edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637074511


   hello @vinothchandar, I implement bot v2 using `github-scrpit` and it works well with my demo project.
   
   https://github.com/lamber-ken/hdocs/pull/36
   https://github.com/lamber-ken/hdocs/actions


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

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



[GitHub] [hudi] lamber-ken edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637074511


   hello @vinothchandar, I implement bot v2 using `github-scrpit` and it works well with my demo project.


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #1693      +/-   ##
   ============================================
   - Coverage     18.19%   18.18%   -0.01%     
     Complexity      856      856              
   ============================================
     Files           348      348              
     Lines         15344    15344              
     Branches       1523     1523              
   ============================================
   - Hits           2792     2791       -1     
     Misses        12195    12195              
   - Partials        357      358       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...che/hudi/common/table/timeline/TimelineLayout.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL3RhYmxlL3RpbWVsaW5lL1RpbWVsaW5lTGF5b3V0LmphdmE=) | `85.71% <0.00%> (-7.15%)` | `3.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...854ad27](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] lamber-ken edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637074511


   hello @vinothchandar, I implement bot v2 using `github-scrpit` and it works well with my demo project.
   
   https://github.com/lamber-ken/hdocs/pull/36
   ```
   // command
   
   rerun tests
   ```
   
   github action
   https://github.com/lamber-ken/hdocs/actions
   
   


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

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



[GitHub] [hudi] vinothchandar commented on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636897282


   @lamber-ken what's the licensing of the code you are reusing here?  Is there a simpler way for this than importing 25K lines of js :) ?


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...18b362e](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #1693      +/-   ##
   ============================================
   + Coverage     18.19%   18.20%   +0.01%     
   - Complexity      856      857       +1     
   ============================================
     Files           348      348              
     Lines         15344    15344              
     Branches       1523     1523              
   ============================================
   + Hits           2792     2794       +2     
   + Misses        12195    12193       -2     
     Partials        357      357              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...apache/hudi/common/fs/HoodieWrapperFileSystem.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL2ZzL0hvb2RpZVdyYXBwZXJGaWxlU3lzdGVtLmphdmE=) | `22.69% <0.00%> (+0.70%)` | `29.00% <0.00%> (+1.00%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...854ad27](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...18b362e](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...67630e7](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] lamber-ken commented on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-637006900


   hi @vinothchandar, `dist/index.js` like a fat-jar, it generated by commands
   ```
   cd .github/actions/bot
   
   npm install
   ncc build src/mian.js
   ```
   
   ![image](https://user-images.githubusercontent.com/20113411/83437080-b39ea600-a471-11ea-8e70-a737ee0e531b.png)
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #1693      +/-   ##
   ============================================
   + Coverage     18.19%   18.20%   +0.01%     
   - Complexity      856      857       +1     
   ============================================
     Files           348      348              
     Lines         15344    15344              
     Branches       1523     1523              
   ============================================
   + Hits           2792     2794       +2     
   + Misses        12195    12193       -2     
     Partials        357      357              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...apache/hudi/common/fs/HoodieWrapperFileSystem.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL2ZzL0hvb2RpZVdyYXBwZXJGaWxlU3lzdGVtLmphdmE=) | `22.69% <0.00%> (+0.70%)` | `29.00% <0.00%> (+1.00%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...854ad27](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #1693      +/-   ##
   ============================================
   + Coverage     18.19%   18.20%   +0.01%     
   - Complexity      856      857       +1     
   ============================================
     Files           348      348              
     Lines         15344    15344              
     Branches       1523     1523              
   ============================================
   + Hits           2792     2794       +2     
   + Misses        12195    12193       -2     
     Partials        357      357              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...apache/hudi/common/fs/HoodieWrapperFileSystem.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL2ZzL0hvb2RpZVdyYXBwZXJGaWxlU3lzdGVtLmphdmE=) | `22.69% <0.00%> (+0.70%)` | `29.00% <0.00%> (+1.00%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...fd58420](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.20%           
   - Complexity      856      857    +1     
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
   + Hits           2792     2793    +1     
   + Misses        12195    12193    -2     
   - Partials        357      358    +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...che/hudi/common/table/timeline/TimelineLayout.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL3RhYmxlL3RpbWVsaW5lL1RpbWVsaW5lTGF5b3V0LmphdmE=) | `85.71% <0.00%> (-7.15%)` | `3.00% <0.00%> (ø%)` | |
   | [...apache/hudi/common/fs/HoodieWrapperFileSystem.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL2ZzL0hvb2RpZVdyYXBwZXJGaWxlU3lzdGVtLmphdmE=) | `22.69% <0.00%> (+0.70%)` | `29.00% <0.00%> (+1.00%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...e453a47](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1693   +/-   ##
   =========================================
     Coverage     18.19%   18.19%           
     Complexity      856      856           
   =========================================
     Files           348      348           
     Lines         15344    15344           
     Branches       1523     1523           
   =========================================
     Hits           2792     2792           
     Misses        12195    12195           
     Partials        357      357           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...854ad27](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] codecov-commenter edited a comment on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636615648


   # [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=h1) Report
   > Merging [#1693](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=desc) into [master](https://codecov.io/gh/apache/hudi/commit/1a9fef48e767c2bb56b9fba5cac48540c5d6c6c1&el=desc) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hudi/pull/1693/graphs/tree.svg?width=650&height=150&src=pr&token=VTTXabwbs2)](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #1693      +/-   ##
   ============================================
   + Coverage     18.19%   18.20%   +0.01%     
   - Complexity      856      857       +1     
   ============================================
     Files           348      348              
     Lines         15344    15344              
     Branches       1523     1523              
   ============================================
   + Hits           2792     2794       +2     
   + Misses        12195    12193       -2     
     Partials        357      357              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...apache/hudi/common/fs/HoodieWrapperFileSystem.java](https://codecov.io/gh/apache/hudi/pull/1693/diff?src=pr&el=tree#diff-aHVkaS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2h1ZGkvY29tbW9uL2ZzL0hvb2RpZVdyYXBwZXJGaWxlU3lzdGVtLmphdmE=) | `22.69% <0.00%> (+0.70%)` | `29.00% <0.00%> (+1.00%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=footer). Last update [1a9fef4...fd58420](https://codecov.io/gh/apache/hudi/pull/1693?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [hudi] lamber-ken commented on pull request #1693: [HUDI-985] Introduce rerun ci bot

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1693:
URL: https://github.com/apache/hudi/pull/1693#issuecomment-636607222


   rerun tests


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

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