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/10/01 10:24:57 UTC

[GitHub] [hudi] danny0405 opened a new pull request, #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

   ### Change Logs
   
   _Describe context and summary for this change. Highlight if any code was copied._
   
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance impact._
   
   **Risk level: none | low | medium | high**
   
   _Choose one. If medium or high, explain what verification was done to mitigate the risks._
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, config, or user-facing change_
   
   - _The config description must be updated if new configs are added or the default value of the configs are changed_
   - _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
     ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make
     changes to the website._
   
   ### 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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11954",
       "triggerID" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fcfc1baee8aa5394c4472135f6ceb0d280cf8c16",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fcfc1baee8aa5394c4472135f6ceb0d280cf8c16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6318c29ab4e0415d365db365aac92f1f562a4b68 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11954) 
   * fcfc1baee8aa5394c4472135f6ceb0d280cf8c16 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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

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


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

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

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


[GitHub] [hudi] danny0405 merged pull request #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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


-- 
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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11954",
       "triggerID" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fcfc1baee8aa5394c4472135f6ceb0d280cf8c16",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11955",
       "triggerID" : "fcfc1baee8aa5394c4472135f6ceb0d280cf8c16",
       "triggerType" : "PUSH"
     }, {
       "hash" : "856ec633afc90a499aa4de4f69ada1439a63f7a4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11960",
       "triggerID" : "856ec633afc90a499aa4de4f69ada1439a63f7a4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fcfc1baee8aa5394c4472135f6ceb0d280cf8c16 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11955) 
   * 856ec633afc90a499aa4de4f69ada1439a63f7a4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11960) 
   
   <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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6318c29ab4e0415d365db365aac92f1f562a4b68 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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

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


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

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

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


[GitHub] [hudi] danny0405 commented on pull request #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

   The failed test `ITTestDataStreamWrite.testWriteCopyOnWriteWithClustering` is flaky, it should not affected by this pr, would merge it soon and fire another PR to fix the tests separately.


-- 
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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11954",
       "triggerID" : "6318c29ab4e0415d365db365aac92f1f562a4b68",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6318c29ab4e0415d365db365aac92f1f562a4b68 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11954) 
   
   <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 #6848: [HUDI-4769] Option read.streaming.skip_compaction skips delta commit

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

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