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/04/26 02:06:08 UTC

[GitHub] [hudi] alexeykudinkin opened a new pull request, #5430: [WIP] Optimize out mandatory columns when no merging is performed

alexeykudinkin opened a new pull request, #5430:
URL: https://github.com/apache/hudi/pull/5430

   ## *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 MOR, when no merging is fulfilled there is no point in reading either primary-key or pre-combine-key columns (unless query is referencing these). Avoiding reading these allows to save substantially on the data throughput.
   
   ## Brief change log
   
   TBD
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   ## 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ce5e135f138b627ea348547836470d1b1b73c4ee Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   *  Unknown: [CANCELED](TBD) 
   * ce5e135f138b627ea348547836470d1b1b73c4ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e494e1f8865a09ff4be7fe5390cc6d348671be09 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 997a82e225020bdec931a38d9ef59635e6bdd1cb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110) 
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 65b9bb3458dbadaaa3022638b516554f8f58b7b4 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 695ddd4c669c227b7aaf4892e4ff2b019416f57c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110) 
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 65b9bb3458dbadaaa3022638b516554f8f58b7b4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110) 
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 42a7a872ba4e34574a788a7402b25cfeab38f054 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985) 
   * 6eb78e712a2451bf259653897e1aa5f64ab0832f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 1e18026d200b36f5416c53ce2c49665c8d789dd9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 695ddd4c669c227b7aaf4892e4ff2b019416f57c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871) 
   * 78daf7452ed53899c232593e41a21663fff44106 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d545b421d869c4b3bbb11f1192bd3f66bd16576d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330) 
   * 3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 968ca518a9b54ecf294387e4b3d3d761c8f8a3cd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310) 
   * a93523b5a74d60f1a87905dfbe123a35020fac5f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 42a7a872ba4e34574a788a7402b25cfeab38f054 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985) 
   * 6eb78e712a2451bf259653897e1aa5f64ab0832f 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162",
       "triggerID" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ed8c2e27c4a25625a0b48a54fff2f841e85115f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ed8c2e27c4a25625a0b48a54fff2f841e85115f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 50c424700416cc410bf04e34aadd47d0bc09cca9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162) 
   * 0ed8c2e27c4a25625a0b48a54fff2f841e85115f 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 5e3d2188cdc56deea0d4ad75726a18427178500b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077) 
   * ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162",
       "triggerID" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ed8c2e27c4a25625a0b48a54fff2f841e85115f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10175",
       "triggerID" : "0ed8c2e27c4a25625a0b48a54fff2f841e85115f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 0ed8c2e27c4a25625a0b48a54fff2f841e85115f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10175) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ddb01d5b6079cadc00947f2c8dd861632434776b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336) 
   * f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 968ca518a9b54ecf294387e4b3d3d761c8f8a3cd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 42a7a872ba4e34574a788a7402b25cfeab38f054 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 78daf7452ed53899c232593e41a21663fff44106 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979) 
   * 3afa9ccae7831d5a0660290bbd44a8875a588ea5 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ce5e135f138b627ea348547836470d1b1b73c4ee Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333) 
   * ddb01d5b6079cadc00947f2c8dd861632434776b 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d545b421d869c4b3bbb11f1192bd3f66bd16576d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330) 
   * 3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331) 
   * 5b241061bde4ca74684f07677c7f5afa828e269c 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 997a82e225020bdec931a38d9ef59635e6bdd1cb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054) 
   * 5e3d2188cdc56deea0d4ad75726a18427178500b 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 diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r924360103


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala:
##########
@@ -289,19 +347,19 @@ abstract class HoodieBaseRelation(val sqlContext: SQLContext,
     //       the partition path, and omitted from the data file, back into fetched rows;
     //       Note that, by default, partition columns are not omitted therefore specifying
     //       partition schema for reader is not required
-    val (partitionSchema, dataSchema, prunedRequiredSchema) =
+    val (partitionSchema, dataSchema, requiredDataSchema) =
       tryPrunePartitionColumns(tableSchema, requiredSchema)
 
     if (fileSplits.isEmpty) {
       sparkSession.sparkContext.emptyRDD
     } else {
-      val rdd = composeRDD(fileSplits, partitionSchema, dataSchema, prunedRequiredSchema, filters)
+      val rdd = composeRDD(fileSplits, partitionSchema, dataSchema, requiredDataSchema, requiredColumns, filters)

Review Comment:
   last but one arg, shouldn't it refer to targetColumns? 



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 6eb78e712a2451bf259653897e1aa5f64ab0832f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976) 
   * 997a82e225020bdec931a38d9ef59635e6bdd1cb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054) 
   
   <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] alexeykudinkin commented on a diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r928024664


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala:
##########
@@ -24,6 +24,7 @@ import org.apache.hudi.config.HoodieWriteConfig
 import org.apache.hudi.exception.HoodieDuplicateKeyException
 import org.apache.hudi.keygen.ComplexKeyGenerator
 import org.apache.spark.sql.SaveMode
+import org.apache.spark.sql.internal.SQLConf

Review Comment:
   Good catch! Will address in the PR stacked on top



##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -47,9 +50,27 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
 
   override type FileSplit = HoodieMergeOnReadFileSplit
 
-  override lazy val mandatoryFields: Seq[String] =
+  /**
+   * NOTE: These are the fields that are required to properly fulfil Merge-on-Read (MOR)

Review Comment:
   It's already in that form. Did you mean `fulfill`? Current version is an American version, why w/ `ll` is the UK one



##########
hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java:
##########
@@ -235,9 +235,8 @@ private TestExecStartResultCallback executeCommandInDocker(String containerName,
     }
     int exitCode = dockerClient.inspectExecCmd(createCmdResponse.getId()).exec().getExitCode();
     LOG.info("Exit code for command : " + exitCode);
-    if (exitCode != 0) {
-      LOG.error("\n\n ###### Stdout #######\n" + callback.getStdout().toString());
-    }
+
+    LOG.error("\n\n ###### Stdout #######\n" + callback.getStdout().toString());

Review Comment:
   This are intended: these are changes replicated from https://github.com/apache/hudi/pull/6175



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * fb46809d371901727bccc577d78aafa1aa139a30 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824) 
   * 695ddd4c669c227b7aaf4892e4ff2b019416f57c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ce5e135f138b627ea348547836470d1b1b73c4ee Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333) 
   * ddb01d5b6079cadc00947f2c8dd861632434776b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d545b421d869c4b3bbb11f1192bd3f66bd16576d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330) 
   * 3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331) 
   
   <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] alexeykudinkin commented on pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on PR #5430:
URL: https://github.com/apache/hudi/pull/5430#issuecomment-1110374603

   @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] alexeykudinkin commented on pull request #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on PR #5430:
URL: https://github.com/apache/hudi/pull/5430#issuecomment-1109310149

   @nsivabalan this is for 0.12 not for 0.11


-- 
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 pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
yihua commented on PR #5430:
URL: https://github.com/apache/hudi/pull/5430#issuecomment-1192981408

   Flink IT failure is unrelated.  Merging this PR.


-- 
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 #5430: [HUDI-3979] Optimize out mandatory columns when no merging is performed

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


-- 
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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e494e1f8865a09ff4be7fe5390cc6d348671be09 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306) 
   * 968ca518a9b54ecf294387e4b3d3d761c8f8a3cd 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] alexeykudinkin commented on a diff in pull request #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r859230135


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -144,6 +186,15 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
       fsView.getLatestMergedFileSlicesBeforeOrOn(relativePath, queryTimestamp).iterator().asScala.toSeq
     }
   }
+
+  protected def pruneSchemaForMergeSkipping(requiredSchema: HoodieTableSchema): HoodieTableSchema = {
+    val mandatoryFieldNames = mandatoryFields.map(fieldName => HoodieAvroUtils.getRootLevelFieldName(fieldName))
+    val prunedStructSchema = StructType(
+      requiredSchema.structTypeSchema.fields.filterNot(f => mandatoryFieldNames.contains(f.name))
+    )

Review Comment:
   Yeah, realized that as well. This has already been addressed.



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 3afa9ccae7831d5a0660290bbd44a8875a588ea5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982) 
   * 42a7a872ba4e34574a788a7402b25cfeab38f054 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * fb46809d371901727bccc577d78aafa1aa139a30 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824) 
   * 695ddd4c669c227b7aaf4892e4ff2b019416f57c 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 1e18026d200b36f5416c53ce2c49665c8d789dd9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801) 
   * fb46809d371901727bccc577d78aafa1aa139a30 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d545b421d869c4b3bbb11f1192bd3f66bd16576d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a93523b5a74d60f1a87905dfbe123a35020fac5f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328) 
   
   <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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   *  Unknown: [CANCELED](TBD) 
   * ce5e135f138b627ea348547836470d1b1b73c4ee 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 78daf7452ed53899c232593e41a21663fff44106 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979) 
   * 3afa9ccae7831d5a0660290bbd44a8875a588ea5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982) 
   * 42a7a872ba4e34574a788a7402b25cfeab38f054 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * fb46809d371901727bccc577d78aafa1aa139a30 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753) 
   * 1e18026d200b36f5416c53ce2c49665c8d789dd9 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162",
       "triggerID" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 65b9bb3458dbadaaa3022638b516554f8f58b7b4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151) 
   * 50c424700416cc410bf04e34aadd47d0bc09cca9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 6eb78e712a2451bf259653897e1aa5f64ab0832f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976) 
   * 997a82e225020bdec931a38d9ef59635e6bdd1cb 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 diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
yihua commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r928020195


##########
hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java:
##########
@@ -235,9 +235,8 @@ private TestExecStartResultCallback executeCommandInDocker(String containerName,
     }
     int exitCode = dockerClient.inspectExecCmd(createCmdResponse.getId()).exec().getExitCode();
     LOG.info("Exit code for command : " + exitCode);
-    if (exitCode != 0) {
-      LOG.error("\n\n ###### Stdout #######\n" + callback.getStdout().toString());
-    }
+
+    LOG.error("\n\n ###### Stdout #######\n" + callback.getStdout().toString());

Review Comment:
   Revert the logging changes?



##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -47,9 +50,27 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
 
   override type FileSplit = HoodieMergeOnReadFileSplit
 
-  override lazy val mandatoryFields: Seq[String] =
+  /**
+   * NOTE: These are the fields that are required to properly fulfil Merge-on-Read (MOR)

Review Comment:
   nit: type `fulfil`



##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala:
##########
@@ -24,6 +24,7 @@ import org.apache.hudi.config.HoodieWriteConfig
 import org.apache.hudi.exception.HoodieDuplicateKeyException
 import org.apache.hudi.keygen.ComplexKeyGenerator
 import org.apache.spark.sql.SaveMode
+import org.apache.spark.sql.internal.SQLConf

Review Comment:
   is this used?



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 5e3d2188cdc56deea0d4ad75726a18427178500b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 65b9bb3458dbadaaa3022638b516554f8f58b7b4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151) 
   
   <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 diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r924355021


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -123,6 +147,61 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
       HoodieMergeOnReadFileSplit(partitionedBaseFile, logFiles)
     }.toList
   }
+
+  protected def createMergeOnReadBaseFileReaders(partitionSchema: StructType,
+                                                 dataSchema: HoodieTableSchema,
+                                                 requiredDataSchema: HoodieTableSchema,
+                                                 requestedColumns: Array[String],
+                                                 filters: Array[Filter]): (BaseFileReader, BaseFileReader) = {
+    val requiredSchemaFileReaderMerging = createBaseFileReader(
+      spark = sqlContext.sparkSession,
+      partitionSchema = partitionSchema,
+      dataSchema = dataSchema,
+      requiredSchema = requiredDataSchema,
+      filters = filters,
+      options = optParams,
+      // NOTE: We have to fork the Hadoop Config here as Spark will be modifying it
+      //       to configure Parquet reader appropriately
+      hadoopConf = embedInternalSchema(new Configuration(conf), requiredDataSchema.internalSchema)
+    )
+
+    // Check whether fields required for merging were also requested to be fetched
+    // by the query:
+    //    - In case they were, there's no optimization we could apply here (we will have
+    //    to fetch such fields)
+    //    - In case they were not, we will provide 2 separate file-readers
+    //        a) One which would be applied to file-groups w/ delta-logs (merging)
+    //        b) One which would be applied to file-groups w/ no delta-logs or
+    //           in case query-mode is skipping merging
+    val requiredColumns = mandatoryFieldsForMerging.map(HoodieAvroUtils.getRootLevelFieldName)
+    if (requiredColumns.forall(requestedColumns.contains)) {
+      (requiredSchemaFileReaderMerging, requiredSchemaFileReaderMerging)
+    } else {
+      val prunedRequiredSchema = {
+        val superfluousColumnNames = requiredColumns.filterNot(requestedColumns.contains)
+        val prunedStructSchema =
+          StructType(requiredDataSchema.structTypeSchema.fields

Review Comment:
   can you verify if these changes works well for diff interplays between root level and nested fields as well. i.e.
   a. required col refers to a nested field. and required fields refers to root level 
   b. required col refers to root level. required field refers to root level 
   



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162",
       "triggerID" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ed8c2e27c4a25625a0b48a54fff2f841e85115f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10175",
       "triggerID" : "0ed8c2e27c4a25625a0b48a54fff2f841e85115f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 50c424700416cc410bf04e34aadd47d0bc09cca9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10162) 
   * 0ed8c2e27c4a25625a0b48a54fff2f841e85115f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10175) 
   
   <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] alexeykudinkin commented on a diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r926940564


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala:
##########
@@ -289,19 +347,19 @@ abstract class HoodieBaseRelation(val sqlContext: SQLContext,
     //       the partition path, and omitted from the data file, back into fetched rows;
     //       Note that, by default, partition columns are not omitted therefore specifying
     //       partition schema for reader is not required
-    val (partitionSchema, dataSchema, prunedRequiredSchema) =
+    val (partitionSchema, dataSchema, requiredDataSchema) =
       tryPrunePartitionColumns(tableSchema, requiredSchema)
 
     if (fileSplits.isEmpty) {
       sparkSession.sparkContext.emptyRDD
     } else {
-      val rdd = composeRDD(fileSplits, partitionSchema, dataSchema, prunedRequiredSchema, filters)
+      val rdd = composeRDD(fileSplits, partitionSchema, dataSchema, requiredDataSchema, requiredColumns, filters)

Review Comment:
   Great catch! Refactoring aberration



-- 
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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331) 
   * 5b241061bde4ca74684f07677c7f5afa828e269c 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ddb01d5b6079cadc00947f2c8dd861632434776b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336) 
   * f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 78daf7452ed53899c232593e41a21663fff44106 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979) 
   * 3afa9ccae7831d5a0660290bbd44a8875a588ea5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 78daf7452ed53899c232593e41a21663fff44106 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 6eb78e712a2451bf259653897e1aa5f64ab0832f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 997a82e225020bdec931a38d9ef59635e6bdd1cb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054) 
   * 5e3d2188cdc56deea0d4ad75726a18427178500b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077) 
   
   <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 diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
yihua commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r928026222


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -47,9 +50,27 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
 
   override type FileSplit = HoodieMergeOnReadFileSplit
 
-  override lazy val mandatoryFields: Seq[String] =
+  /**
+   * NOTE: These are the fields that are required to properly fulfil Merge-on-Read (MOR)

Review Comment:
   yeah, I mean typo.  I don't see `fulfil` that often.



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ddb01d5b6079cadc00947f2c8dd861632434776b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336) 
   
   <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 diff in pull request #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r858193317


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieMergeOnReadRDD.scala:
##########
@@ -127,9 +130,9 @@ class HoodieMergeOnReadRDD(@transient sc: SparkContext,
     //       then we can avoid reading and parsing the records w/ _full_ schema, and instead only
     //       rely on projected one, nevertheless being able to perform merging correctly
     if (!whitelistedPayloadClasses.contains(tableState.recordPayloadClassName))
-      (fullSchemaFileReader(split.dataFile.get), dataSchema)
+      (fileReaders.fullSchemaFileReader(split.dataFile.get), dataSchema)
     else
-      (requiredSchemaFileReader(split.dataFile.get), requiredSchema)
+      (fileReaders.requiredSchemaForMergingFileReader(split.dataFile.get), requiredSchema)

Review Comment:
   is this not a base file and so shouldn't we use requiredSchemaForNoMergingFileReader ?



-- 
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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 968ca518a9b54ecf294387e4b3d3d761c8f8a3cd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310) 
   * a93523b5a74d60f1a87905dfbe123a35020fac5f 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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a93523b5a74d60f1a87905dfbe123a35020fac5f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328) 
   * d545b421d869c4b3bbb11f1192bd3f66bd16576d 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 1e18026d200b36f5416c53ce2c49665c8d789dd9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801) 
   * fb46809d371901727bccc577d78aafa1aa139a30 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 695ddd4c669c227b7aaf4892e4ff2b019416f57c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871) 
   * 78daf7452ed53899c232593e41a21663fff44106 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979) 
   
   <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] alexeykudinkin commented on pull request #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on PR #5430:
URL: https://github.com/apache/hudi/pull/5430#issuecomment-1110188718

   @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] yihua commented on a diff in pull request #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
yihua commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r858186088


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -144,6 +186,15 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
       fsView.getLatestMergedFileSlicesBeforeOrOn(relativePath, queryTimestamp).iterator().asScala.toSeq
     }
   }
+
+  protected def pruneSchemaForMergeSkipping(requiredSchema: HoodieTableSchema): HoodieTableSchema = {
+    val mandatoryFieldNames = mandatoryFields.map(fieldName => HoodieAvroUtils.getRootLevelFieldName(fieldName))
+    val prunedStructSchema = StructType(
+      requiredSchema.structTypeSchema.fields.filterNot(f => mandatoryFieldNames.contains(f.name))
+    )

Review Comment:
   We should not exclude the root fields from `mandatoryFieldNames` since the query columns may also contain the same root field.



-- 
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 #5430: [WIP][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e494e1f8865a09ff4be7fe5390cc6d348671be09 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306) 
   
   <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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * ddb01d5b6079cadc00947f2c8dd861632434776b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336) 
   
   <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] alexeykudinkin commented on a diff in pull request #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on code in PR #5430:
URL: https://github.com/apache/hudi/pull/5430#discussion_r926940974


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:
##########
@@ -123,6 +147,61 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext,
       HoodieMergeOnReadFileSplit(partitionedBaseFile, logFiles)
     }.toList
   }
+
+  protected def createMergeOnReadBaseFileReaders(partitionSchema: StructType,
+                                                 dataSchema: HoodieTableSchema,
+                                                 requiredDataSchema: HoodieTableSchema,
+                                                 requestedColumns: Array[String],
+                                                 filters: Array[Filter]): (BaseFileReader, BaseFileReader) = {
+    val requiredSchemaFileReaderMerging = createBaseFileReader(
+      spark = sqlContext.sparkSession,
+      partitionSchema = partitionSchema,
+      dataSchema = dataSchema,
+      requiredSchema = requiredDataSchema,
+      filters = filters,
+      options = optParams,
+      // NOTE: We have to fork the Hadoop Config here as Spark will be modifying it
+      //       to configure Parquet reader appropriately
+      hadoopConf = embedInternalSchema(new Configuration(conf), requiredDataSchema.internalSchema)
+    )
+
+    // Check whether fields required for merging were also requested to be fetched
+    // by the query:
+    //    - In case they were, there's no optimization we could apply here (we will have
+    //    to fetch such fields)
+    //    - In case they were not, we will provide 2 separate file-readers
+    //        a) One which would be applied to file-groups w/ delta-logs (merging)
+    //        b) One which would be applied to file-groups w/ no delta-logs or
+    //           in case query-mode is skipping merging
+    val requiredColumns = mandatoryFieldsForMerging.map(HoodieAvroUtils.getRootLevelFieldName)
+    if (requiredColumns.forall(requestedColumns.contains)) {
+      (requiredSchemaFileReaderMerging, requiredSchemaFileReaderMerging)
+    } else {
+      val prunedRequiredSchema = {
+        val superfluousColumnNames = requiredColumns.filterNot(requestedColumns.contains)
+        val prunedStructSchema =
+          StructType(requiredDataSchema.structTypeSchema.fields

Review Comment:
   Yes, this works fine with nested fields (at this level we only juggle the top-level columns)



-- 
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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10110",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1470f333aaa644ba74a5616d4140380fde66a4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151",
       "triggerID" : "65b9bb3458dbadaaa3022638b516554f8f58b7b4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "50c424700416cc410bf04e34aadd47d0bc09cca9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 0a1470f333aaa644ba74a5616d4140380fde66a4 UNKNOWN
   * 65b9bb3458dbadaaa3022638b516554f8f58b7b4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10151) 
   * 50c424700416cc410bf04e34aadd47d0bc09cca9 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 #5430: [HUDI-3979][Stacked on 5428] Optimize out mandatory columns when no merging is performed

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8306",
       "triggerID" : "e494e1f8865a09ff4be7fe5390cc6d348671be09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8310",
       "triggerID" : "968ca518a9b54ecf294387e4b3d3d761c8f8a3cd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8328",
       "triggerID" : "a93523b5a74d60f1a87905dfbe123a35020fac5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8330",
       "triggerID" : "d545b421d869c4b3bbb11f1192bd3f66bd16576d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8331",
       "triggerID" : "3db9b7f9b62d85d0c295c5f390d9742b7a7dbb34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b241061bde4ca74684f07677c7f5afa828e269c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8333",
       "triggerID" : "ce5e135f138b627ea348547836470d1b1b73c4ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1110188718",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8335",
       "triggerID" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb01d5b6079cadc00947f2c8dd861632434776b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8336",
       "triggerID" : "1110374603",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8753",
       "triggerID" : "f2e15cb0a9d8cef06be2321b1346bf07e5bf6d7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8801",
       "triggerID" : "1e18026d200b36f5416c53ce2c49665c8d789dd9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8824",
       "triggerID" : "fb46809d371901727bccc577d78aafa1aa139a30",
       "triggerType" : "PUSH"
     }, {
       "hash" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8871",
       "triggerID" : "695ddd4c669c227b7aaf4892e4ff2b019416f57c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "78daf7452ed53899c232593e41a21663fff44106",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8979",
       "triggerID" : "78daf7452ed53899c232593e41a21663fff44106",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8982",
       "triggerID" : "3afa9ccae7831d5a0660290bbd44a8875a588ea5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8985",
       "triggerID" : "42a7a872ba4e34574a788a7402b25cfeab38f054",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9976",
       "triggerID" : "6eb78e712a2451bf259653897e1aa5f64ab0832f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10054",
       "triggerID" : "997a82e225020bdec931a38d9ef59635e6bdd1cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077",
       "triggerID" : "5e3d2188cdc56deea0d4ad75726a18427178500b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b241061bde4ca74684f07677c7f5afa828e269c UNKNOWN
   * 5e3d2188cdc56deea0d4ad75726a18427178500b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10077) 
   * ad38947b1b0aaf61f56dd4e89a6d86a3b9e5678e 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