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-31101][BUILD][3.0] Upgrade Janino to 3.0.16 #27996

Closed

Commits on Mar 24, 2020

  1. [SPARK-31101][BUILD] Upgrade Janino to 3.0.16

    ### What changes were proposed in this pull request?
    
    This PR(SPARK-31101) proposes to upgrade Janino to 3.0.16 which is released recently.
    
    * Merged pull request janino-compiler/janino#114 "Grow the code for relocatables, and do fixup, and relocate".
    
    Please see the commit log.
    - https://github.com/janino-compiler/janino/commits/3.0.16
    
    You can see the changelog from the link: http://janino-compiler.github.io/janino/changelog.html / though release note for Janino 3.0.16 is actually incorrect.
    
    ### Why are the changes needed?
    
    We got some report on failure on user's query which Janino throws error on compiling generated code. The issue is here: janino-compiler/janino#113 It contains the information of generated code, symptom (error), and analysis of the bug, so please refer the link for more details.
    Janino 3.0.16 contains the PR janino-compiler/janino#114 which would enable Janino to succeed to compile user's query properly.
    
    ### Does this PR introduce any user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Existing UTs.
    
    Closes apache#27932 from HeartSaVioR/SPARK-31101-janino-3.0.16.
    
    Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan.opensource@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
    HeartSaVioR committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ec49315 View commit details
    Browse the repository at this point in the history