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/08 17:31:38 UTC

[GitHub] arina-ielchiieva commented on a change in pull request #1566: DRILL-6887: Fix FunctionInitializerTest.init() failure

arina-ielchiieva commented on a change in pull request #1566: DRILL-6887: Fix FunctionInitializerTest.init() failure
URL: https://github.com/apache/drill/pull/1566#discussion_r240011158
 
 

 ##########
 File path: exec/java-exec/src/test/resources/drill-udf/pom.xml
 ##########
 @@ -28,6 +28,8 @@
   <version>1.0</version>
 
   <properties>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
 Review comment:
   @vdiravka  as far as I understand explicitly setting source and target version is not required. Maybe remove the setting?

----------------------------------------------------------------
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