[
https://issues.apache.org/jira/browse/HIVE-22340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16952272#comment-16952272
]
Slim Bouguerra commented on HIVE-22340:
---------------------------------------
hey some of the shaded stuff seems to be by design like the kudu stuff
i think they have a shaded guava that is used by the handler and that is okay.
kudu-handler/src/test/org/apache/hadoop/hive/kudu/TestKuduOutputFormat.java
{code}
-import org.apache.kudu.shaded.com.google.common.collect.ImmutableList;
+import com.google.common.collect.ImmutableList;
{code}
it will be good if you ping the author.
> Prevent shaded imports
> ----------------------
>
> Key: HIVE-22340
> URL: https://issues.apache.org/jira/browse/HIVE-22340
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: Miklos Gergely
> Assignee: Miklos Gergely
> Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-22340.01.patch, HIVE-22340.02.patch
>
>
> Make sure that hive developers don't import the shaded version of some class
> by accident.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)