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

[GitHub] [hudi] codope opened a new pull request, #8228: [WIP] Handle duplicate records in `HoodieCreateHandle`

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

   ### Change Logs
   
   Handle potential duplicates in `HoodieCreateHandle`. It is already handled for compaction.
   DO NOT MERGE. Yet to cleanup tests.
   
   ### Impact
   
   No public API but critical change. Will affect inserts.
   
   ### Risk level (write none, low medium or high below)
   
   high
   
   ### 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] codope closed pull request #8228: [HUDI-5953][DNM] Handle duplicate records in `HoodieCreateHandle`

Posted by "codope (via GitHub)" <gi...@apache.org>.
codope closed pull request #8228: [HUDI-5953][DNM] Handle duplicate records in `HoodieCreateHandle`
URL: https://github.com/apache/hudi/pull/8228


-- 
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 #8228: [HUDI-5953][DNM] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1e2111d461e2af18752c897548e782286aff8797",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15849",
       "triggerID" : "1e2111d461e2af18752c897548e782286aff8797",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb172b5c22bd1e7f3722308adc422797a6c040f0 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784) 
   * 1e2111d461e2af18752c897548e782286aff8797 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15849) 
   
   <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] codope commented on pull request #8228: [HUDI-5953][DNM] Handle duplicate records in `HoodieCreateHandle`

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

   Closing it as the fix landed via https://github.com/apache/hudi/commit/cabcb2bf2cddedeb3a34047af3935b27cfdfb858


-- 
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] codope commented on pull request #8228: [HUDI-5953] Handle duplicate records in `HoodieCreateHandle`

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

   @hudi-bot run azure


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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #8228: [HUDI-5953][DNM] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1e2111d461e2af18752c897548e782286aff8797",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15849",
       "triggerID" : "1e2111d461e2af18752c897548e782286aff8797",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e2111d461e2af18752c897548e782286aff8797 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15849) 
   
   <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 #8228: [HUDI-5953] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * cb172b5c22bd1e7f3722308adc422797a6c040f0 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784) 
   
   <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 #8228: [HUDI-5953] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * cb172b5c22bd1e7f3722308adc422797a6c040f0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785) 
   
   <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 #8228: [HUDI-5953][DNM] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1e2111d461e2af18752c897548e782286aff8797",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e2111d461e2af18752c897548e782286aff8797",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb172b5c22bd1e7f3722308adc422797a6c040f0 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784) 
   * 1e2111d461e2af18752c897548e782286aff8797 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 #8228: [HUDI-5953] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784",
       "triggerID" : "1474826765",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * cb172b5c22bd1e7f3722308adc422797a6c040f0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15785) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15784) 
   
   <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 #8228: [HUDI-5953] Handle duplicate records in `HoodieCreateHandle`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cb172b5c22bd1e7f3722308adc422797a6c040f0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb172b5c22bd1e7f3722308adc422797a6c040f0 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