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

Add support for Substrait Struct literals and type #10622

Merged
merged 5 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Add support for (un-named) Substrait Struct literal

    Adds support for converting from DataFusion Struct ScalarValues into Substrait Struct Literals and back.
    All structs are assumed to be unnamed - ie fields are renamed
    into "c0", "c1", etc
    Blizzara committed May 22, 2024
    Configuration menu
    Copy the full SHA
    06fd5d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd964f8 View commit details
    Browse the repository at this point in the history
  3. cargo fmt --all

    Blizzara committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cc9f996 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    84ccaa3 View commit details
    Browse the repository at this point in the history
  2. retry ci

    Blizzara committed May 23, 2024
    Configuration menu
    Copy the full SHA
    65d1fc7 View commit details
    Browse the repository at this point in the history