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-23938][SQL] Add map_zip_with function #22017

Closed
wants to merge 16 commits into from

Commits on Aug 6, 2018

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

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    34cdf0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec583eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2e10d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'spark/master' into SPARK-23938

    # Conflicts:
    #	sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/higherOrderFunctions.scala
    mn-mikke committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a9020a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89a3da4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12ad8b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    6aeaaa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ce4e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    562ee81 View commit details
    Browse the repository at this point in the history
  2. [SPARK-23938][SQL] Modification to a solution with LinkedHashMap and …

    …indexes represented as arrays.
    mn-mikke committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    5d2a78e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c849cb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

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

Commits on Aug 13, 2018

  1. Configuration menu
    Copy the full SHA
    6995f1e View commit details
    Browse the repository at this point in the history
  2. [SPARK-23938][SQL] Key type resolved by findCommonTypeDifferentOnlyIn…

    …NullFlags + coercion rule refactoring
    mn-mikke committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    2b7e9e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

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