[
https://issues.apache.org/jira/browse/FLINK-34229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17811115#comment-17811115
]
Dan Zou commented on FLINK-34229:
---------------------------------
[~xiasun], I could not reproduce in my environment, could you please turn on
the debug log and obtain the generated code in the log in CompileUtils#
doCompile.
{code:java}
private static <T> Class<T> doCompile(ClassLoader cl, String name, String
code) {
checkNotNull(cl, "Classloader must not be null.");
CODE_LOG.debug("Compiling: {} \n\n Code:\n{}", name, code)
...
}
{code}
> Duplicate entry in InnerClasses attribute in class file FusionStreamOperator
> ----------------------------------------------------------------------------
>
> Key: FLINK-34229
> URL: https://issues.apache.org/jira/browse/FLINK-34229
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Runtime
> Affects Versions: 1.19.0
> Reporter: xingbe
> Priority: Major
> Attachments: image-2024-01-24-17-05-47-883.png
>
>
> I noticed a runtime error happens in 10TB TPC-DS (q35.sql) benchmarks in
> 1.19, the problem did not happen in 1.18.0. This issue may have been newly
> introduced recently. !image-2024-01-24-17-05-47-883.png|width=589,height=279!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)