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/20 06:34:58 UTC

[GitHub] [hudi] yihua opened a new pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

yihua opened a new pull request #5075:
URL: https://github.com/apache/hudi/pull/5075


   ## 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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   * fff30820fd24133f32b8b4e8fad9f87b0284a36a UNKNOWN
   * bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8 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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   * fff30820fd24133f32b8b4e8fad9f87b0284a36a 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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   
   <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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   
   <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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7102",
       "triggerID" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fff30820fd24133f32b8b4e8fad9f87b0284a36a UNKNOWN
   * bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7102) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] yihua commented on a change in pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/TwoToThreeUpgradeHandler.java
##########
@@ -47,8 +50,13 @@
     tablePropsToAdd.put(HoodieTableConfig.HIVE_STYLE_PARTITIONING_ENABLE, config.getStringOrDefault(HoodieTableConfig.HIVE_STYLE_PARTITIONING_ENABLE));
     String keyGenClassName = Option.ofNullable(config.getString(HoodieTableConfig.KEY_GENERATOR_CLASS_NAME))
         .orElse(config.getString(HoodieWriteConfig.KEYGENERATOR_CLASS_NAME));
+    if (keyGenClassName == null && config.getEngineType() == EngineType.SPARK) {

Review comment:
       For Flink and Java, I don't see the default key generator class being set.  We can keep that for now.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac 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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   * fff30820fd24133f32b8b4e8fad9f87b0284a36a 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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac 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] nsivabalan commented on a change in pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/TwoToThreeUpgradeHandler.java
##########
@@ -47,8 +50,13 @@
     tablePropsToAdd.put(HoodieTableConfig.HIVE_STYLE_PARTITIONING_ENABLE, config.getStringOrDefault(HoodieTableConfig.HIVE_STYLE_PARTITIONING_ENABLE));
     String keyGenClassName = Option.ofNullable(config.getString(HoodieTableConfig.KEY_GENERATOR_CLASS_NAME))
         .orElse(config.getString(HoodieWriteConfig.KEYGENERATOR_CLASS_NAME));
+    if (keyGenClassName == null && config.getEngineType() == EngineType.SPARK) {

Review comment:
       So other engines have other default key gen is it ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7102",
       "triggerID" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   * fff30820fd24133f32b8b4e8fad9f87b0284a36a UNKNOWN
   * bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7102) 
   
   <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 a change in pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/TwoToThreeUpgradeHandler.java
##########
@@ -47,8 +50,13 @@
     tablePropsToAdd.put(HoodieTableConfig.HIVE_STYLE_PARTITIONING_ENABLE, config.getStringOrDefault(HoodieTableConfig.HIVE_STYLE_PARTITIONING_ENABLE));
     String keyGenClassName = Option.ofNullable(config.getString(HoodieTableConfig.KEY_GENERATOR_CLASS_NAME))
         .orElse(config.getString(HoodieWriteConfig.KEYGENERATOR_CLASS_NAME));
+    if (keyGenClassName == null && config.getEngineType() == EngineType.SPARK) {

Review comment:
       sg




-- 
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 merged pull request #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   


-- 
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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101",
       "triggerID" : "c4ad59e550a77c8139eac5ad329ec6eb73d800ac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fff30820fd24133f32b8b4e8fad9f87b0284a36a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7102",
       "triggerID" : "bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4ad59e550a77c8139eac5ad329ec6eb73d800ac Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7101) 
   * fff30820fd24133f32b8b4e8fad9f87b0284a36a UNKNOWN
   * bd25c00ab1183b6f5eca4f0cb1287c0cf7bceba8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7102) 
   
   <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 #5075: [HUDI-3640] Set SimpleKeyGenerator as default in 2to3 table upgrade for Spark engine

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


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