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

[Dataset] Add FromXXX operators #32959

Merged
merged 61 commits into from
Apr 8, 2023
Merged

Commits on Feb 28, 2023

  1. pull in tests

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a75f2a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c3b9486 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    49a29e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. from_items operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f4b79f5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a4899d8 View commit details
    Browse the repository at this point in the history
  3. inherit logicaloperator class instead

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5ab0827 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. add from_pandas_ref operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1adee26 View commit details
    Browse the repository at this point in the history
  2. add FromPandas operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5c948f8 View commit details
    Browse the repository at this point in the history
  3. clean up

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8c43af7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4f59fa6 View commit details
    Browse the repository at this point in the history
  5. add FromDask operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    43c9ff7 View commit details
    Browse the repository at this point in the history
  6. add FromModin operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3b6a6a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. add untested FromMARS operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9eb97a4 View commit details
    Browse the repository at this point in the history
  2. add numpy operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9de3941 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0235a84 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. add FromArrowRefs and FromArrow operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4fdfddd View commit details
    Browse the repository at this point in the history
  2. add spark operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    baf7f04 View commit details
    Browse the repository at this point in the history
  3. add FromHuggingFace operator

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7a6d7b1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    430d644 View commit details
    Browse the repository at this point in the history
  5. add FromTF/Torch operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    621c38a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9238ad7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7496d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    f06a4fe View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. update tests

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6f495db View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    fae7879 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f342970 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. defer other ray.put calls

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    01b8b7e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    868a6be View commit details
    Browse the repository at this point in the history
  3. update mars and modin operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a4760d1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    70a112f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. wrap up

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6a1d03d View commit details
    Browse the repository at this point in the history
  2. update list elem instead

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8f85dfb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    cfaec60 View commit details
    Browse the repository at this point in the history
  4. update tests

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7016308 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    aef7e26 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. update tests

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9b3ce31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5da0e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6d37ddb View commit details
    Browse the repository at this point in the history
  2. update import path

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3789051 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    018b201 View commit details
    Browse the repository at this point in the history
  4. arrow remote fn

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dd52903 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a878a3b View commit details
    Browse the repository at this point in the history
  6. tuple

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    163b16d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e156e9e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ff5f4c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0dd35b6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9be61e0 View commit details
    Browse the repository at this point in the history
  3. undo bad format

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f64cd4f View commit details
    Browse the repository at this point in the history
  4. more bad formatting

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5b7552a View commit details
    Browse the repository at this point in the history
  5. clean up

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d68cbdd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2fab98a View commit details
    Browse the repository at this point in the history
  2. fix mars test

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cde182f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5b4a9fc View commit details
    Browse the repository at this point in the history
  4. add FromMARS op to whitelist

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    90db6a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f23565d View commit details
    Browse the repository at this point in the history
  2. comments part 1

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1797970 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2452c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. test progress

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4971016 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into from-operators

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    5631dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da6cdf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. remove logical_op from public methods

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    468d4fe View commit details
    Browse the repository at this point in the history