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/09/20 22:35:42 UTC

[GitHub] [hudi] nsivabalan opened a new pull request, #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   ### Change Logs
   
   After we landed https://github.com/apache/hudi/pull/6472, hive-sync in docker demo is broken. It fails w/ below stacktrace. 
   ```
   2022-09-20 14:24:39,758 INFO  [main] table.TableSchemaResolver (TableSchemaResolver.java:readSchemaFromParquetBaseFile(439)) - Reading schema from /user/hive/warehouse/stock_ticks_cow/2018/08/31/b4a7076c-30e6-4320-bb04-be47246b6646-0_0-29-29_20220920142351042.parquet
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
   2022-09-20 14:24:40,432 INFO  [main] hive.metastore (HiveMetaStoreClient.java:close(564)) - Closed a connection to metastore, current connections: 0
   Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avro/LogicalType
   	at org.apache.hudi.common.table.TableSchemaResolver.convertParquetSchemaToAvro(TableSchemaResolver.java:288)
   	at org.apache.hudi.common.table.TableSchemaResolver.getTableAvroSchemaFromDataFile(TableSchemaResolver.java:121)
   	at org.apache.hudi.common.table.TableSchemaResolver.hasOperationField(TableSchemaResolver.java:566)
   	at org.apache.hudi.util.Lazy.get(Lazy.java:53)
   	at org.apache.hudi.common.table.TableSchemaResolver.getTableSchemaFromLatestCommitMetadata(TableSchemaResolver.java:225)
   	at org.apache.hudi.common.table.TableSchemaResolver.getTableAvroSchemaInternal(TableSchemaResolver.java:193)
   	at org.apache.hudi.common.table.TableSchemaResolver.getTableAvroSchema(TableSchemaResolver.java:142)
   	at org.apache.hudi.common.table.TableSchemaResolver.getTableParquetSchema(TableSchemaResolver.java:173)
   	at org.apache.hudi.sync.common.HoodieSyncClient.getStorageSchema(HoodieSyncClient.java:103)
   	at org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:206)
   	at org.apache.hudi.hive.HiveSyncTool.doSync(HiveSyncTool.java:153)
   	at org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:141)
   	at org.apache.hudi.hive.HiveSyncTool.main(HiveSyncTool.java:358)
   Caused by: java.lang.ClassNotFoundException: org.apache.avro.LogicalType
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   	... 13 more 
   ```
   
   Adding back the apache-avro, but w/o shading to hudi-hive-sync bundle. 
   
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance impact._
   
   **Risk level:  low **
   
   _Choose one. If medium or high, explain what verification was done to mitigate the risks._
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 92a22ef497520e896a0773408b8c101217058fc8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861) 
   * f7a21680fd5a5d8ba99fa05877e982d3e15882a7 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] xushiyan merged pull request #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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


-- 
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] codope commented on a diff in pull request #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

Posted by GitBox <gi...@apache.org>.
codope commented on code in PR #6729:
URL: https://github.com/apache/hudi/pull/6729#discussion_r976260696


##########
packaging/hudi-hive-sync-bundle/pom.xml:
##########
@@ -251,5 +252,13 @@
       <scope>compile</scope>
     </dependency>
 
+    <!-- Avro -->

Review Comment:
   This was actually removed to avoid conflicting classes as mentioned in HUDI-4549. I think it's best to not include avro and avoid conflicts. Hudi should try to work with user-provided version of third-party dependencies like avro, parquet. Let's try to figure out why we aren't able to catch it in integration tests.



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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872",
       "triggerID" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 92a22ef497520e896a0773408b8c101217058fc8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861) 
   * f7a21680fd5a5d8ba99fa05877e982d3e15882a7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872) 
   
   <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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f01279dc5c24a389b22b31f17073e8e7ab132571 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535) 
   * 92a22ef497520e896a0773408b8c101217058fc8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861) 
   
   <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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872",
       "triggerID" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "95d5bc16716f6e553d2e34e779ef76e476161a22",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11876",
       "triggerID" : "95d5bc16716f6e553d2e34e779ef76e476161a22",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95d5bc16716f6e553d2e34e779ef76e476161a22 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11876) 
   
   <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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872",
       "triggerID" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "95d5bc16716f6e553d2e34e779ef76e476161a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "95d5bc16716f6e553d2e34e779ef76e476161a22",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 92a22ef497520e896a0773408b8c101217058fc8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861) 
   * f7a21680fd5a5d8ba99fa05877e982d3e15882a7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872) 
   * 95d5bc16716f6e553d2e34e779ef76e476161a22 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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 92a22ef497520e896a0773408b8c101217058fc8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861) 
   
   <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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f01279dc5c24a389b22b31f17073e8e7ab132571 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535) 
   
   <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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f01279dc5c24a389b22b31f17073e8e7ab132571 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] xushiyan commented on a diff in pull request #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #6729:
URL: https://github.com/apache/hudi/pull/6729#discussion_r982268621


##########
packaging/hudi-hive-sync-bundle/pom.xml:
##########
@@ -251,5 +252,13 @@
       <scope>compile</scope>
     </dependency>
 
+    <!-- Avro -->

Review Comment:
   @nsivabalan so let's fix docker demo instead? this should deprioritize as critical. fix in master is good enough.



-- 
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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

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

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11535",
       "triggerID" : "f01279dc5c24a389b22b31f17073e8e7ab132571",
       "triggerType" : "PUSH"
     }, {
       "hash" : "92a22ef497520e896a0773408b8c101217058fc8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11861",
       "triggerID" : "92a22ef497520e896a0773408b8c101217058fc8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872",
       "triggerID" : "f7a21680fd5a5d8ba99fa05877e982d3e15882a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "95d5bc16716f6e553d2e34e779ef76e476161a22",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11876",
       "triggerID" : "95d5bc16716f6e553d2e34e779ef76e476161a22",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f7a21680fd5a5d8ba99fa05877e982d3e15882a7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11872) 
   * 95d5bc16716f6e553d2e34e779ef76e476161a22 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11876) 
   
   <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 #6729: [HUDI-4885] Adding org.apache.avro to hudi-hive-sync bundle

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

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