ПФ
Size: a a a
ПФ
GP
ПФ
GP
GP
GP
GP
ПФ
ПФ
ПФ
NN
GP
АК
GP
A
A
A
CodeGenerator.compile(cleanedSource)logWarning(s"Whole-stage codegen disabled for plan (id=$codegenStageId):\n $treeString")// Check if compiled code has a too large function
if (compiledCodeStats.maxMethodCodeSize > conf.hugeMethodLimit) {logInfo(s"Found too long generated codes and JIT optimization might not work: " +
s"the bytecode size (${compiledCodeStats.maxMethodCodeSize}) is above the limit " +
s"${conf.hugeMethodLimit}, and the whole-stage codegen was disabled " +
s"for this plan (id=$codegenStageId). To avoid this, you can raise the limit " +
s"`${SQLConf.WHOLESTAGE_HUGE_METHOD_LIMIT.key}`:\n$treeString")return child.execute()mapPartitionsWithIndex делаемval (clazz, _) = CodeGenerator.compile(cleanedSource)GP
A
A
hole-stage codegen disabled на воркерах?