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 2023/01/14 04:41:33 UTC

[GitHub] [hudi] LinMingQiang opened a new pull request, #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   …or parameter HIVE_SYNC_TABLE_STRATEGY
   
   ### Change Logs
   TestHiveSyncTool#testSyncMergeOnReadWithStrategy
   _Describe context and summary for this change. Highlight if any code was copied._
   
   ### Impact
   none
   _Describe any public API or user-facing feature change or any performance impact._
   
   ### Risk level (write none, low medium or high below)
   none
   _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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318",
       "triggerID" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14322",
       "triggerID" : "c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 UNKNOWN
   * ea1368522d11319610e3628f3a6e65644e14d096 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318) 
   * c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14322) 
   
   <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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 UNKNOWN
   * ea1368522d11319610e3628f3a6e65644e14d096 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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318",
       "triggerID" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 UNKNOWN
   * ea1368522d11319610e3628f3a6e65644e14d096 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318) 
   
   <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] XuQianJin-Stars merged pull request #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars merged PR #7671:
URL: https://github.com/apache/hudi/pull/7671


-- 
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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 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] LinMingQiang commented on pull request #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   TestHoodieDeltaStreamerWithMultiWriter.testUpsertsContinuousModeWithMultipleWritersForConflicts is flaky test ignore it .
   https://issues.apache.org/jira/browse/HUDI-5550


-- 
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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318",
       "triggerID" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 UNKNOWN
   * ea1368522d11319610e3628f3a6e65644e14d096 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318) 
   
   <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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318",
       "triggerID" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14322",
       "triggerID" : "c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 UNKNOWN
   * c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14322) 
   
   <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 #7671: [HUDI-5554] Add UT TestHiveSyncTool#testSyncMergeOnReadWithStrategy f…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4285a1e8e77ea9fcb109f8673003519ae76e8125",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318",
       "triggerID" : "ea1368522d11319610e3628f3a6e65644e14d096",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4285a1e8e77ea9fcb109f8673003519ae76e8125 UNKNOWN
   * ea1368522d11319610e3628f3a6e65644e14d096 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14318) 
   * c37b6b8bddb056d6df3bfdd2d45db4dfb6da755f 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