You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Rui Li (Jira)" <ji...@apache.org> on 2020/02/25 12:00:00 UTC

[jira] [Updated] (FLINK-16275) AggsHandlerCodeGenerator can fail with custom module

     [ https://issues.apache.org/jira/browse/FLINK-16275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rui Li updated FLINK-16275:
---------------------------
    Description: 
Code generated by {{AggsHandlerCodeGenerator}} can fail to compile if certain functions get overridden by custom module:
{noformat}
Caused by: org.codehaus.commons.compiler.CompileException: Line 20, Column 215: A method named "getRuntimeContext" is not declared in any enclosing class nor any supertype, nor through a static import
{noformat}

> AggsHandlerCodeGenerator can fail with custom module
> ----------------------------------------------------
>
>                 Key: FLINK-16275
>                 URL: https://issues.apache.org/jira/browse/FLINK-16275
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>            Reporter: Rui Li
>            Priority: Major
>
> Code generated by {{AggsHandlerCodeGenerator}} can fail to compile if certain functions get overridden by custom module:
> {noformat}
> Caused by: org.codehaus.commons.compiler.CompileException: Line 20, Column 215: A method named "getRuntimeContext" is not declared in any enclosing class nor any supertype, nor through a static import
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)