[jira] (CALCITE-6387) Calcite build while compiliation with jdk17+

2024-05-03 Thread Caican Cai (Jira)


[ https://issues.apache.org/jira/browse/CALCITE-6387 ]


Caican Cai deleted comment on CALCITE-6387:
-

was (Author: JIRAUSER302115):
[~Sergey Nuyanzin] Hello, does the corresponding document need to be modified? 
./gradlew build seems to be unable to compile successfully.

> Calcite build while compiliation with jdk17+
> 
>
> 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
>Assignee: Sergey Nuyanzin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.37.0
>
>
> 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 {
> tasks {
> configureEach {
> jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
> jvmArgs("--add-opens=java.base/java.nio=ALL-UNNAMED")
> }
> }
> }
> {noformat}



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


[jira] (CALCITE-6387) Calcite build while compiliation with jdk17+

2024-04-27 Thread Caican Cai (Jira)


[ https://issues.apache.org/jira/browse/CALCITE-6387 ]


Caican Cai deleted comment on CALCITE-6387:
-

was (Author: JIRAUSER302115):
I tried it and there was no similar problem

> Calcite build while compiliation with jdk17+
> 
>
> 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 {
> tasks {
> configureEach {
> jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
> jvmArgs("--add-opens=java.base/java.nio=ALL-UNNAMED")
> }
> }
> }
> {noformat}



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