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

[Pulsar SQL] Add workaround for Presto 332 java.version parsing issue #14988

Closed

Commits on Apr 2, 2022

  1. [Pulsar SQL] Add workaround for Presto 332 java.version parsing issue

    - Presto 332 cannot parse a version string with more than 2 dots, such as 11.0.14.1
      - Add a workaround that overrides the java.version system property with a version
        with 2 dots in it.
    lhotari committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    ef98161 View commit details
    Browse the repository at this point in the history