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

[SPARK-44886][SQL] Introduce CLUSTER BY clause for CREATE/REPLACE TABLE #42577

Closed
wants to merge 19 commits into from

Commits on Aug 21, 2023

  1. initial commit

    imback82 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    71faed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    e83d706 View commit details
    Browse the repository at this point in the history
  2. update doc for error class

    imback82 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    51516d0 View commit details
    Browse the repository at this point in the history
  3. scala 2.13 fix

    imback82 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    bb40915 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 30, 2023

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

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    6872414 View commit details
    Browse the repository at this point in the history
  2. add TransformExtractorSuite

    imback82 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c4e2e6c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    51d3d51 View commit details
    Browse the repository at this point in the history
  2. fix error condition doc

    imback82 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    730be5b View commit details
    Browse the repository at this point in the history
  3. hive tests

    imback82 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    354a257 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. address comments

    imback82 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d3538ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9defb View commit details
    Browse the repository at this point in the history
  3. remove unnecessary changes

    imback82 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    15311bc View commit details
    Browse the repository at this point in the history
  4. fix comments

    imback82 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    08421f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. address comments

    imback82 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1262ce1 View commit details
    Browse the repository at this point in the history
  2. revert unnecessary changes

    imback82 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1be8e4a View commit details
    Browse the repository at this point in the history
  3. fix scala style

    imback82 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    328e461 View commit details
    Browse the repository at this point in the history
  4. address comment

    imback82 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9e52100 View commit details
    Browse the repository at this point in the history