You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "SourabhBadhya (via GitHub)" <gi...@apache.org> on 2023/03/30 04:02:11 UTC

[GitHub] [hive] SourabhBadhya commented on a diff in pull request #4169: HIVE-27192 Use normal import instead of shaded import in TestSchemaTo…

SourabhBadhya commented on code in PR #4169:
URL: https://github.com/apache/hive/pull/4169#discussion_r1152705138


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolCatalogOps.java:
##########
@@ -35,7 +35,7 @@
 import org.apache.hadoop.hive.metastore.client.builder.PartitionBuilder;
 import org.apache.hadoop.hive.metastore.client.builder.TableBuilder;
 import org.apache.hadoop.hive.metastore.conf.MetastoreConf;
-import org.apache.hive.com.google.common.io.Files;
+import com.google.common.io.Files;

Review Comment:
   nit: After the removal of shading pattern, this does not follow alphabetical order of imports



-- 
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: gitbox-unsubscribe@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org