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

PARQUET-1802: Use job ClassLoader to load CompressionCodec class #760

Merged
merged 1 commit into from Feb 24, 2020

Commits on Feb 19, 2020

  1. PARQUET-1802: Use job ClassLoader to load CompressionCodec class

    The MR job might be having a different ClassLoader then
    the defining ClassLoader of the CodecFactory class.
    A CompressionCodec class that is not loadable via the
    CodecFactory ClassLoader might be loadable through the
    job ClassLoader.
    chtyim committed Feb 19, 2020
    Copy the full SHA
    cddcea2 View commit details
    Browse the repository at this point in the history