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-31010][SQL][ML][FOLLOW-UP] Throw exception when use untyped UDF by default #27488

Closed
wants to merge 13 commits into from

Commits on Feb 11, 2020

  1. disable untyped udf

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    417860d View commit details
    Browse the repository at this point in the history
  2. revert minor change

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    b50677f View commit details
    Browse the repository at this point in the history
  3. add test

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    9b00afc View commit details
    Browse the repository at this point in the history
  4. fix mima

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    1a74b4b View commit details
    Browse the repository at this point in the history
  5. fix FPGrowthSuite

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    6eb3c4b View commit details
    Browse the repository at this point in the history
  6. rename config name

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    5b95715 View commit details
    Browse the repository at this point in the history
  7. avoid hardcode

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    b329bb0 View commit details
    Browse the repository at this point in the history
  8. update migration guide

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    7076293 View commit details
    Browse the repository at this point in the history
  9. use -> using

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    00ed9c3 View commit details
    Browse the repository at this point in the history
  10. update error message

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    a928232 View commit details
    Browse the repository at this point in the history
  11. reuse itemCols' datatype

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    3297976 View commit details
    Browse the repository at this point in the history
  12. update test

    Ngone51 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    6969596 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. nit

    Ngone51 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    0d1601b View commit details
    Browse the repository at this point in the history