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

Support Serde for ScalarUDF in Physical Expressions #9436

Merged
merged 14 commits into from
Mar 19, 2024

Commits on Mar 3, 2024

  1. initial try

    yyy1000 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9ab42e2 View commit details
    Browse the repository at this point in the history
  2. revert

    yyy1000 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8d7c866 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    ee9c36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecfb11 View commit details
    Browse the repository at this point in the history
  3. stage commit

    yyy1000 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6b154e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    ecde242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33656a View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    yyy1000 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1738529 View commit details
    Browse the repository at this point in the history
  4. feat : add test

    yyy1000 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    93d9750 View commit details
    Browse the repository at this point in the history
  5. fix bug

    yyy1000 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    376905b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8d1eb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update datafusion/proto/src/physical_plan/to_proto.rs

    Co-authored-by: Dan Harris <1327726+thinkharderdev@users.noreply.github.com>
    yyy1000 and thinkharderdev authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    623e56c View commit details
    Browse the repository at this point in the history
  2. Update datafusion/proto/tests/cases/roundtrip_physical_plan.rs

    Co-authored-by: Dan Harris <1327726+thinkharderdev@users.noreply.github.com>
    yyy1000 and thinkharderdev authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1dfce4a View commit details
    Browse the repository at this point in the history
  3. address the comment

    yyy1000 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    767b53d View commit details
    Browse the repository at this point in the history