Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to JDK 21 w/ Java 17 Bytecode #23979

Draft
wants to merge 141 commits into
base: master
Choose a base branch
from
Draft

Conversation

ZacBlanco
Copy link
Contributor

Description

Motivation and Context

Impact

Test Plan

Contributor checklist

  • Please make sure your submission complies with our development, formatting, commit message, and attribution guidelines.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • If release notes are required, they follow the release notes guidelines.
  • Adequate tests were added if applicable.
  • CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* ... :pr:`12345`
* ... :pr:`12345`

Hive Connector Changes
* ... :pr:`12345`
* ... :pr:`12345`

If release note is NOT required, use:

== NO RELEASE NOTE ==

Copy link

linux-foundation-easycla bot commented Nov 7, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@ZacBlanco ZacBlanco mentioned this pull request Nov 8, 2024
6 tasks
@ZacBlanco ZacBlanco force-pushed the upgradeJava17Bytecode branch 4 times, most recently from 476b65d to 7234d24 Compare November 14, 2024 00:23
imjalpreet and others added 23 commits November 20, 2024 17:37
There are a large number of parameters passed to argLine
through the airbase POM. Set the airbase-specific props
instead to aid in test failures
It seems later JVMs have drasitically improved their String
representations. However, the string test is a bit of a wash
because the estimated size entirely depends upon the
strings which are used as input to the sketch. I think it's
ok for this test to not be accurate for string-typed
arguments for now.
For future, we can leave this as the default (true), but for
testing on the PR we want to see both actions run
to one that uses JDK 17
Temp change to limit the errors from using a JDK 17 only image
@aaneja aaneja changed the title Upgrade to Java 17 Bytecode Upgrade to JDK 21 w/ Java 17 Bytecode Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants