GitHub user laurentgo reopened a pull request:
https://github.com/apache/drill/pull/347
DRILL-4327: Fix rawtypes warnings emitted by compiler
Drill code base references lots of rawtypes, which generates lots of
warning from the compiler.
As Drill is now compiled with Java 1.7, most of them can be replaced by
generic types.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laurentgo/drill laurent/fix-rawtypes-warnings
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/347.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #347
----
commit 747df153d60792442e7b5dc2899a432f6647dffa
Author: Laurent Goujon <[email protected]>
Date: 2016-01-28T03:01:13Z
Fix rawtypes warnings in exec-java
Fixing all the rawtypes warning issues in exec/java-exec module.
commit 74da2c3481589e6da2f371b09c83e2f67db81486
Author: Laurent Goujon <[email protected]>
Date: 2016-01-28T23:30:54Z
Fix rawtypes warnings in drill codebase
Fixing most rawtypes warning issues in drill modules.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---