[ 
https://issues.apache.org/jira/browse/CALCITE-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841499#comment-17841499
 ] 

Benchao Li commented on CALCITE-6387:
-------------------------------------

I can't reproduce this on jdk11(11.0.21), but jdk17(17.0.7) could reproduce it. 
I'm using MacOS(Ventura 13.5.2, M2).

> Calcite build while compiliation with jdk11+
> --------------------------------------------
>
>                 Key: CALCITE-6387
>                 URL: https://issues.apache.org/jira/browse/CALCITE-6387
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 1.36.0
>            Reporter: Sergey Nuyanzin
>            Priority: Major
>              Labels: pull-request-available
>
> The issue appears with newly added Arrow adapter which requires 
> {noformat}
> --add-opens=java.base/java.nio=ALL-UNNAMED
> {noformat}
> could be fixed with adding 
> {noformat}
>     plugins.withType<JavaPlugin> {
>         tasks {
>             configureEach<Test> {
>                 jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
>                 jvmArgs("--add-opens=java.base/java.nio=ALL-UNNAMED")
>             }
>         }
>     }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to