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-33448][SQL] Support CACHE/UNCACHE TABLE commands for v2 tables #30403

Closed
wants to merge 27 commits into from

Commits on Nov 11, 2020

  1. initial commit

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

Commits on Nov 12, 2020

  1. Uncache

    imback82 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f4ee301 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

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

Commits on Nov 18, 2020

  1. Fix tests

    imback82 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f36bc59 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    b3fe647 View commit details
    Browse the repository at this point in the history
  2. introduce CacheTableAsSelect

    imback82 committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    4b2fba0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Address PR comments

    imback82 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    f232eba View commit details
    Browse the repository at this point in the history
  2. Rename to command name

    imback82 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    8c0140c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9085189 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Address PR comments

    imback82 committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0bdfcee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    fc8a913 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    imback82 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7ee6eb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Address PR comments

    imback82 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a5923ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f22159c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Address PR comments

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c0e4f3e View commit details
    Browse the repository at this point in the history
  2. revert to minimize the churn

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    47dc974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7227b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20b2474 View commit details
    Browse the repository at this point in the history
  5. Address comments

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    b33d807 View commit details
    Browse the repository at this point in the history
  6. revert

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4c2d5e2 View commit details
    Browse the repository at this point in the history
  7. Fix compilation

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3c4a0cf View commit details
    Browse the repository at this point in the history
  8. fix tests

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7f5a0b2 View commit details
    Browse the repository at this point in the history
  9. Fix tests

    imback82 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d0f49ef View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. fix test

    imback82 committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ed1a6db View commit details
    Browse the repository at this point in the history
  2. Address comments

    imback82 committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    4e0e82f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    911927d View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    imback82 committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    7e788ce View commit details
    Browse the repository at this point in the history