paul-rogers commented on a change in pull request #1923: DRILL-7479: Partial
fixes for metadata parameterized type issues
URL: https://github.com/apache/drill/pull/1923#discussion_r358408689
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/BaseParquetMetadataProvider.java
##########
@@ -485,6 +486,7 @@ private static SegmentMetadata
combineSegmentMetadata(Collection<SegmentMetadata
if (entries.isEmpty() || !collectMetadata) {
return Collections.emptyMap();
}
+ @SuppressWarnings("unused")
Review comment:
Eclipse claims this is dead code, but I can't figure out why. So, I'll just
remove the annotation and leave well-enough alone.
----------------------------------------------------------------
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]
With regards,
Apache Git Services