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

Polars lazyframe #2695

Merged
merged 12 commits into from
Aug 28, 2024
Merged

Polars lazyframe #2695

merged 12 commits into from
Aug 28, 2024

Commits on Aug 20, 2024

  1. add polars LazyFrame handlers

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    87afb28 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a764c4a View commit details
    Browse the repository at this point in the history
  3. update @thomasjpfan

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    998445e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix lint

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    55db243 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    3033cfc View commit details
    Browse the repository at this point in the history
  2. fix tests, dont auto-register LazyFrame renderer

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1bb860a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. debug

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    24c7519 View commit details
    Browse the repository at this point in the history
  2. debug

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    14ec429 View commit details
    Browse the repository at this point in the history
  3. revert

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8ac5154 View commit details
    Browse the repository at this point in the history
  4. use read_parquet for LazyFrame decoder

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5a01a7f View commit details
    Browse the repository at this point in the history
  5. convert to LazyFrame

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    422e393 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    56662a6 View commit details
    Browse the repository at this point in the history