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/22 19:29:08 UTC

[GitHub] [hudi] wangxianghu opened a new pull request #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

wangxianghu opened a new pull request #5096:
URL: https://github.com/apache/hudi/pull/5096


   …BINE_FIELD_TYPE_PROP
   
   ## *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] wangxianghu commented on a change in pull request #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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



##########
File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/processor/maxwell/MaxwellJsonKafkaSourcePostProcessor.java
##########
@@ -91,7 +91,7 @@ public MaxwellJsonKafkaSourcePostProcessor(TypedProperties props) {
 
     public static final ConfigProperty<String> PRECOMBINE_FIELD_TYPE_PROP = ConfigProperty
         .key("hoodie.deltastreamer.source.json.kafka.post.processor.maxwell.precombine.field.type")
-        .defaultValue("DATA_STRING")
+        .defaultValue("DATE_STRING")
         .withDocumentation("Data type of the preCombine field. could be NON_TIMESTAMP, DATE_STRING,"
             + "UNIX_TIMESTAMP or EPOCHMILLISECONDS. DATA_STRING by default ");

Review comment:
       > Fix the docs as well?
   
   Good catch, Done




-- 
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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4bd8af59a92118460329f158c6460ed49253c013",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4bd8af59a92118460329f158c6460ed49253c013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   * 4bd8af59a92118460329f158c6460ed49253c013 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196) 
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196) 
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4bd8af59a92118460329f158c6460ed49253c013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7330",
       "triggerID" : "4bd8af59a92118460329f158c6460ed49253c013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   * 4bd8af59a92118460329f158c6460ed49253c013 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7330) 
   
   <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] wangxianghu commented on a change in pull request #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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



##########
File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/processor/maxwell/MaxwellJsonKafkaSourcePostProcessor.java
##########
@@ -91,7 +91,7 @@ public MaxwellJsonKafkaSourcePostProcessor(TypedProperties props) {
 
     public static final ConfigProperty<String> PRECOMBINE_FIELD_TYPE_PROP = ConfigProperty
         .key("hoodie.deltastreamer.source.json.kafka.post.processor.maxwell.precombine.field.type")
-        .defaultValue("DATA_STRING")
+        .defaultValue("DATE_STRING")

Review comment:
       > Use `PreCombineFieldType.DATE_STRING.toString()` to avoid typo?
   
   done




-- 
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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196) 
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


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


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

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

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



[GitHub] [hudi] yihua merged pull request #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   


-- 
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] wangxianghu commented on pull request #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   @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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4bd8af59a92118460329f158c6460ed49253c013",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4bd8af59a92118460329f158c6460ed49253c013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   * 4bd8af59a92118460329f158c6460ed49253c013 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] yihua commented on a change in pull request #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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



##########
File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/processor/maxwell/MaxwellJsonKafkaSourcePostProcessor.java
##########
@@ -91,7 +91,7 @@ public MaxwellJsonKafkaSourcePostProcessor(TypedProperties props) {
 
     public static final ConfigProperty<String> PRECOMBINE_FIELD_TYPE_PROP = ConfigProperty
         .key("hoodie.deltastreamer.source.json.kafka.post.processor.maxwell.precombine.field.type")
-        .defaultValue("DATA_STRING")
+        .defaultValue("DATE_STRING")
         .withDocumentation("Data type of the preCombine field. could be NON_TIMESTAMP, DATE_STRING,"
             + "UNIX_TIMESTAMP or EPOCHMILLISECONDS. DATA_STRING by default ");

Review comment:
       Fix the docs as well?

##########
File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/processor/maxwell/MaxwellJsonKafkaSourcePostProcessor.java
##########
@@ -91,7 +91,7 @@ public MaxwellJsonKafkaSourcePostProcessor(TypedProperties props) {
 
     public static final ConfigProperty<String> PRECOMBINE_FIELD_TYPE_PROP = ConfigProperty
         .key("hoodie.deltastreamer.source.json.kafka.post.processor.maxwell.precombine.field.type")
-        .defaultValue("DATA_STRING")
+        .defaultValue("DATE_STRING")

Review comment:
       Use `PreCombineFieldType.DATE_STRING.toString()` to avoid typo?




-- 
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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196) 
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


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

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196) 
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


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

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196) 
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   
   <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 #5096: [MINOR] Fix typo in MaxwellJsonKafkaSourcePostProcessor.Config#PRECOMBINE_FIELD_TYPE_PROP

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7196",
       "triggerID" : "ef905e1179d0f141d0c0ff6ea2bc36f71119bfcb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "61679a95ecdeaf519f585782c2fc18496793f8b3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197",
       "triggerID" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9432ba66c9bd29484ca36ff3c6526618f652cd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230",
       "triggerID" : "1076154652",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4bd8af59a92118460329f158c6460ed49253c013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7330",
       "triggerID" : "4bd8af59a92118460329f158c6460ed49253c013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 61679a95ecdeaf519f585782c2fc18496793f8b3 UNKNOWN
   * b9432ba66c9bd29484ca36ff3c6526618f652cd8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7197) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7230) 
   * 4bd8af59a92118460329f158c6460ed49253c013 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7330) 
   
   <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