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-5274][SQL] Reconcile Java and Scala UDFRegistration. #4056

Closed
wants to merge 5 commits into from

Commits on Jan 15, 2015

  1. [SPARK-5193][SQL] Reconcile Java and Scala UDFRegistration.

    1. Removed UDFRegistration as a mixin in SQLContext and made it a field ("udf").
    2. For Java UDFs, renamed dataType to returnType, and made that the 2nd argument since the UDF itself can be long.
    3. Added all Java UDF registration methods to Scala's UDFRegistration.
    4. Documentation
    rxin committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    032f006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f00c45 View commit details
    Browse the repository at this point in the history
  3. Python fix.

    rxin committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    47c24ff View commit details
    Browse the repository at this point in the history
  4. Style fix

    rxin committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    675a3c9 View commit details
    Browse the repository at this point in the history
  5. Updated example.

    rxin committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    ae9c556 View commit details
    Browse the repository at this point in the history