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

Pass down backend to lazy series and enable re_named_captures/2 usage #896

Merged
merged 7 commits into from
Apr 21, 2024

Commits on Apr 17, 2024

  1. Normalise dtype for lazy series

    The idea is to simplify and validate the dtypes for lazy series.
    philss committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3f64a55 View commit details
    Browse the repository at this point in the history
  2. Pass down the backend to the LazySeries

    The idea is to enable using it in case of any requirement.
    philss committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    24805ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3b8550 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    3a8d825 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Using default backend in case it's not available

    There is no way to test that scenario today.
    philss committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c708f46 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Raise instead of logging

    philss committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1ae1ddd View commit details
    Browse the repository at this point in the history
  2. Update lib/explorer/backend/lazy_series.ex

    Co-authored-by: José Valim <jose.valim@dashbit.co>
    philss and josevalim committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e59d434 View commit details
    Browse the repository at this point in the history