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

add parquet-fromcsv (#1) #1798

Merged
merged 14 commits into from
Jun 10, 2022
Merged

add parquet-fromcsv (#1) #1798

merged 14 commits into from
Jun 10, 2022

Commits on Jun 6, 2022

  1. add parquet-fromcsv (#1)

    add command line tool for convert csv to parquet.
    kazuk committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    cdf3657 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

  1. Update parquet/src/bin/parquet-fromcsv.rs

    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    kazuk and tustvold committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7338cc2 View commit details
    Browse the repository at this point in the history
  2. Update parquet/src/bin/parquet-fromcsv.rs

    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    kazuk and tustvold committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7174b2d View commit details
    Browse the repository at this point in the history
  3. Update parquet/src/bin/parquet-fromcsv.rs

    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    kazuk and tustvold committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4b406be View commit details
    Browse the repository at this point in the history
  4. Update parquet/src/bin/parquet-fromcsv.rs

    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    kazuk and tustvold committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6dbd7ca View commit details
    Browse the repository at this point in the history
  5. automate update help text

    kazuk committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    3ccf705 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. remove anyhow

    kazuk committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d91bfde View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. add rat_exclude_files

    kazuk committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    71d0f8f View commit details
    Browse the repository at this point in the history
  2. update test_command_help

    kazuk committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7a1e80f View commit details
    Browse the repository at this point in the history
  3. fix clippy warnings

    kazuk committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ddeeff2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff77901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce3cefd View commit details
    Browse the repository at this point in the history
  6. fix cargo fmt lint

    kazuk committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    312a596 View commit details
    Browse the repository at this point in the history