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 pandas 2 in flytekit #1818

Merged
merged 63 commits into from
Dec 18, 2023
Merged

Add support pandas 2 in flytekit #1818

merged 63 commits into from
Dec 18, 2023

Commits on Sep 3, 2023

  1. remove pandas

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6c15fda View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. update dev requirement

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    e4a5e55 View commit details
    Browse the repository at this point in the history
  2. update dev requirement

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1b49769 View commit details
    Browse the repository at this point in the history
  3. update dev requirement

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    909fbce View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f01e3b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. return dummy module if module is not installed

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3962fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015a0ac View commit details
    Browse the repository at this point in the history
  3. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    68c032c View commit details
    Browse the repository at this point in the history
  4. fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    30eee83 View commit details
    Browse the repository at this point in the history
  5. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0347700 View commit details
    Browse the repository at this point in the history
  6. fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8e0b58f View commit details
    Browse the repository at this point in the history
  7. fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4fb0c03 View commit details
    Browse the repository at this point in the history
  8. fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4d30607 View commit details
    Browse the repository at this point in the history
  9. fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e2b5450 View commit details
    Browse the repository at this point in the history
  10. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3e64dcb View commit details
    Browse the repository at this point in the history
  11. Add tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bf968f3 View commit details
    Browse the repository at this point in the history
  12. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ae53480 View commit details
    Browse the repository at this point in the history
  13. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c2921d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. merged master

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    df88479 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. merged master

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6d5d9fb View commit details
    Browse the repository at this point in the history
  2. add pyarrow to dev

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d3b8e5f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. merged master

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2e88e74 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. merged master

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4edec78 View commit details
    Browse the repository at this point in the history
  2. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5f477c7 View commit details
    Browse the repository at this point in the history
  3. rename

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fdaa5f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Test pandas 1 & 2

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f6ab978 View commit details
    Browse the repository at this point in the history
  2. Merged master

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    10b00c3 View commit details
    Browse the repository at this point in the history
  3. update GA workflow

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    e68da19 View commit details
    Browse the repository at this point in the history
  4. update GA workflow

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    c57c0fe View commit details
    Browse the repository at this point in the history
  5. unit test without pandas

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    94c9aca View commit details
    Browse the repository at this point in the history
  6. fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    10d8466 View commit details
    Browse the repository at this point in the history
  7. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    e15910d View commit details
    Browse the repository at this point in the history
  8. fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d5669da View commit details
    Browse the repository at this point in the history
  9. Add pyarrow back

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    85a431b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Skip some tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    97bd5e9 View commit details
    Browse the repository at this point in the history
  2. Skip some tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    242436d View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    bb7ab63 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    22ba6c0 View commit details
    Browse the repository at this point in the history
  5. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    dc6119f View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1dcba35 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0e8ea2c View commit details
    Browse the repository at this point in the history
  8. Fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b29ec36 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Skip specific test

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e6c3a0d View commit details
    Browse the repository at this point in the history
  2. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8a2d047 View commit details
    Browse the repository at this point in the history
  3. update-pytest-mark

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b311082 View commit details
    Browse the repository at this point in the history
  4. fix-test

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    37af712 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    68fcc8f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b47f436 View commit details
    Browse the repository at this point in the history
  2. fix-test

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    788f918 View commit details
    Browse the repository at this point in the history
  3. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    18c4fb8 View commit details
    Browse the repository at this point in the history
  4. fix-test

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    97b8547 View commit details
    Browse the repository at this point in the history
  5. uninstall -y

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1185631 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fixed test

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    351d673 View commit details
    Browse the repository at this point in the history
  2. Merged master

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d05a11f View commit details
    Browse the repository at this point in the history
  3. ni

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    30a986a View commit details
    Browse the repository at this point in the history
  4. update test_union_in_dataclass

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    55c8847 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1da781d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae2746 View commit details
    Browse the repository at this point in the history
  7. Update github workflow

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a155a0e View commit details
    Browse the repository at this point in the history
  8. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    915818f View commit details
    Browse the repository at this point in the history
  9. force reinstall

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cef8fae View commit details
    Browse the repository at this point in the history
  10. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9a8278b View commit details
    Browse the repository at this point in the history
  11. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    52a1143 View commit details
    Browse the repository at this point in the history