You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/20 03:15:00 UTC

[jira] [Updated] (CALCITE-5192) CodeGenerationBenchmark throws IllegalStateException

     [ https://issues.apache.org/jira/browse/CALCITE-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated CALCITE-5192:
------------------------------------
    Labels: pull-request-available  (was: )

> CodeGenerationBenchmark throws IllegalStateException
> ----------------------------------------------------
>
>                 Key: CALCITE-5192
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5192
>             Project: Calcite
>          Issue Type: Improvement
>    Affects Versions: 1.30.0
>            Reporter: Benchao Li
>            Assignee: Benchao Li
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{CodeGenerationBenchmark}} will throw {{IllegalStateException}} because {{IClassBodyEvaluator}} has state and do not allow to be reused.
> {code:java}
> java.lang.IllegalStateException: Must only be called before "cook()"
> 	at org.codehaus.janino.SimpleCompiler.assertUncooked(SimpleCompiler.java:482)
> 	at org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:234)
> 	at org.codehaus.janino.ClassBodyEvaluator.cook(ClassBodyEvaluator.java:294)
> 	at org.codehaus.janino.ClassBodyEvaluator.cook(ClassBodyEvaluator.java:288)
> 	at org.codehaus.janino.ClassBodyEvaluator.cook(ClassBodyEvaluator.java:267)
> 	at org.codehaus.commons.compiler.Cookable.cook(Cookable.java:52)
> 	at org.codehaus.janino.ClassBodyEvaluator.createInstance(ClassBodyEvaluator.java:428)
> 	at org.apache.calcite.adapter.enumerable.CodeGenerationBenchmark.getBindableNoCache(CodeGenerationBenchmark.java:249)
> 	at org.apache.calcite.adapter.enumerable.jmh_generated.CodeGenerationBenchmark_getBindableNoCache_jmhTest.getBindableNoCache_thrpt_jmhStub(CodeGenerationBenchmark_getBindableNoCache_jmhTest.java:122)
> 	at org.apache.calcite.adapter.enumerable.jmh_generated.CodeGenerationBenchmark_getBindableNoCache_jmhTest.getBindableNoCache_Throughput(CodeGenerationBenchmark_getBindableNoCache_jmhTest.java:85) 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)