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: introduce eager loading functions #147

Merged
merged 31 commits into from
Jul 1, 2024
Merged

Commits on Dec 22, 2023

  1. chore(deps): Upgrade calamine 0.22.1 -> 0.23.0

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0a97e8d View commit details
    Browse the repository at this point in the history
  2. feat: introduce eager loading functions

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5cc31be View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    4db77ee View commit details
    Browse the repository at this point in the history
  2. adapt to recent changes

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b9ec9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5026389 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. feat: added support for schema_sample_rows

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    15b52a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    230a832 View commit details
    Browse the repository at this point in the history
  2. solve merge conflicts

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6cd77ab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    1cde690 View commit details
    Browse the repository at this point in the history
  2. adapt to recent changes on main

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d6548a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. adapt to recent changes on main

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d64dc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e8175 View commit details
    Browse the repository at this point in the history
  3. adapt error message

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6adca86 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    bb51f94 View commit details
    Browse the repository at this point in the history
  2. adapt to recent changes on main

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4a8532c View commit details
    Browse the repository at this point in the history
  3. fat refactor, might support non-eager by-ref

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3eb6ca3 View commit details
    Browse the repository at this point in the history
  4. add iterations to test.py

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6bf5fb1 View commit details
    Browse the repository at this point in the history
  5. remove unused file

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c1c0990 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    eb51afc View commit details
    Browse the repository at this point in the history
  2. adapt to recent changes on main

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bfb92fe View commit details
    Browse the repository at this point in the history
  3. fix: ensure eager=True always returns a RecordBatch

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ad5f326 View commit details
    Browse the repository at this point in the history
  4. remove commented out code

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4bcc947 View commit details
    Browse the repository at this point in the history
  5. simplify lifetime annotations

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    50d518d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

  1. adapt code to recent changes

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6b67cfc View commit details
    Browse the repository at this point in the history
  2. remove dbg!

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a7b8665 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    cc9588b View commit details
    Browse the repository at this point in the history
  2. fix typing

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6ed47ce View commit details
    Browse the repository at this point in the history
  3. chore: clippy rust 1.79

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    01dfb76 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. docs: improve docstrings

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    371b2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e92efd View commit details
    Browse the repository at this point in the history