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: Conditionally allow to keep partition_by columns when using PARTITIONED BY enhancement #11107

Merged
merged 15 commits into from
Jun 28, 2024

Commits on Jun 25, 2024

  1. feat: conditionally allow to keep partition_by columns

    Héctor Veiga Ortiz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a038d6f View commit details
    Browse the repository at this point in the history
  2. feat: add flag to file sink config, add tests

    Héctor Veiga Ortiz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    44be074 View commit details
    Browse the repository at this point in the history
  3. this commit contains:

     - separate options by prefix 'hive.'
     - add hive_options to CopyTo struct
     - add more documentation
     - add session execution flag to enable feature, false by default
    Héctor Veiga Ortiz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    43b931c View commit details
    Browse the repository at this point in the history
  4. do not add hive_options to CopyTo

    Héctor Veiga Ortiz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1578273 View commit details
    Browse the repository at this point in the history
  5. npx prettier

    alamb committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    20197a1 View commit details
    Browse the repository at this point in the history
  6. fmt

    alamb committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    206b274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89adc88 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. change prefix to execution. , update override order for condition.

    Héctor Veiga Ortiz committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e91397a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. improve handling of flag, added test for config error

    Héctor Veiga Ortiz committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e352203 View commit details
    Browse the repository at this point in the history
  2. trying to make CI happier

    Héctor Veiga Ortiz committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4132827 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    23d95c0 View commit details
    Browse the repository at this point in the history
  2. prettier

    alamb committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f4e2158 View commit details
    Browse the repository at this point in the history
  3. Update test

    alamb committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5f02278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e76d811 View commit details
    Browse the repository at this point in the history
  5. update doc

    alamb committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fdbca78 View commit details
    Browse the repository at this point in the history