Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/534#discussion_r71942925
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/compile/QueryClassLoader.java
---
@@ -44,8 +44,8 @@
public static final String JAVA_COMPILER_OPTION = "exec.java_compiler";
public static final StringValidator JAVA_COMPILER_VALIDATOR = new
StringValidator(JAVA_COMPILER_OPTION, CompilerPolicy.DEFAULT.toString()) {
@Override
- public void validate(OptionValue v) {
- super.validate(v);
+ public void validate(OptionValue v, OptionManager manager) {
--- End diff --
final ?
---
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.
---