You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/03/27 08:46:16 UTC

[GitHub] [hudi] leesf opened a new pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

leesf opened a new pull request #5143:
URL: https://github.com/apache/hudi/pull/5143


   ## *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] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] xushiyan commented on a change in pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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



##########
File path: hudi-spark-datasource/hudi-spark3/src/main/scala/org/apache/spark/sql/hudi/catalog/HoodieCatalog.scala
##########
@@ -116,7 +116,10 @@ class HoodieCatalog extends DelegatingCatalogExtension
 
   override def tableExists(ident: Identifier): Boolean = super.tableExists(ident)
 
-  override def dropTable(ident: Identifier): Boolean = super.dropTable(ident)
+  override def dropTable(ident: Identifier): Boolean = {
+    DropHoodieTableCommand(ident.asTableIdentifier, ifExists = true, isView = false, purge = false).run(spark)
+    true
+  }

Review comment:
       @leesf there are other `super.dropTable()` usage in this class, should change them too?




-- 
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 #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] leesf commented on a change in pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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



##########
File path: hudi-spark-datasource/hudi-spark3/src/main/scala/org/apache/spark/sql/hudi/catalog/HoodieCatalog.scala
##########
@@ -116,7 +116,10 @@ class HoodieCatalog extends DelegatingCatalogExtension
 
   override def tableExists(ident: Identifier): Boolean = super.tableExists(ident)
 
-  override def dropTable(ident: Identifier): Boolean = super.dropTable(ident)
+  override def dropTable(ident: Identifier): Boolean = {
+    DropHoodieTableCommand(ident.asTableIdentifier, ifExists = true, isView = false, purge = false).run(spark)
+    true
+  }

Review comment:
       yes, updated




-- 
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 #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7455",
       "triggerID" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   * f5c3048ef7faa45379cea9fbb744f01a8a592865 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7455) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7455",
       "triggerID" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   * f5c3048ef7faa45379cea9fbb744f01a8a592865 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7455) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447) 
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   * f5c3048ef7faa45379cea9fbb744f01a8a592865 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   * 0d2d889e2a7a34573b2107ee8f108371c8477974 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   * f5c3048ef7faa45379cea9fbb744f01a8a592865 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2052d0c66616026357a262b339d07a5f3fbec90c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] xushiyan merged pull request #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   


-- 
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 #5143: [HUDI-2520] Fix drop table issue when sync to Hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7416",
       "triggerID" : "2052d0c66616026357a262b339d07a5f3fbec90c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7447",
       "triggerID" : "0d2d889e2a7a34573b2107ee8f108371c8477974",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451",
       "triggerID" : "ac3bfa1a111bd3a21968d84e9229cefa40d52507",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6cb6a314e561c4f061fa2d967308158d49c0b8c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7455",
       "triggerID" : "f5c3048ef7faa45379cea9fbb744f01a8a592865",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac3bfa1a111bd3a21968d84e9229cefa40d52507 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7451) 
   * 6cb6a314e561c4f061fa2d967308158d49c0b8c2 UNKNOWN
   * f5c3048ef7faa45379cea9fbb744f01a8a592865 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7455) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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