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

Add limited support for captured vars and athrow #5487

Merged
merged 4 commits into from
May 17, 2022

Commits on May 13, 2022

  1. Add limited support for captured vars and athrow

    Only the primitive type variables captured from a method are supported.
    athrow is supported only with SparkException and is converted to raise_error.
    
    Following additional changes have also been made:
    * A check to reject lambdas with void return type has been added.
    * An operand stack bug fix for consturctor calls has been added.
    
    This commit also simplifies the code that handles method calls.
    
    Signed-off-by: Sean Lee <selee@nvidia.com>
    seanprime7 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4282a7a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Update copyright years

    seanprime7 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    158dbca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3b63c View commit details
    Browse the repository at this point in the history
  3. Update udf-to-catalyst doc

    seanprime7 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1e46fe5 View commit details
    Browse the repository at this point in the history