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 array_sort(list_sort) #8279

Merged
merged 50 commits into from
Dec 6, 2023
Merged

feat: Support array_sort(list_sort) #8279

merged 50 commits into from
Dec 6, 2023

Commits on Nov 8, 2023

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

Commits on Nov 10, 2023

  1. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	datafusion/physical-plan/src/joins/hash_join_utils.rs
    Asura7969 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6332bec View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	datafusion/physical-plan/src/joins/hash_join_utils.rs
    Asura7969 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cc5e0c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    a114310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928c811 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

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

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    a836cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5648dc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    a670409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22894a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    8a86a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5c584 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

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

Commits on Nov 20, 2023

  1. list sort

    Asura7969 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9becd04 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into list_sort

    # Conflicts:
    #	datafusion/proto/src/generated/prost.rs
    #	datafusion/proto/src/logical_plan/from_proto.rs
    Asura7969 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    10f668e View commit details
    Browse the repository at this point in the history
  3. fix: example doc

    Asura7969 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    32b406e View commit details
    Browse the repository at this point in the history
  4. fix: ci

    Asura7969 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e879302 View commit details
    Browse the repository at this point in the history
  5. fix: doc error

    Asura7969 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    116134a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da02fa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    d98eb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4628734 View commit details
    Browse the repository at this point in the history
  3. fix pb

    Asura7969 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    52f0afe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b41b1 View commit details
    Browse the repository at this point in the history
  5. fix ci

    Asura7969 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b7ad7f0 View commit details
    Browse the repository at this point in the history
  6. fix pb

    Asura7969 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    504655d View commit details
    Browse the repository at this point in the history
  7. fix: doc

    Asura7969 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    85c25d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79e7216 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. add table test

    Asura7969 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a7e51e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fix: not as expected

    Asura7969 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    29f2d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba51abd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2468f52 View commit details
    Browse the repository at this point in the history
  4. fix: return null

    Asura7969 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d369caa View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    68980ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9411940 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    ba28346 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into list_sort

    # Conflicts:
    #	datafusion/proto/proto/datafusion.proto
    #	datafusion/proto/src/generated/pbjson.rs
    #	datafusion/proto/src/generated/prost.rs
    Asura7969 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0d098d3 View commit details
    Browse the repository at this point in the history
  3. resolve conflicts

    Asura7969 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dea30c3 View commit details
    Browse the repository at this point in the history
  4. doc

    Asura7969 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    052f184 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Nov 30, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 2, 2023

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

Commits on Dec 3, 2023

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

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. Merge branch 'main' into list_sort

    # Conflicts:
    #	datafusion/expr/src/built_in_function.rs
    #	datafusion/proto/proto/datafusion.proto
    #	datafusion/proto/src/generated/pbjson.rs
    #	datafusion/proto/src/generated/prost.rs
    Asura7969 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9242903 View commit details
    Browse the repository at this point in the history
  2. merge

    Asura7969 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1e1cc77 View commit details
    Browse the repository at this point in the history