You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2018/03/12 10:35:00 UTC

[jira] [Resolved] (FLINK-8274) Fix Java 64K method compiling limitation for CommonCalc

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

Timo Walther resolved FLINK-8274.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0
                   1.5.0

Fixed in 1.6.0: 1f55f730a65c077573ac85e67ecebc6e25c252f7
Fixed in 1.5.0: 7cf56bc51c47d8d7cd943f44d2dad83e50324d05

> Fix Java 64K method compiling limitation for CommonCalc
> -------------------------------------------------------
>
>                 Key: FLINK-8274
>                 URL: https://issues.apache.org/jira/browse/FLINK-8274
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API &amp; SQL
>    Affects Versions: 1.5.0
>            Reporter: Ruidong Li
>            Assignee: Ruidong Li
>            Priority: Critical
>             Fix For: 1.5.0, 1.6.0
>
>
> For complex SQL Queries, the generated code for {code}DataStreamCalc{code}, {code}DataSetCalc{code} may exceed Java's method length limitation 64kb.
>  
> This issue will split long method to several sub method calls.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)