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/18 01:14:50 UTC

[GitHub] [hudi] weimingdiit opened a new pull request, #6975: Hudi merge into creates empty partition files when the source table h…

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

   …as partitions and the target table does not
   
   ### 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 (write none, low medium or high below)
   
   _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 #6975: [HUDI-5031]Hudi merge into creates empty partition files when the source table h…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f4bf4826afba46d905ae70b662a2965c6089fee5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12269",
       "triggerID" : "f4bf4826afba46d905ae70b662a2965c6089fee5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f4bf4826afba46d905ae70b662a2965c6089fee5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12269) 
   
   <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 #6975: [HUDI-5031]Hudi merge into creates empty partition files when the source table h…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f4bf4826afba46d905ae70b662a2965c6089fee5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f4bf4826afba46d905ae70b662a2965c6089fee5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f4bf4826afba46d905ae70b662a2965c6089fee5 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 #6975: [HUDI-5031]Hudi merge into creates empty partition files when the source table h…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f4bf4826afba46d905ae70b662a2965c6089fee5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12269",
       "triggerID" : "f4bf4826afba46d905ae70b662a2965c6089fee5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f4bf4826afba46d905ae70b662a2965c6089fee5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12269) 
   
   <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] weimingdiit closed pull request #6975: [HUDI-5031]Hudi merge into creates empty partition files when the source table h…

Posted by GitBox <gi...@apache.org>.
weimingdiit closed pull request #6975: [HUDI-5031]Hudi merge into creates empty partition files when the source table h…
URL: https://github.com/apache/hudi/pull/6975


-- 
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