vdiravka commented on a change in pull request #1686: DRILL-6524: Prevent
incorrect scalar replacement for the case of assigning references inside if
block
URL: https://github.com/apache/drill/pull/1686#discussion_r264763304
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestClassTransformation.java
##########
@@ -79,11 +86,10 @@ public void testCompilationNoDebug() throws
CompileException, ClassNotFoundExcep
ClassSet classSet = new ClassSet(null,
cg.getDefinition().getTemplateClassName(), cg.getMaterializedClassName());
String sourceCode = cg.generateAndGet();
sessionOptions.setLocalOption(ClassCompilerSelector.JAVA_COMPILER_OPTION,
ClassCompilerSelector.CompilerPolicy.JDK.name());
-
sessionOptions.setLocalOption(ClassCompilerSelector.JAVA_COMPILER_DEBUG_OPTION,
false);
- @SuppressWarnings("resource")
Review comment:
Is this warning displayed now?
----------------------------------------------------------------
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