Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-6387

Calcite build while compiliation with jdk17+

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.36.0
    • 1.37.0
    • None

    Description

      The issue appears with newly added Arrow adapter which requires

      --add-opens=java.base/java.nio=ALL-UNNAMED
      

      could be fixed with adding

          plugins.withType<JavaPlugin> {
              tasks {
                  configureEach<Test> {
                      jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
                      jvmArgs("--add-opens=java.base/java.nio=ALL-UNNAMED")
                  }
              }
          }
      
      

      Attachments

        Issue Links

          Activity

            People

              Sergey Nuyanzin Sergey Nuyanzin
              Sergey Nuyanzin Sergey Nuyanzin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: