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 2021/10/08 18:04:29 UTC

[GitHub] [hudi] nsivabalan opened a new pull request #3769: [WIP] Fixing partition path creation in AbstractTableFileSystemView

nsivabalan opened a new pull request #3769:
URL: https://github.com/apache/hudi/pull/3769


   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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] nsivabalan commented on a change in pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on a change in pull request #3769:
URL: https://github.com/apache/hudi/pull/3769#discussion_r740705982



##########
File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java
##########
@@ -217,7 +218,7 @@ public void testPartitionWeight() throws Exception {
     final String testPartitionPath = "2016/09/26";
     int totalInsertNum = 2000;
 
-    HoodieWriteConfig config = makeHoodieClientConfigBuilder()
+    HoodieWriteConfig config = makeHoodieClientConfigBuilder().withMetadataConfig(HoodieMetadataConfig.newBuilder().enable(false).build())

Review comment:
       this test manipulates meta files directly and hence can't enable metadata tests. 




-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554) 
   * 48f46f8ec7bd5fe08badae3e6c201a6009bfa2de Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988",
       "triggerID" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 36da153b50abd103922dff6bb10d8b75d514d84e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830) 
   * 21923efea3798670bf24cb6d6d14cfe2c146e98e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 48f46f8ec7bd5fe08badae3e6c201a6009bfa2de Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555) 
   * 2c644315fd9fada3faf472eeb597b379bd3aea01 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot  azure run


-- 
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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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






-- 
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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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






-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2c644315fd9fada3faf472eeb597b379bd3aea01 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817) 
   * b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988",
       "triggerID" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a910ebfda149b637ef5e7a57fc49d256fcb8d064",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3032",
       "triggerID" : "a910ebfda149b637ef5e7a57fc49d256fcb8d064",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 36da153b50abd103922dff6bb10d8b75d514d84e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988) 
   * a910ebfda149b637ef5e7a57fc49d256fcb8d064 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3032) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988",
       "triggerID" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a910ebfda149b637ef5e7a57fc49d256fcb8d064",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3032",
       "triggerID" : "a910ebfda149b637ef5e7a57fc49d256fcb8d064",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a910ebfda149b637ef5e7a57fc49d256fcb8d064 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=3032) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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






-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d2736aac89a72f32f518faf94702a12574b7f19 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988",
       "triggerID" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 21923efea3798670bf24cb6d6d14cfe2c146e98e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834) 
   * 36da153b50abd103922dff6bb10d8b75d514d84e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


-- 
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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2c644315fd9fada3faf472eeb597b379bd3aea01 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817) 
   * b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 21923efea3798670bf24cb6d6d14cfe2c146e98e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554) 
   * 48f46f8ec7bd5fe08badae3e6c201a6009bfa2de UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


-- 
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] nsivabalan merged pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

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


   


-- 
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] nsivabalan commented on a change in pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on a change in pull request #3769:
URL: https://github.com/apache/hudi/pull/3769#discussion_r740705982



##########
File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java
##########
@@ -217,7 +218,7 @@ public void testPartitionWeight() throws Exception {
     final String testPartitionPath = "2016/09/26";
     int totalInsertNum = 2000;
 
-    HoodieWriteConfig config = makeHoodieClientConfigBuilder()
+    HoodieWriteConfig config = makeHoodieClientConfigBuilder().withMetadataConfig(HoodieMetadataConfig.newBuilder().enable(false).build())

Review comment:
       this test manipulates meta files directly and hence can't enable metadata tests. 




-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830) 
   * 21923efea3798670bf24cb6d6d14cfe2c146e98e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2c644315fd9fada3faf472eeb597b379bd3aea01 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


-- 
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] nsivabalan commented on a change in pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on a change in pull request #3769:
URL: https://github.com/apache/hudi/pull/3769#discussion_r740705982



##########
File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java
##########
@@ -217,7 +218,7 @@ public void testPartitionWeight() throws Exception {
     final String testPartitionPath = "2016/09/26";
     int totalInsertNum = 2000;
 
-    HoodieWriteConfig config = makeHoodieClientConfigBuilder()
+    HoodieWriteConfig config = makeHoodieClientConfigBuilder().withMetadataConfig(HoodieMetadataConfig.newBuilder().enable(false).build())

Review comment:
       this test manipulates meta files directly and hence can't enable metadata tests. 




-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d2736aac89a72f32f518faf94702a12574b7f19 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d2736aac89a72f32f518faf94702a12574b7f19 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552) 
   * 8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d2736aac89a72f32f518faf94702a12574b7f19 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6d2736aac89a72f32f518faf94702a12574b7f19 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552) 
   * 8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 48f46f8ec7bd5fe08badae3e6c201a6009bfa2de Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555) 
   * 2c644315fd9fada3faf472eeb597b379bd3aea01 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 21923efea3798670bf24cb6d6d14cfe2c146e98e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834) 
   * 36da153b50abd103922dff6bb10d8b75d514d84e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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






-- 
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] nsivabalan merged pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

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


   


-- 
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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2817",
       "triggerID" : "2c644315fd9fada3faf472eeb597b379bd3aea01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2830",
       "triggerID" : "b2d4bf0b79b5f7fd65f2a7a5545090d7ffd78bbf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2834",
       "triggerID" : "21923efea3798670bf24cb6d6d14cfe2c146e98e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988",
       "triggerID" : "36da153b50abd103922dff6bb10d8b75d514d84e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a910ebfda149b637ef5e7a57fc49d256fcb8d064",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a910ebfda149b637ef5e7a57fc49d256fcb8d064",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 36da153b50abd103922dff6bb10d8b75d514d84e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2988) 
   * a910ebfda149b637ef5e7a57fc49d256fcb8d064 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555",
       "triggerID" : "48f46f8ec7bd5fe08badae3e6c201a6009bfa2de",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 48f46f8ec7bd5fe08badae3e6c201a6009bfa2de Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2555) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2552",
       "triggerID" : "6d2736aac89a72f32f518faf94702a12574b7f19",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554",
       "triggerID" : "8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8e536bed0eb450dac9cd49e2e9e9ae24dd16b73e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2554) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan merged pull request #3769: [HUDI-2005] Fixing partition path creation in AbstractTableFileSystemView

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


   


-- 
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] nsivabalan commented on pull request #3769: [HUDI-2005][WIP] Fixing partition path creation in AbstractTableFileSystemView

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


   @hudi-bot azure run


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