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

API, Core: Add default value APIs and Avro implementation #9502

Merged
merged 11 commits into from
Oct 4, 2024

Commits on Aug 21, 2024

  1. Add default value test cases

    wmoustafa authored and Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1746061 View commit details
    Browse the repository at this point in the history
  2. Add main default value methods

    wmoustafa authored and Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8a115c6 View commit details
    Browse the repository at this point in the history
  3. Add default value implementation for GenericAvroReader

    wmoustafa authored and Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    09549ca View commit details
    Browse the repository at this point in the history
  4. Convert Iceberg data to Avro data

    wmoustafa authored and Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2251e05 View commit details
    Browse the repository at this point in the history
  5. Fix ambiguous function call only taking place in Github checks

    wmoustafa authored and Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4bbd919 View commit details
    Browse the repository at this point in the history
  6. Refactor toGenericRecord

    Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fa8d4ff View commit details
    Browse the repository at this point in the history
  7. Make NestedField private

    Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7d622c4 View commit details
    Browse the repository at this point in the history
  8. Rebase on main

    Walaa Eldin Moustafa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a0792d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Refactor to use a NestedField builder and remove nested defaults. (#1)

    * Refactor to use a NestedField builder and remove nested defaults.
    
    * Remove unsupported test cases.
    
    * Apply spotless
    
    * Rename for clarity.
    rdblue authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    58957e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update some methods

    Walaa Eldin Moustafa committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7d66a52 View commit details
    Browse the repository at this point in the history
  2. Spotless apply

    Walaa Eldin Moustafa committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    084d1b2 View commit details
    Browse the repository at this point in the history