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/07/11 23:01:42 UTC

[GitHub] [hudi] zhedoubushishi opened a new pull request, #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   ## *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 commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857) 
   
   <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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857) 
   
   <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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1febc08992293137223539fa8f4191d176982630",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973",
       "triggerID" : "1febc08992293137223539fa8f4191d176982630",
       "triggerType" : "PUSH"
     }, {
       "hash" : "35124ac5f6a219d6da15cdf327ef485e2830410d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10104",
       "triggerID" : "35124ac5f6a219d6da15cdf327ef485e2830410d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 35124ac5f6a219d6da15cdf327ef485e2830410d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10104) 
   
   <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] zhedoubushishi commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   Merged in https://github.com/apache/hudi/pull/6161.


-- 
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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

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

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1febc08992293137223539fa8f4191d176982630",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1febc08992293137223539fa8f4191d176982630",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857) 
   * 1febc08992293137223539fa8f4191d176982630 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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1febc08992293137223539fa8f4191d176982630",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973",
       "triggerID" : "1febc08992293137223539fa8f4191d176982630",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1febc08992293137223539fa8f4191d176982630 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973) 
   
   <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] zhedoubushishi commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   > I have a quesion, if don't have FileINputFormat class, maybe it will cause ClassNotFound when load this class?
   
   Right. During the presto query, it would throw something like:
   ```
   {{java.lang.NoSuchFieldError: LOG
   at org.apache.hudi.hadoop.HoodieCopyOnWriteTableInputFormat.makeExternalFileSplit(HoodieCopyOnWriteTableInputFormat.java:199)
   at org.apache.hudi.hadoop.HoodieCopyOnWriteTableInputFormat.makeSplit(HoodieCopyOnWriteTableInputFormat.java:100)
   at org.apache.hudi.hadoop.realtime.HoodieMergeOnReadTableInputFormat.doMakeSplitForRealtimePath(HoodieMergeOnReadTableInputFormat.java:266)
   at org.apache.hudi.hadoop.realtime.HoodieMergeOnReadTableInputFormat.makeSplit(HoodieMergeOnReadTableInputFormat.java:211)
   at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:345)
   at org.apache.hudi.hadoop.realtime.HoodieMergeOnReadTableInputFormat.getSplits(HoodieMergeOnReadTableInputFormat.java:79)
   at org.apache.hudi.hadoop.HoodieParquetInputFormatBase.getSplits(HoodieParquetInputFormatBase.java:68)
   at com.facebook.presto.hive.StoragePartitionLoader.loadPartition(StoragePartitionLoader.java:278)
   at com.facebook.presto.hive.DelegatingPartitionLoader.loadPartition(DelegatingPartitionLoader.java:81)
   at com.facebook.presto.hive.BackgroundHiveSplitLoader.loadSplits(BackgroundHiveSplitLoader.java:224)
   at com.facebook.presto.hive.BackgroundHiveSplitLoader.access$700(BackgroundHiveSplitLoader.java:50)
   at com.facebook.presto.hive.BackgroundHiveSplitLoader$HiveSplitLoaderTask.process(BackgroundHiveSplitLoader.java:153)
   ```


-- 
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] zhedoubushishi commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   @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 commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857) 
   
   <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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf 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] zhedoubushishi commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   @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] zhedoubushishi commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   @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 commented on pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857) 
   
   <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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1febc08992293137223539fa8f4191d176982630",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973",
       "triggerID" : "1febc08992293137223539fa8f4191d176982630",
       "triggerType" : "PUSH"
     }, {
       "hash" : "35124ac5f6a219d6da15cdf327ef485e2830410d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "35124ac5f6a219d6da15cdf327ef485e2830410d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1febc08992293137223539fa8f4191d176982630 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973) 
   * 35124ac5f6a219d6da15cdf327ef485e2830410d 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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1febc08992293137223539fa8f4191d176982630",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973",
       "triggerID" : "1febc08992293137223539fa8f4191d176982630",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5b7c7576a84242d8b186936b4a79636fb4ea73cf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857) 
   * 1febc08992293137223539fa8f4191d176982630 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973) 
   
   <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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

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

Posted by GitBox <gi...@apache.org>.
zhedoubushishi closed pull request #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat
URL: https://github.com/apache/hudi/pull/6081


-- 
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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1181332162",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1183588785",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5b7c7576a84242d8b186936b4a79636fb4ea73cf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9857",
       "triggerID" : "1184085454",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1febc08992293137223539fa8f4191d176982630",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973",
       "triggerID" : "1febc08992293137223539fa8f4191d176982630",
       "triggerType" : "PUSH"
     }, {
       "hash" : "35124ac5f6a219d6da15cdf327ef485e2830410d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10104",
       "triggerID" : "35124ac5f6a219d6da15cdf327ef485e2830410d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1febc08992293137223539fa8f4191d176982630 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9973) 
   * 35124ac5f6a219d6da15cdf327ef485e2830410d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10104) 
   
   <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 #6081: [HUDI-4382] Add logger for HoodieCopyOnWriteTableInputFormat

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

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

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

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