pitrou commented on code in PR #1255: URL: https://github.com/apache/parquet-mr/pull/1255#discussion_r1458700365
########## parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestEncryptionOptions.java: ########## @@ -24,26 +24,10 @@ import java.io.IOException; import java.nio.charset.StandardCharsets; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import okhttp3.OkHttpClient; -import okhttp3.Request; -import okhttp3.Response; +import java.util.*; Review Comment: Sorry. This was done by IntelliJ as part of its (otherwise useful) import optimization feature. I'll try to change the settings. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
