Skip to content
Snippets Groups Projects
Commit 354d4c24 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.

This pull request has the following changes:

1. Moved UserDefinedFunction into expressions package. This is more consistent with how we structure the packages for window functions and UDAFs.

2. Moved UserDefinedPythonFunction into execution.python package, so we don't have a random private class in the top level sql package.

3. Move everything in execution/python.scala into the newly created execution.python package.

Most of the diffs are just straight copy-paste.

Author: Reynold Xin <rxin@databricks.com>

Closes #11181 from rxin/SPARK-13296.
parent 388cd9ea
No related branches found
No related tags found
No related merge requests found
Showing
with 320 additions and 217 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment