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-15279][SQL] Catch conflicting SerDe when creating table #13068

Closed
wants to merge 10 commits into from

Commits on May 11, 2016

  1. Throw exception on conflicting SerDes

    Andrew Or committed May 11, 2016
    Copy the full SHA
    796adc3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Add more tests

    Andrew Or committed May 12, 2016
    Copy the full SHA
    62c27f2 View commit details
    Browse the repository at this point in the history
  2. Clean up duplicate code a little

    Andrew Or committed May 12, 2016
    Copy the full SHA
    bf6b23d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d4b5a32 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary method

    Andrew Or committed May 12, 2016
    Copy the full SHA
    bc2a7bd View commit details
    Browse the repository at this point in the history
  5. Fix NPE

    Andrew Or committed May 12, 2016
    Copy the full SHA
    4ffaf59 View commit details
    Browse the repository at this point in the history
  6. Fix test

    Andrew Or committed May 12, 2016
    Copy the full SHA
    7e02a0a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Copy the full SHA
    5a1b2fa View commit details
    Browse the repository at this point in the history
  2. Remove SERDE from STORED AS

    Andrew Or committed May 20, 2016
    Copy the full SHA
    87266e9 View commit details
    Browse the repository at this point in the history
  3. Address the rest of the comments

    Andrew Or committed May 20, 2016
    Copy the full SHA
    4589b6a View commit details
    Browse the repository at this point in the history