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-781. Direct support for PathOutputCommitter #1361

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 30, 2024

  1. PARQUET-781. Support PathOutputCommitter

    If "parquet.path.outputcommitter.enabled" is true
    then it uses the PathOutputCommitterFactory mechanism to dynamically
    choose a committer for the output path.
    Such committers do not generate summary files; a warning
    about this is printed when appropriate
    
    This significantly simplifies writing to s3/azure/gcs
    though committers which commit correctly and efficiently
    to the target stores.
    
    Change-Id: Ib443c64bbdf37f808213d46d02a4fcba2f8f1361
    steveloughran committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d25fb79 View commit details
    Browse the repository at this point in the history