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-32376][SQL] Make unionByName null-filling behavior work with struct columns #29587

Closed
wants to merge 25 commits into from

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    95e8fd4 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary Project.

    viirya committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    5db1e0f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Address comments.

    viirya committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    8bec8a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Add some comments.

    viirya committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2515d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Address comments.

    viirya committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    4398e77 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

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

Commits on Sep 13, 2020

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

    viirya committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    ae14447 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Enhance comments.

    viirya committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    72800e6 View commit details
    Browse the repository at this point in the history
  2. Add SQL config.

    viirya committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    337cea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90fc4fc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    7b0d65d View commit details
    Browse the repository at this point in the history
  2. Fix edge case.

    viirya committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a77481e View commit details
    Browse the repository at this point in the history
  3. Move comment around.

    viirya committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b4270f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Address comments.

    viirya committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    61ff46f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Combine WithFields.

    viirya committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    9040c56 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

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

Commits on Oct 6, 2020

  1. Address comments.

    viirya committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    1829889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16bf7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9522e View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary code.

    viirya committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    bb8938f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. For review comments.

    viirya committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9e73928 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. For comments.

    viirya committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c07e30f View commit details
    Browse the repository at this point in the history
  2. Make Scala 2.13 build happy.

    viirya committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    2ca1379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d907d0 View commit details
    Browse the repository at this point in the history