You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/12/06 17:01:39 UTC

[GitHub] sohami commented on issue #1561: DRILL-6751: Upgrade Apache parent POM to version 21

sohami commented on issue #1561: DRILL-6751: Upgrade Apache parent POM to version 21
URL: https://github.com/apache/drill/pull/1561#issuecomment-444947913
 
 
   @vdiravka - Thanks for catching it and making the change. Looks like there is build failure due to unused imports. Please fix that.
   
   ```
   [ERROR] /home/travis/build/apache/drill/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java:38:8: Unused import - java.util.ArrayList. [UnusedImports]
   [ERROR] /home/travis/build/apache/drill/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java:39:8: Unused import - java.util.List. [UnusedImports]
   [ERROR] /home/travis/build/apache/drill/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java:50:8: Unused import - org.apache.calcite.avatica.util.Cursor.Accessor. [UnusedImports]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services