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-33480][SQL] Support char/varchar type #30412

Closed
wants to merge 12 commits into from

Commits on Nov 24, 2020

  1. support char/varchar type

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    435a3df View commit details
    Browse the repository at this point in the history
  2. address comments

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d1adb0e View commit details
    Browse the repository at this point in the history
  3. fix test

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    090fda2 View commit details
    Browse the repository at this point in the history
  4. update

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f46e32f View commit details
    Browse the repository at this point in the history
  5. remove dead code

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e5fb41a View commit details
    Browse the repository at this point in the history
  6. fix scala 2.13

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b6d74c4 View commit details
    Browse the repository at this point in the history
  7. fix

    cloud-fan committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    38999b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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

Commits on Nov 26, 2020

  1. add more tests and fix bugs

    cloud-fan committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    671471f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. more fixes

    cloud-fan committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    69adca5 View commit details
    Browse the repository at this point in the history
  2. fix test

    cloud-fan committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    3bbe7e7 View commit details
    Browse the repository at this point in the history
  3. fix JDBC

    cloud-fan committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    73b99dc View commit details
    Browse the repository at this point in the history