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

Use Task class instead of tuple #8797

Merged
merged 23 commits into from
Oct 24, 2024
Merged

Use Task class instead of tuple #8797

merged 23 commits into from
Oct 24, 2024

Commits on Oct 15, 2024

  1. initial support for task spec

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3496285 View commit details
    Browse the repository at this point in the history
  2. send keys as set

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    034b18d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6e24a View commit details
    Browse the repository at this point in the history
  4. cleanup imports

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    54af6b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfddc3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ecee1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    155c19d View commit details
    Browse the repository at this point in the history
  8. offload materialization again

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8766b53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02dd8d1 View commit details
    Browse the repository at this point in the history
  10. fix imports

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b137c7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55cf70b View commit details
    Browse the repository at this point in the history
  12. fix typing

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4f6f700 View commit details
    Browse the repository at this point in the history
  13. fix

    fjetter committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    eba5490 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1bbbfb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    380e33f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Review

    fjetter committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8d6fd39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22e65a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f546d00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb071db View commit details
    Browse the repository at this point in the history
  5. Add type validation exception

    fjetter committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    dd675f0 View commit details
    Browse the repository at this point in the history
  6. fix p2p shuffle

    fjetter committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8349918 View commit details
    Browse the repository at this point in the history
  7. remove whitespace

    fjetter committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    83c9f3f View commit details
    Browse the repository at this point in the history
  8. use is_dataframe_like

    fjetter committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    65ed5d5 View commit details
    Browse the repository at this point in the history