You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When leftPitKey or rightPitKey is a string type codegen compilation fails
24/02/07 13:43:25 ERROR CodeGenerator: failed to compile: org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 68, Column 50: A method named "clone" is not declared in any enclosing class nor any supertype, nor through a static import
org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 68, Column 50: A method named "clone" is not declared in any enclosing class nor any supertype, nor through a static import
Probably this should be explicitly disallowed.
The text was updated successfully, but these errors were encountered:
When leftPitKey or rightPitKey is a string type codegen compilation fails
Probably this should be explicitly disallowed.
The text was updated successfully, but these errors were encountered: