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

Change ScalarValue::{List, LargeList, FixedSizedList} to take specific types rather than ArrayRef #8562

Merged
merged 18 commits into from
Jan 9, 2024

Commits on Dec 15, 2023

  1. Change ScalarValue::List type signature

    Also ScalarValue::LargeList and ScalarValue::FixedSizeList
    Spears Randall authored and Spears Randall committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4bc822b View commit details
    Browse the repository at this point in the history
  2. Formatting/cleanup

    Spears Randall authored and Spears Randall committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6938bd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Remove duplicate match statements

    Spears Randall authored and Spears Randall committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a8585b6 View commit details
    Browse the repository at this point in the history
  2. Add back scalar eq_array test for List

    Spears Randall authored and Spears Randall committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    da1bf38 View commit details
    Browse the repository at this point in the history
  3. Formatting

    Spears Randall authored and Spears Randall committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    48bfc92 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Reduce code duplication

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    bf1adaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fe9329 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflict

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    73d6776 View commit details
    Browse the repository at this point in the history
  4. Fix post-merge compile errors

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    41f0d36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ec85e View commit details
    Browse the repository at this point in the history
  6. improve

    alamb committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2fd67d9 View commit details
    Browse the repository at this point in the history
  7. Cargo fmt fix

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    84f3fed View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from alamb/alamb/less_copy3

    Remove redundant partial_cmp implementation
    rspears74 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7cf1511 View commit details
    Browse the repository at this point in the history
  9. Reduce duplication in formatter

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    38488af View commit details
    Browse the repository at this point in the history
  10. Reduce more duplication

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c212877 View commit details
    Browse the repository at this point in the history
  11. Fix test error

    Spears Randall authored and Spears Randall committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    588671c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    2579749 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    713374c View commit details
    Browse the repository at this point in the history