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(planner): Allowing setting sort order of parquet files without specifying the schema #12466

Merged
merged 7 commits into from
Sep 21, 2024

Commits on Sep 19, 2024

  1. fix(planner): Allowing setting sort order of parquet files without sp…

    …ecifying the schema
    
    This PR allows for the following SQL query to be passed without a schema
    
    create external table cpu stored as parquet location 'cpu.parquet' with order (time);
    
    closes apache#7317
    devanbenz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2b39944 View commit details
    Browse the repository at this point in the history
  2. chore: fmt'ing

    devanbenz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8a65625 View commit details
    Browse the repository at this point in the history
  3. fix: fmt

    devanbenz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    356a5b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3042a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add some more tests

    alamb committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    95e0341 View commit details
    Browse the repository at this point in the history
  2. fix: use !asc

    Co-authored-by: Andrew Lamb <[email protected]>
    devanbenz and alamb committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6d432a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc59587 View commit details
    Browse the repository at this point in the history