[
https://issues.apache.org/jira/browse/DRILL-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134611#comment-15134611
]
ASF GitHub Bot commented on DRILL-4327:
---------------------------------------
Github user laurentgo commented on a diff in the pull request:
https://github.com/apache/drill/pull/347#discussion_r52051723
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java
---
@@ -26,13 +26,13 @@
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.ops.OperatorStats;
import org.apache.drill.exec.record.RecordBatch;
-
--- End diff --
I might have hit the organize imports on Eclipse (because of unused
imports), which follows Sun conventions regarding import order. I can revert
the change and do an import cleanup in a different PR.
> Fix rawtypes warning emitted by compiler
> ----------------------------------------
>
> Key: DRILL-4327
> URL: https://issues.apache.org/jira/browse/DRILL-4327
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Laurent Goujon
> Assignee: Laurent Goujon
> Priority: Minor
>
> The Drill codebase references lots of rawtypes, which generates lots of
> warning from the compiler.
> Since Drill is now compiled with Java 1.7, it should use generic types as
> much as possible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)