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

WIP: apply upstream commit for "enable parallelized writes with ParquetSink" #13

Closed
wants to merge 1 commit into from

Commits on Apr 26, 2024

  1. Allow adding user defined metadata to ParquetSink (apache#10224)

    * chore: make explicit what ParquetWriterOptions are created from a subset of TableParquetOptions
    
    * refactor: restore the ability to add kv metadata into the generated file sink
    
    * test: demomnstrate API contract for metadata TableParquetOptions
    
    * chore: update code docs
    
    * fix: parse on proper delimiter, and improve tests
    
    * fix: enable any character in the metadata string value, by having any key parsing be a part of the format.metadata::key
    wiedld authored and appletreeisyellow committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e5d618f View commit details
    Browse the repository at this point in the history