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/06 02:58:09 UTC

[GitHub] [hudi] cuibo01 opened a new pull request #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

cuibo01 opened a new pull request #4959:
URL: https://github.com/apache/hudi/pull/4959


   ## *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] hudi-bot commented on pull request #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) 
   * 40481c87bf4c405973471eddb05277c03f95a889 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] danny0405 commented on a change in pull request #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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



##########
File path: hudi-flink/src/main/java/org/apache/hudi/util/StreamerUtil.java
##########
@@ -516,14 +514,6 @@ public static boolean haveSuccessfulCommits(HoodieTableMetaClient metaClient) {
    * Returns the max compaction memory in bytes with given conf.
    */
   public static long getMaxCompactionMemoryInBytes(Configuration conf) {
-    if (conf.contains(FlinkOptions.COMPACTION_MAX_MEMORY)) {
-      return conf.get(FlinkOptions.COMPACTION_MAX_MEMORY) * 1024 * 1024;
-    }
-    return (long)Math
-        .ceil(conf.getDouble(FlinkOptions.COMPACTION_MEMORY_FRACTION_PROP)
-            * TaskExecutorProcessUtils.processSpecFromConfig(
-                TaskExecutorProcessUtils.getConfigurationMapLegacyTaskManagerHeapSizeToConfigOption(
-                    conf, TaskManagerOptions.TOTAL_PROCESS_MEMORY))
-                .getManagedMemorySize().getBytes());
+    return conf.getInteger(FlinkOptions.COMPACTION_MAX_MEMORY) * 1024 * 1024;

Review comment:
       May also need to delete the useless option




-- 
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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   * 6538bf8687ab884f6a79e31d5c70b6d5a151336d 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] cuibo01 commented on pull request #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   @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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581) 
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581) 
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   
   <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] cuibo01 commented on pull request #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   configuration is the options of catalogtable, so configuration has not flink TM options


-- 
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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6589",
       "triggerID" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6538bf8687ab884f6a79e31d5c70b6d5a151336d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6589) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581) 
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6589",
       "triggerID" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   * 6538bf8687ab884f6a79e31d5c70b6d5a151336d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6589) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   * 6538bf8687ab884f6a79e31d5c70b6d5a151336d 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) 
   * 40481c87bf4c405973471eddb05277c03f95a889 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) 
   * 40481c87bf4c405973471eddb05277c03f95a889 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581) 
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   
   <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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) 
   * 40481c87bf4c405973471eddb05277c03f95a889 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


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

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581) 
   * 40481c87bf4c405973471eddb05277c03f95a889 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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0445a7a7bde806de2e22659db2b7d242a1fc6aae Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581) 
   * 40481c87bf4c405973471eddb05277c03f95a889 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] danny0405 closed pull request #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


   


-- 
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 #4959: [MINOR][HUDI-3460]Fix HoodieDataSourceITCase

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


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

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6577",
       "triggerID" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0445a7a7bde806de2e22659db2b7d242a1fc6aae",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6581",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "40481c87bf4c405973471eddb05277c03f95a889",
       "triggerType" : "PUSH"
     }, {
       "hash" : "40481c87bf4c405973471eddb05277c03f95a889",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584",
       "triggerID" : "1059888244",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6589",
       "triggerID" : "6538bf8687ab884f6a79e31d5c70b6d5a151336d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 40481c87bf4c405973471eddb05277c03f95a889 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6584) 
   * 6538bf8687ab884f6a79e31d5c70b6d5a151336d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6589) 
   
   <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