ngsg commented on code in PR #5560: URL: https://github.com/apache/hive/pull/5560#discussion_r1863193928
########## ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/like/CreateTableLikeOperation.java: ########## @@ -18,11 +18,7 @@ package org.apache.hadoop.hive.ql.ddl.table.create.like; -import java.util.Arrays; -import java.util.HashSet; -import java.util.HashMap; -import java.util.Map; -import java.util.Set; +import java.util.*; Review Comment: NIT: Could we remove star-import? Star-import should be used in limited situations. -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org