Re: SQL codegen bytecode beyond 64KB.

2019-01-11 Thread Timo Walther
Hi, this is a known problem that occurs if you have big expressions. For example, a big CASE WHEN clause. Currenlty, we only split by field not within expressions. But this might be fixed soon as there is a PR available [1]. As a workaround, use a UDF instead. Regards, Timo [1] https://git

Re: SQL codegen bytecode beyond 64KB.

2019-01-10 Thread xueyu
Hi, Do you mind post your sql...? There are special cases that could result in this error.. -- Original -- From: "563280193"<563280...@qq.com>; Date: Thu, Jan 10, 2019 03:34 PM To: "dev";"user"; Subject: SQL cod

SQL codegen bytecode beyond 64KB.

2019-01-09 Thread 563280...@qq.com
Hi all, I run a very long sql file . It occur a error like this: "Code of method "split$1931$(LDataStreamCalcRule$1933;)V" of class "DataStreamCalcRule$1933" grows beyond 64 KB" My Flink version is 1.6.3 Anyone could help me to resolve this issue, thanks! devin. 563280...@

SQL codegen bytecode beyond 64KB.

2019-01-09 Thread 563280...@qq.com
Hi all, I run a very long sql file . It occur a error like this: "Code of method "split$1931$(LDataStreamCalcRule$1933;)V" of class "DataStreamCalcRule$1933" grows beyond 64 KB" My Flink version is 1.6.3 Anyone could help me to resolve this issue, thanks! devin. 563280...@qq.com