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(python): better async_collect #10912

Merged
merged 8 commits into from
Sep 15, 2023
Merged

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    76c2431 View commit details
    Browse the repository at this point in the history
  2. fix: use deprecated typing.Awaitable instead of collections.abc.Await…

    …able because of python3.8
    Object905 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a3605e2 View commit details
    Browse the repository at this point in the history
  3. feat: add tests for LazyFrame.collect_async and pl.collect_all_async,…

    … add parameters to documentation
    Object905 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dd99939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee13018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76d60a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c7911c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fec1747 View commit details
    Browse the repository at this point in the history
  8. fix: ruff lint

    Object905 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6e149e3 View commit details
    Browse the repository at this point in the history