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
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 codegen bytecode beyond 64KB.
Hi all,
I