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-24574][SQL] array_contains, array_position, array_remove and element_at functions deal with Column type #21581

Closed
wants to merge 8 commits into from

Commits on Jun 17, 2018

  1. array_contains function deals with Column type for the second parameter.

    Chongguang LIU authored and Chongguang LIU committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    27733f9 View commit details
    Browse the repository at this point in the history
  2. add unit test for Column type

    Chongguang LIU authored and Chongguang LIU committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    28aa515 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. array_position deals with Column Type

    Chongguang LIU authored and Chongguang LIU committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    e65611e View commit details
    Browse the repository at this point in the history
  2. array_remove function deals with Column Type

    Chongguang LIU authored and Chongguang LIU committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    b6e150c View commit details
    Browse the repository at this point in the history
  3. element_at function deals with Column Type

    Chongguang LIU authored and Chongguang LIU committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    eabdb6e View commit details
    Browse the repository at this point in the history
  4. reset doc for array_contains function

    Chongguang LIU authored and Chongguang LIU committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    8440d5b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. use lit() and add unit tests

    Chongguang LIU authored and Chongguang LIU committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f8c5b43 View commit details
    Browse the repository at this point in the history
  2. use lit() to unify the cases

    Chongguang LIU authored and Chongguang LIU committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    ddd94f7 View commit details
    Browse the repository at this point in the history