[FLINK-24408] - org.codehaus.janino.InternalCompilerException: Compiling "StreamExecValues$200": Code of method "nextRecord(Ljava/lang/Object;)Ljava/lang/Object;" of class "StreamExecValues$200" grows beyond 64 KB [FLINK-24409] - Kafka topics with periods in their names generate a constant ...
n: Code of method "(Lorg/apache/spark/sql/catalyst/expressions/GeneratedClass$SpecificUnsafeProjection;Lorg/apache/spark/sql/catalyst/InternalRow;)V" 来自:帮助中心 查看更多 → 执行复杂SQL语句时报“Code of method ... grows beyond 64 KB”的错误 n: Code of method "(Lorg/apache/spark/sql/ca...
其中,TableConfigOptions 和 TableConfig 是我们想看的,因为和 Flinksql 有关。ExecutionConfigOptions 点进去看,可以看到该类中提到的 64 KB 为数据溢写大小。 通过查看 TableConfigOptions 和 TableConfig ,可以发现一句很重要的话:Java has a maximum method length of 64 KB. 在TableConfigOptions 中发现了修改...