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(iox-10578): patched df upgrade 202-04-20 #14

Closed
wants to merge 8 commits 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
  2. Configuration menu
    Copy the full SHA
    561b989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad96ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94cd921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37c446a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05b322e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a15641 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49bccd2 View commit details
    Browse the repository at this point in the history