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/08/13 09:44:55 UTC

[GitHub] [hudi] liujinhui1994 opened a new pull request #3469: [HUDI-2307] Fix not need for a primary key when delete_partition with spark ds

liujinhui1994 opened a new pull request #3469:
URL: https://github.com/apache/hudi/pull/3469


   ## *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
   
   When using delete_partition with ds, an error will be reported if the primary key value does not exist in the dataFrame, we should not rely on the primary key
   
   ## 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] hudi-bot edited a comment on pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707) 
   * 036e65872a231be9fb7e5f1a758fc53b799e7752 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] liujinhui1994 commented on pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   @nsivabalan  If you can help review, that would be great. thanks 


-- 
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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707) 
   
   <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 a change in pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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



##########
File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala
##########
@@ -192,7 +193,7 @@ object HoodieSparkSqlWriter {
             }
 
             // Get list of partitions to delete
-            val partitionsToDelete = genericRecords.map(gr => keyGenerator.getKey(gr).getPartitionPath).toJavaRDD().distinct().collect()
+            val partitionsToDelete = genericRecords.map(gr => gr.get(partitionColumns).toString).toJavaRDD().distinct().collect()

Review comment:
       not sure if we can generalize this. partitionColumns is a comma separate list of partition col field names if Complex or CustomeKeyGen is used. 

##########
File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala
##########
@@ -192,7 +193,7 @@ object HoodieSparkSqlWriter {
             }
 
             // Get list of partitions to delete
-            val partitionsToDelete = genericRecords.map(gr => keyGenerator.getKey(gr).getPartitionPath).toJavaRDD().distinct().collect()
+            val partitionsToDelete = genericRecords.map(gr => gr.get(partitionColumns).toString).toJavaRDD().distinct().collect()

Review comment:
       guess we have to add another config here. 
   "hoodie.datasource.write.partitions.to.delete" // goes into DataSourceWriteOptions
   
   when user sets this config with "delete_partitions" operation, we can parse this config value. this should refer to comma separated list of partitions to delete. 
   If this config is not set, we will go the usual route of fetching partition cols from keyGen and then using keyGen to determine the partitions to be deleted from partition path for records. Basically apache/master as is. 
   
   Do remember in the first case, we should not be using 
   ```
   HoodieWriterUtils.getPartitionColumns(keyGenerator)
   ```
   to fetch partition col fields.
   
   Let me know what do you think?




-- 
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] liujinhui1994 commented on a change in pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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



##########
File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala
##########
@@ -192,7 +193,7 @@ object HoodieSparkSqlWriter {
             }
 
             // Get list of partitions to delete
-            val partitionsToDelete = genericRecords.map(gr => keyGenerator.getKey(gr).getPartitionPath).toJavaRDD().distinct().collect()
+            val partitionsToDelete = genericRecords.map(gr => gr.get(partitionColumns).toString).toJavaRDD().distinct().collect()

Review comment:
       First of all, thank you very much for your attention to this issue in your busy work.
   I will try more unit tests to verify and improve this problem.
   I think your idea is good. I will conduct more verifications. If I find other problems and questions, I will feedback them. When I am finished, I will request your review here.




-- 
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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * 036e65872a231be9fb7e5f1a758fc53b799e7752 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734) 
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736) 
   
   <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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   @liujinhui1994 : Can you rebase w/ master. there is a conflict. 


-- 
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 #3469: [HUDI-2307] Fix not need for a primary key when delete_partition with spark ds

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   @hudi-bot run azure


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

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

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



[GitHub] [hudi] nsivabalan merged pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   


-- 
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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
       "triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * ae25d04c0aed29e375b23f61c4a1d2ca318ec548 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739) 
   
   <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 a change in pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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



##########
File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala
##########
@@ -192,7 +193,7 @@ object HoodieSparkSqlWriter {
             }
 
             // Get list of partitions to delete
-            val partitionsToDelete = genericRecords.map(gr => keyGenerator.getKey(gr).getPartitionPath).toJavaRDD().distinct().collect()
+            val partitionsToDelete = genericRecords.map(gr => gr.get(partitionColumns).toString).toJavaRDD().distinct().collect()

Review comment:
       sure.




-- 
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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707) 
   
   <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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737) 
   * ae25d04c0aed29e375b23f61c4a1d2ca318ec548 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736) 
   * ae25d04c0aed29e375b23f61c4a1d2ca318ec548 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
       "triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736) Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737) 
   * ae25d04c0aed29e375b23f61c4a1d2ca318ec548 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739) 
   
   <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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
       "triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
       "triggerID" : "898818122",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737) 
   * ae25d04c0aed29e375b23f61c4a1d2ca318ec548 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739) 
   
   <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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * 036e65872a231be9fb7e5f1a758fc53b799e7752 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711) 
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * 036e65872a231be9fb7e5f1a758fc53b799e7752 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734) 
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * 036e65872a231be9fb7e5f1a758fc53b799e7752 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711) 
   
   <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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
       "triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "triggerType" : "PUSH"
     }, {
       "hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
       "triggerID" : "898813216",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
       "triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * 036e65872a231be9fb7e5f1a758fc53b799e7752 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734) 
   * cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736) 
   * ae25d04c0aed29e375b23f61c4a1d2ca318ec548 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   @hudi-bot run azure


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

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

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
   * cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a 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 #3469: [HUDI-2307] When using delete_partition with ds should not rely on the primary key

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


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