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/03/04 02:13:37 UTC

[GitHub] [hudi] xushiyan opened a new pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

xushiyan opened a new pull request #4951:
URL: https://github.com/apache/hudi/pull/4951


   Add unit test to ensure de-/serialization working for `HoodieRealtimeFileSplit`.


-- 
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 #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521) 
   
   <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 #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521) 
   
   <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 removed a comment on pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4951:
URL: https://github.com/apache/hudi/pull/4951#issuecomment-1058813265


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521) 
   
   <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] wangxianghu merged pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

Posted by GitBox <gi...@apache.org>.
wangxianghu merged pull request #4951:
URL: https://github.com/apache/hudi/pull/4951


   


-- 
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 removed a comment on pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4951:
URL: https://github.com/apache/hudi/pull/4951#issuecomment-1058796500


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521) 
   
   <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 #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521) 
   
   <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 #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6521) 
   
   <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 #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce 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 removed a comment on pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4951:
URL: https://github.com/apache/hudi/pull/4951#issuecomment-1058804732


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce 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 removed a comment on pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4951:
URL: https://github.com/apache/hudi/pull/4951#issuecomment-1058759110


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce 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 #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a928d5a79d2e7cf11c8479adfe1e7070d02b23ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a928d5a79d2e7cf11c8479adfe1e7070d02b23ce 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 removed a comment on pull request #4951: [HUDI-3348] Add UT to verify HoodieRealtimeFileSplit serde

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4951:
URL: https://github.com/apache/hudi/pull/4951#issuecomment-1058760376


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