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

Test Framework: Support CSV to Parquet conversion #1611

Merged
merged 7 commits into from
Jun 7, 2023

Commits on Jun 6, 2023

  1. Test Framework: Support CSV to Parquet conversion

    This commit adds the capability of converting CSV
    datasets to parquet datasets on the fly for the tests,
    by simply using the following command in the test header:
    -DATASET CSV CSV_TO_PARQUET(dataset)
    rfdavid committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ed1886d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9978544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50eca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f03c1 View commit details
    Browse the repository at this point in the history
  5. Rebase

    rfdavid committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8bfaf67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8efcb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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