mukund-thakur commented on code in PR #7660: URL: https://github.com/apache/hadoop/pull/7660#discussion_r2069029749
########## hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java: ########## @@ -118,22 +118,7 @@ import static org.apache.hadoop.fs.CommonConfigurationKeys.IOSTATISTICS_LOGGING_LEVEL; import static org.apache.hadoop.fs.CommonConfigurationKeys.IOSTATISTICS_LOGGING_LEVEL_DEFAULT; import static org.apache.hadoop.fs.Options.OpenFileOptions.FS_OPTION_OPENFILE_STANDARD_OPTIONS; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_APPEND; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_CREATE; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_CREATE_NON_RECURSIVE; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_DELETE; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_EXIST; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_GET_DELEGATION_TOKEN; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_GET_FILE_STATUS; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_LIST_STATUS; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_MKDIRS; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_OPEN; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.CALL_RENAME; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.DIRECTORIES_CREATED; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.DIRECTORIES_DELETED; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.ERROR_IGNORED; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.FILES_CREATED; -import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.FILES_DELETED; +import static org.apache.hadoop.fs.azurebfs.AbfsStatistic.*; Review Comment: We should avoid changing imports like this unless it is mandatory. Thanks -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org