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

feat: support arrow_struct_to_iceberg_struct #731

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Dec 4, 2024

  1. add arrow_struct_to_iceberg_struct

    ZENOTME committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    52912c0 View commit details
    Browse the repository at this point in the history
  2. use visitor pattern

    ZENOTME committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    cc09bff View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. refine visitor design

    ZENOTME committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    ecce70a View commit details
    Browse the repository at this point in the history
  2. add todo comment

    ZENOTME committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    85050d9 View commit details
    Browse the repository at this point in the history
  3. fix typos

    ZENOTME committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    8c46815 View commit details
    Browse the repository at this point in the history
  4. use field nullable instead of array nullable

    ZENOTME committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    1d19c78 View commit details
    Browse the repository at this point in the history