You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "huangxiaopingRD (via GitHub)" <gi...@apache.org> on 2023/03/14 10:07:00 UTC

[GitHub] [hudi] huangxiaopingRD opened a new pull request, #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

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

   
   ### Change Logs
   
   In the existing implementation, if the preCombine field is not specified, the default value (ts) of the preCombine field will be obtained, and "ts" filed will not be recognized in the case of Full record Bootstrap, resulting in failure to generate input records. Therefore, we hope that we do not need to specify the preCombine field when executing bootstrap.
   ```
   Caused by: org.apache.hudi.exception.HoodieException: ts(Part -ts) field not found in record. Acceptable fields were :[timestamp, _row_key, partition_path, rider, driver, begin_lat, begin_lon, end_lat, end_lon, fare, tip_history, _hoodie_is_deleted, datestr]
   	at org.apache.hudi.avro.HoodieAvroUtils.getNestedFieldVal(HoodieAvroUtils.java:557)
   	at org.apache.hudi.avro.HoodieAvroUtils.getNestedFieldValAsString(HoodieAvroUtils.java:535)
   	at org.apache.hudi.bootstrap.SparkFullBootstrapDataProviderBase.lambda$generateInputRecords$cbf13809$1(SparkFullBootstrapDataProviderBase.java:87)
   	at org.apache.spark.api.java.JavaPairRDD$$anonfun$toScalaFunction$1.apply(JavaPairRDD.scala:1040)
   	at scala.collection.Iterator$$anon$11.next(Iterator.scala:410)
   	at scala.collection.Iterator$$anon$11.next(Iterator.scala:410)
   	at org.apache.spark.util.collection.ExternalSorter.insertAll(ExternalSorter.scala:193)
   	at org.apache.spark.shuffle.sort.SortShuffleWriter.write(SortShuffleWriter.scala:62)
   	at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:99)
   	at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:55)
   	at org.apache.spark.scheduler.Task.run(Task.scala:123)
   	at org.apache.spark.executor.Executor$TaskRunner$$anonfun$10.apply(Executor.scala:408)
   	at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1360)
   	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:414)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   
   ```
   
   ### Impact
   
   Users do not need to specify preCombine when executing bootstrap.
   
   ### Risk level (write none, low medium or high below)
   
   None
   
   ### Documentation Update
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1469212330

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85352a31c37f51baf2f0f9c47037136912a59f75 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711) 
   * 088416b705b091b4a46031437afd164571808025 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1471404959

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 088416b705b091b4a46031437afd164571808025 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724) 
   * baf3463749faeaf2c515d1e56a81531b24d054f3 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1491217277

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0e5ea037ffd066a607af54b7af673db562d39b7b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794) 
   * 77a3beaa38b6a4b8628a829b438106e01487c4ca 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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1468020930

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85352a31c37f51baf2f0f9c47037136912a59f75 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1467842832

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85352a31c37f51baf2f0f9c47037136912a59f75 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1475534495

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * baf3463749faeaf2c515d1e56a81531b24d054f3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746) 
   * 0e5ea037ffd066a607af54b7af673db562d39b7b 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] huangxiaopingRD commented on pull request #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "huangxiaopingRD (via GitHub)" <gi...@apache.org>.
huangxiaopingRD commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1477522628

   please help to review, thanks @XuQianJin-Stars 


-- 
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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1471694218

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * baf3463749faeaf2c515d1e56a81531b24d054f3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1469364797

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 088416b705b091b4a46031437afd164571808025 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1491275667

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0e5ea037ffd066a607af54b7af673db562d39b7b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794) 
   * 77a3beaa38b6a4b8628a829b438106e01487c4ca Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1475707346

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0e5ea037ffd066a607af54b7af673db562d39b7b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1469206647

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85352a31c37f51baf2f0f9c47037136912a59f75 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711) 
   * 088416b705b091b4a46031437afd164571808025 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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1471399828

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 088416b705b091b4a46031437afd164571808025 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724) 
   * baf3463749faeaf2c515d1e56a81531b24d054f3 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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1514891486

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "33db584f1c07e642cba2667d52988afaac31f078",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256",
       "triggerID" : "33db584f1c07e642cba2667d52988afaac31f078",
       "triggerType" : "PUSH"
     }, {
       "hash" : "405ddf773cba5110f3feda73dd6fee4231d33923",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "405ddf773cba5110f3feda73dd6fee4231d33923",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 33db584f1c07e642cba2667d52988afaac31f078 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256) 
   * 405ddf773cba5110f3feda73dd6fee4231d33923 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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1491442882

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77a3beaa38b6a4b8628a829b438106e01487c4ca Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1475540212

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * baf3463749faeaf2c515d1e56a81531b24d054f3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746) 
   * 0e5ea037ffd066a607af54b7af673db562d39b7b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1467829563

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85352a31c37f51baf2f0f9c47037136912a59f75 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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1503352885

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "33db584f1c07e642cba2667d52988afaac31f078",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "33db584f1c07e642cba2667d52988afaac31f078",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77a3beaa38b6a4b8628a829b438106e01487c4ca Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006) 
   * 33db584f1c07e642cba2667d52988afaac31f078 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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1503367465

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "33db584f1c07e642cba2667d52988afaac31f078",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256",
       "triggerID" : "33db584f1c07e642cba2667d52988afaac31f078",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77a3beaa38b6a4b8628a829b438106e01487c4ca Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006) 
   * 33db584f1c07e642cba2667d52988afaac31f078 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1503624673

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "33db584f1c07e642cba2667d52988afaac31f078",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256",
       "triggerID" : "33db584f1c07e642cba2667d52988afaac31f078",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 33db584f1c07e642cba2667d52988afaac31f078 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1514905898

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "33db584f1c07e642cba2667d52988afaac31f078",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256",
       "triggerID" : "33db584f1c07e642cba2667d52988afaac31f078",
       "triggerType" : "PUSH"
     }, {
       "hash" : "405ddf773cba5110f3feda73dd6fee4231d33923",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16463",
       "triggerID" : "405ddf773cba5110f3feda73dd6fee4231d33923",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 33db584f1c07e642cba2667d52988afaac31f078 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256) 
   * 405ddf773cba5110f3feda73dd6fee4231d33923 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16463) 
   
   <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 #8179: [HUDI-5932] Make the combine step in Call run_bootstrap Procedure optional

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8179:
URL: https://github.com/apache/hudi/pull/8179#issuecomment-1515438414

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15711",
       "triggerID" : "85352a31c37f51baf2f0f9c47037136912a59f75",
       "triggerType" : "PUSH"
     }, {
       "hash" : "088416b705b091b4a46031437afd164571808025",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15724",
       "triggerID" : "088416b705b091b4a46031437afd164571808025",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15746",
       "triggerID" : "baf3463749faeaf2c515d1e56a81531b24d054f3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15794",
       "triggerID" : "0e5ea037ffd066a607af54b7af673db562d39b7b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16006",
       "triggerID" : "77a3beaa38b6a4b8628a829b438106e01487c4ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "33db584f1c07e642cba2667d52988afaac31f078",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16256",
       "triggerID" : "33db584f1c07e642cba2667d52988afaac31f078",
       "triggerType" : "PUSH"
     }, {
       "hash" : "405ddf773cba5110f3feda73dd6fee4231d33923",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16463",
       "triggerID" : "405ddf773cba5110f3feda73dd6fee4231d33923",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 405ddf773cba5110f3feda73dd6fee4231d33923 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16463) 
   
   <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