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/03/23 02:26:13 UTC

[GitHub] [hudi] nsivabalan opened a new pull request #5099: [HUDI-3689][WIP] Fixing file scheme to local for TestHoodieRealTimeRecordReader

nsivabalan opened a new pull request #5099:
URL: https://github.com/apache/hudi/pull/5099


   ## *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] xushiyan commented on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   fixing this in #5103 


-- 
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 removed a comment on pull request #5099: [HUDI-3689][WIP] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075850502


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075879540


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   * 9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212) 
   
   <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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   * 9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731 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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) 
   
   <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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075888247


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) 
   
   <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 change in pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
xushiyan commented on a change in pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#discussion_r832949341



##########
File path: hudi-hadoop-mr/src/test/java/org/apache/hudi/hadoop/realtime/TestHoodieRealtimeRecordReader.java
##########
@@ -104,11 +104,12 @@
   private Configuration hadoopConf;
 
   @BeforeEach
-  public void setUp() {
+  public void setUp() throws IOException {
     hadoopConf = HoodieTestUtils.getDefaultHadoopConf();
     baseJobConf = new JobConf(hadoopConf);
     baseJobConf.set(HoodieRealtimeConfig.MAX_DFS_STREAM_BUFFER_SIZE_PROP, String.valueOf(1024 * 1024));
-    fs = FSUtils.getFs(basePath.toString(), baseJobConf);

Review comment:
       you can simply do `basePath.toUri()` ? this was set by `@TempDir` so it's always `/tmp/xxx`. we don't need to check scheme




-- 
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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   * 9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731 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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab 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] xushiyan closed pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
xushiyan closed pull request #5099:
URL: https://github.com/apache/hudi/pull/5099


   


-- 
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] XuQianJin-Stars commented on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075936939


   @hudi-bot run azure


-- 
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 #5099: [HUDI-3689][WIP] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   
   <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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075860760


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   * 9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731 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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075937215


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7219",
       "triggerID" : "1075936939",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7219) 
   
   <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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075852223


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   
   <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] XuQianJin-Stars removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075936939


   @hudi-bot run azure


-- 
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 #5099: [HUDI-3689][WIP] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075862020


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   * 9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731 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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075887109


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab 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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7219",
       "triggerID" : "1075936939",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7219) 
   
   <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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ab14eac41176f70df83f40c594c72e9d78183b0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209) 
   * 9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212) 
   
   <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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7219",
       "triggerID" : "1075936939",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7219) 
   
   <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 commented on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   @hudi-bot run azure


-- 
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 removed a comment on pull request #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5099:
URL: https://github.com/apache/hudi/pull/5099#issuecomment-1075930733


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) 
   
   <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 #5099: [HUDI-3689] Fixing file scheme to local for TestHoodieRealTimeRecordReader

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7209",
       "triggerID" : "7ab14eac41176f70df83f40c594c72e9d78183b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7212",
       "triggerID" : "9be827be3e98ed6de2a85f8ccf6a7c3ba36b4731",
       "triggerType" : "PUSH"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214",
       "triggerID" : "84180852d5ca5f128afa8972a436f5dbcdd0d3ab",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1075886765",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 84180852d5ca5f128afa8972a436f5dbcdd0d3ab Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7214) 
   
   <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