[
https://issues.apache.org/jira/browse/PARQUET-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344488#comment-17344488
]
ASF GitHub Bot commented on PARQUET-2047:
-----------------------------------------
gszadovszky commented on a change in pull request #905:
URL: https://github.com/apache/parquet-mr/pull/905#discussion_r632405290
##########
File path:
parquet-common/src/main/java/org/apache/parquet/hadoop/metadata/CompressionCodecName.java
##########
@@ -19,7 +19,6 @@
package org.apache.parquet.hadoop.metadata;
-import org.apache.parquet.format.CompressionCodec;
Review comment:
I am not sure why it got removed. This import is needed in this class
and even the checks are failing because of it.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Clean Up Code
> -------------
>
> Key: PARQUET-2047
> URL: https://issues.apache.org/jira/browse/PARQUET-2047
> Project: Parquet
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Minor
>
> * Removed unused code
> * Remove unused imports
> * Add @Override annotations
> Mostly throwing away superfluous stuff. Less is more.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)