[
https://issues.apache.org/jira/browse/HIVE-27192?focusedWorklogId=853825&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-853825
]
ASF GitHub Bot logged work on HIVE-27192:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Mar/23 04:02
Start Date: 30/Mar/23 04:02
Worklog Time Spent: 10m
Work Description: 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
Issue Time Tracking
-------------------
Worklog Id: (was: 853825)
Time Spent: 0.5h (was: 20m)
> Use normal import instead of shaded import in TestSchemaToolCatalogOps.java
> ---------------------------------------------------------------------------
>
> Key: HIVE-27192
> URL: https://issues.apache.org/jira/browse/HIVE-27192
> Project: Hive
> Issue Type: Improvement
> Reporter: Zoltán Rátkai
> Assignee: Zoltán Rátkai
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)