[
https://issues.apache.org/jira/browse/HUDI-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379743#comment-17379743
] ASF GitHub Bot commented on HUDI-2168: -------------------------------------- codecov-commenter edited a comment on pull request #3264: URL: https://github.com/apache/hudi/pull/3264#issuecomment-878888735 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3264?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report > Merging [#3264](https://codecov.io/gh/apache/hudi/pull/3264?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e8e5e31) into [master](https://codecov.io/gh/apache/hudi/commit/b0089b894ad12da11fbd6a0fb08508c7adee68e6?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b0089b8) will **not change** coverage. > The diff coverage is `n/a`. [](https://codecov.io/gh/apache/hudi/pull/3264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) ```diff @@ Coverage Diff @@ ## master #3264 +/- ## ========================================= Coverage 15.91% 15.91% Complexity 493 493 ========================================= Files 283 283 Lines 11711 11711 Branches 961 961 ========================================= Hits 1864 1864 Misses 9684 9684 Partials 163 163 ``` | Flag | Coverage Δ | | |---|---|---| | hudiclient | `0.00% <ø> (ø)` | | | hudisync | `5.37% <ø> (ø)` | | | hudiutilities | `59.26% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more. ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/hudi/pull/3264?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/apache/hudi/pull/3264?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [b0089b8...e8e5e31](https://codecov.io/gh/apache/hudi/pull/3264?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] > AccessControlException for anonymous user > ----------------------------------------- > > Key: HUDI-2168 > URL: https://issues.apache.org/jira/browse/HUDI-2168 > Project: Apache Hudi > Issue Type: Task > Components: Testing > Reporter: Vinay > Assignee: Vinay > Priority: Trivial > Labels: pull-request-available > > Users are facing the following exception while executing test case dependent > on starting Hive service > > {code:java} > Got exception: org.apache.hadoop.security.AccessControlException Permission > denied: user=anonymous, access=WRITE > {code} > This is specifically happening at the time of clearing Hive DB > {code:java} > client.updateHiveSQL("drop database if exists " + > hiveSyncConfig.databaseName); > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)
