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

refactor(rust): Reorganize polars_io::parquet module #15860

Merged
merged 18 commits into from
Apr 24, 2024
Merged

Commits on Apr 24, 2024

  1. Split to read/write

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7a630d1 View commit details
    Browse the repository at this point in the history
  2. Move type

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d314926 View commit details
    Browse the repository at this point in the history
  3. Organize writer options

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6274f9d View commit details
    Browse the repository at this point in the history
  4. Shuffle writer module

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8cb7d57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bc5c0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38eb8e4 View commit details
    Browse the repository at this point in the history
  7. Move batched_writer

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    04ef04d View commit details
    Browse the repository at this point in the history
  8. Move RowGroupIter

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f41b66c View commit details
    Browse the repository at this point in the history
  9. Unstar imports

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    570998f View commit details
    Browse the repository at this point in the history
  10. Move FileMetaDataRef

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    383b786 View commit details
    Browse the repository at this point in the history
  11. Remove feature

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2abc6e5 View commit details
    Browse the repository at this point in the history
  12. Remove reexport

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c5d3a65 View commit details
    Browse the repository at this point in the history
  13. Docs

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    82d7981 View commit details
    Browse the repository at this point in the history
  14. Make mods private

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    91a5685 View commit details
    Browse the repository at this point in the history
  15. Unstar reexport

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    61d8080 View commit details
    Browse the repository at this point in the history
  16. Separate options module

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9628bc7 View commit details
    Browse the repository at this point in the history
  17. fmt

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    80080b6 View commit details
    Browse the repository at this point in the history
  18. Fix flags

    stinodego committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1ded963 View commit details
    Browse the repository at this point in the history