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-32025][SQL] Csv schema inference problems with different types in the same column #28896

Closed

Commits on Jun 22, 2020

  1. Fix csv type inference

    planga82 committed Jun 22, 2020
    Copy the full SHA
    55c013e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Discard infer schema changes

    planga82 committed Jun 23, 2020
    Copy the full SHA
    7fbd442 View commit details
    Browse the repository at this point in the history
  2. Fix text

    planga82 committed Jun 23, 2020
    Copy the full SHA
    ae64bb9 View commit details
    Browse the repository at this point in the history
  3. Check compatibility types

    planga82 committed Jun 23, 2020
    Copy the full SHA
    c6bbc27 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Copy the full SHA
    a3a4bfd View commit details
    Browse the repository at this point in the history
  2. Pull request comments

    planga82 committed Jun 24, 2020
    Copy the full SHA
    d167493 View commit details
    Browse the repository at this point in the history
  3. Delete not used variable

    planga82 committed Jun 24, 2020
    Copy the full SHA
    4629bb5 View commit details
    Browse the repository at this point in the history