wgtmac commented on code in PR #3526:
URL: https://github.com/apache/parquet-java/pull/3526#discussion_r3510148931


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/CodecFactory.java:
##########
@@ -29,9 +29,12 @@
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.io.compress.CodecPool;
 import org.apache.hadoop.io.compress.CompressionCodec;
+import org.slf4j.Logger;

Review Comment:
   These imports are out of Spotless import order; the same pattern appears in 
a few added test imports too, so `spotless:check` will likely fail.
   
   (reviewed by Codex)



-- 
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]

Reply via email to