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

Build python output schema from udf expressions #1794

Merged
merged 2 commits into from
Feb 24, 2021

Commits on Feb 23, 2021

  1. Build python output schema from udf expressions

    Because the result attributes are NOT always equal to the python output schema.
    
    For example, on databricks when projecting only one column from a python UDF output
    where containing multiple result columns, there will be only one attribute in the
    result attributes for the projecting output, but the output schema for this
    python udf contains multiple columns.
    
    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1c334c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Add comments for the change

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    6580c70 View commit details
    Browse the repository at this point in the history